How To Make A Dividend Income Tracker In Google Sheets

How To Make A Dividend Income Tracker In Google Sheets
**Finviz Code UPDATE**
You need to pull from table 7 now instead of table 8
📈 Link to download all my Portfolio Trackers: / thinkstocks
☑️ Follow me on Twitter: / keithfrislid
🎥 Here is the camera I use for my videos: amzn.to/2PB865Q
🔶Get 50% off Seeking Alpha Premium with my Promo Link!!!🔶
www.sahg6dtr.com/28KL61/R74QP/
In This Video, I will show you how to make a dividend income tracker in google sheets. I think it is very important to track your portfolio's dividend growth if you are someone who favors dividend-paying stocks or would one day like to live off your dividends. The google sheets tracker will be your best friend tracking your monthly dividend income and stay nice and organized as you grow your dividend portfolio over the years!
If you like this tutorial make sure to smash the like button and subscribe to my channel!
🔷Google Sheets Functions:
🔸Price: =if(isblank(A2),"",GOOGLEFINANCE(A2,"Price"))
🔸Market Value: =if(isblank(A2),"",D2*B2)
🔸Dividend Yield: =if(isblank(A2),"",(SUBSTITUTE(INDEX(IMPORTHTML("www.finviz.com/quote.ashx?t="&A2,"Table",7),8,2),"*",""))*1)
🔸Dividend Payout: =if(isblank(A2),"",(SUBSTITUTE(INDEX(IMPORTHTML("www.finviz.com/quote.ashx?t="&A2,"Table",7),7,2),"*",""))*1)
🔸Payout Ratio: =if(isblank(A2),"",(SUBSTITUTE(INDEX(IMPORTHTML("www.finviz.com/quote.ashx?t="&A2,"Table",7),11,8),"*",""))*1)
🔸Ex-Dividend Date: =if(isblank(A2),"",index(IMPORTHTML(CONCATENATE("finance.yahoo.com/quote/",A2),"table",2),7,2))
🔸Annual Div. Income: =if(isblank(A2),"",G2*B2)
🔸Industry: if(isblank(A2),"",index(IMPORTXML("eresearch.fidelity.com/eresea..."&A2&"","//div[@class='sub-heading']//span[@class='right']"),1))
AFFILIATE DISCLOSURE: Some of the links on this channel and in video descriptions are affiliate links. At no additional cost to you, we receive a commission if a purchase is made after clicking the link.
#Dividendincometraker #dividendportfoliotraker #dividendstocks #googlesheets

Пікірлер: 337

  • @ThinkStocks
    @ThinkStocks2 жыл бұрын

    ***FINVIZ UPDATE*** Hey Everyone, Finviz updated their code so now you need to pull from table 7 instead of table 8 like in the video!!!

  • @loustj7800

    @loustj7800

    2 жыл бұрын

    Is there a way to change the code so that if there is an error a “-“ will appear instead of n/a or ref error? Thanks.

  • @kfordham281

    @kfordham281

    2 жыл бұрын

    Thanks for this update! I was lookking into what happened and tried both 9 and 10 but not 7. Moving forward, I'm substituting that table number value for a cell value from another sheet so that I can update one cell and all my formulas that call that table number will be updated with a single update.

  • @Specv1228

    @Specv1228

    2 жыл бұрын

    You are the man!!!!!

  • @VanZam

    @VanZam

    2 жыл бұрын

    I having trouble in Industry column :(

  • @davidsiminoff7940

    @davidsiminoff7940

    2 жыл бұрын

    can someone paste the formula here so we can just copy and paste? I keep getting errors

  • @mittjoshi6011
    @mittjoshi60113 жыл бұрын

    Beautiful. I loved it. I was looking for something like this exactly. Thank You!

  • @charalambosmichael4678
    @charalambosmichael46783 жыл бұрын

    Thanks again! You have a gift in teaching! Also, *1 works to destring the copied information so I can conditionally format them later.

  • @lukeyoung9839
    @lukeyoung98392 жыл бұрын

    Just stumbled across this and it has already been a lifesaver! Still trying to learn all the ropes. Thanks!

  • @mikenone590
    @mikenone5902 жыл бұрын

    Excellent tutorial. Exactly what I've been looking for. Thank you.

  • @susanvelez5167
    @susanvelez51672 жыл бұрын

    Awesome, thanks for taking the time to put this together. I've been looking for something like this to document my dividend growth. My question is, if I wanted to keep track of the income the following year, do I just add new months in the data tab and label them 2022 and then just create another monthly dividend income chart for the new year? Thanks again!

  • @jackduffard2269
    @jackduffard2269 Жыл бұрын

    Is there an update on Fidelity industry code? Having trouble getting this to work.

  • @envylime
    @envylime2 жыл бұрын

    I was looking for how to create tracking sheets like yours. Your video is super great 👍🏻 Thank you for so much.

  • @mangos2125
    @mangos21253 жыл бұрын

    Thank you so much for sharing! this content is amazing, I created my own spreadsheet for tracking stocks and options, your video helped a lot!!

  • @ThinkStocks

    @ThinkStocks

    3 жыл бұрын

    Glad to hear it!

  • @barisciloglu6903
    @barisciloglu69033 жыл бұрын

    Great video especially thanks to types of functions

  • @pal8h
    @pal8h3 жыл бұрын

    Awesome find with the sector info!

  • @Senior-de-la-Vega
    @Senior-de-la-Vega2 жыл бұрын

    Thank you for helping! I have a question regarding the annual payout. This information is formated as a text and cannot be used in a formular in my sheet. Is there a trick to change that? Thank you!

  • @joementoro6456
    @joementoro64563 жыл бұрын

    Thank you so much, I was able to follow your instructions and create my own spreadsheets.

  • @ThinkStocks

    @ThinkStocks

    3 жыл бұрын

    Nice!

  • @roeylevi5416
    @roeylevi54163 жыл бұрын

    Your videos and this whole channel are amazing !! If I want to check the dividends let's say 5 years back how do you do that?

  • @aarthiarun9440
    @aarthiarun94402 жыл бұрын

    works perfect! thank u so so much.

  • @sebastiankongstad6403
    @sebastiankongstad64033 жыл бұрын

    Thanks for the vid

  • @sebastiaanhazelzet8342
    @sebastiaanhazelzet83423 жыл бұрын

    Hey, I tried to put in AT&T but it does not show the "pay-out ratio", could you maybe help?

  • @241Topic
    @241Topic3 жыл бұрын

    great content!!

  • @verywai
    @verywai3 жыл бұрын

    Great video, thank you so much

  • @rccabral
    @rccabral3 жыл бұрын

    Hi! Im trying to automate a dayly save of a cell to do a grafh, do you have a video about that?

  • @jordanmorgan-saxby1804
    @jordanmorgan-saxby18043 жыл бұрын

    hi, trying to do this from australia, is there a way to make google finance pull data from Specific exchanges? its getting confused and pulling date from US companys with the same ticker as the Aus ones im trying to use]

  • @TheJamieParisShow1
    @TheJamieParisShow12 жыл бұрын

    Just found your channel and love your spreadsheets. Question couldn’t you use your transactions sheet from your dark themed portfolio tracker to make this more automated? Just thinking it would be cool to enter your buys, sells, dividend income etc to have it update your positions and monthly income. Just a thought and would be awesome to see an updated dividend tracker spreadsheet. Thanks for the videos.

  • @DrunknOdin
    @DrunknOdin2 жыл бұрын

    Your sheet tutorials are the best. I have learned lots but still struggle with some things. Finviz doesn't seem to provide dividend data on preferred stock that I'm aware of. Any recommendation on how to pull that data if finviz doesn't have it? The stocks in particular I'm asking about is HT-d, rpt-d & rlj-a. Again thanks for you help and keep up the good work!

  • @demman8081
    @demman80812 жыл бұрын

    Great tutorial. Thanks.

  • @mikewestern9925
    @mikewestern99252 жыл бұрын

    Great video can't wait to make my own

  • @guille7007
    @guille70072 жыл бұрын

    I made all spreedsheet too following all your steps that mention!. Excelent video!! Thanks for that!. Do you have something similar for options? Thanks!

  • @arturosanji
    @arturosanji Жыл бұрын

    great info, I'm getting an error in the dividend yeild part I can't get the data from finviz, it gives me an error, any guidance will be welcome

  • @soniaehivet9850
    @soniaehivet98503 жыл бұрын

    Thank you for these amazing videos!

  • @ThinkStocks

    @ThinkStocks

    3 жыл бұрын

    Glad you liked it!

  • @sydneymady8415
    @sydneymady84159 ай бұрын

    I watch some of video not understand but your video is very clear & spot on thanks dude

  • @strangergranger10
    @strangergranger103 жыл бұрын

    33:52 I'm not quite sure how can I put my annual income monthly since it's since I haven't getting paid for the rest of the year. The Ex-dividend and Market Value are not working. This is getting frustrating.

  • @andrewdavis6917
    @andrewdavis6917 Жыл бұрын

    Thanks for the great content. Hi from Texas

  • @elizabethsanchez3351
    @elizabethsanchez33513 жыл бұрын

    First of all, thank you for taking the time to teach us how to create this tracker. I have a question regarding the PAYOUT RATIO, the formula only worked on the 1st cell. On the remaining cells, I am getting #VALUE!. When I click on the cell with the error the following message pops up: Function MULTIPLY parameter 1 expects number values. But "-" is a text and cannot be coerced to a number. UPDATE: I just realized that all the tickers on my spreadsheet do not have any data for the Payout Ratio on the finviz table. I looked up each any every one and the Payout Ratio on the finviz table only shows a hyphen for all my tickers. Is there a way to hide the #VALUE! error message on all my cells? Thanks in advance.

  • @Nadia72639
    @Nadia726392 жыл бұрын

    The tracker stopped reading the finviz table recently. It seemed to work again when I changed column F, G, and H in My Positions from _"Table", 8_ to _"Table", 7_ Keep the rest the same.

  • @chemist67
    @chemist673 жыл бұрын

    how can you copy these functions Like dividend ex date and such) or do we type it using your video?

  • @wesgoebel2293
    @wesgoebel22932 жыл бұрын

    Love the Video, I am excited to learn more now that I subscribed. I am from Canada and many of my Div funds are Canadian . The Finviz tables do not seem to work for Canadian stuff. How can we pull that info?

  • @nataliepope3286
    @nataliepope32863 жыл бұрын

    If I could like this video a thousand times I would. I sat and created this whole spreadsheet with you. Thank you so much. It’s nice to actually have numbers to see how my investment are doing😊

  • @ThinkStocks

    @ThinkStocks

    3 жыл бұрын

    You're welcome and glad you liked it!!

  • @christophermichael236

    @christophermichael236

    2 жыл бұрын

    I keep getting an error in column E, could you send me a copy of yours so I can see where I am going wrong?

  • @nataliepope3286

    @nataliepope3286

    2 жыл бұрын

    @@christophermichael236 Hi sorry my computer crashed and I haven’t been able to get another one as yet. Are you sure you are following the step in the video accurately? Sometimes you just need to pause the video and look at the function to make sure it’s exactly the same. Spacing and everything. It also helps to write it on a piece of paper first then do it on your computer.

  • @Pharaoo2012
    @Pharaoo20122 жыл бұрын

    Thank you, excellent.

  • @aplacadorfamily2417
    @aplacadorfamily24173 жыл бұрын

    I was able to create a Canadian version with your overall template! Thank you!

  • @ThinkStocks

    @ThinkStocks

    3 жыл бұрын

    Thats awesome!

  • @SkyWolf520

    @SkyWolf520

    3 жыл бұрын

    Hi im trying to make a canadian version as well, can you send me the formula that you used for Annual payout, payout ratio, Annual div income? Just a little stuck just because finviz doesnt support canadian stocks. Thanks!

  • @aplacadorfamily2417

    @aplacadorfamily2417

    3 жыл бұрын

    Annual Div Income is just where you add your # of shares and annual payout so you can just manually add those 2 up.

  • 3 жыл бұрын

    trying to make a Canadian version as well, I haven't been able to make the formulas work for PE and yield. Changed ticker to multiple versions, tried yahoo, Gfinance, and other formulas, no luck. If you could provide the formulas you used that would be much, much appreciated!

  • @kmichelevarcoe

    @kmichelevarcoe

    2 жыл бұрын

    Would you be willing to share your Canadian version with us, please? I haven't been able to get the one I am trying to build work. Thanks in advance!

  • @Tommybotham
    @Tommybotham3 жыл бұрын

    My data takes long to load now. What methods can I use to speed it up?

  • @kiwionarope
    @kiwionarope2 жыл бұрын

    How do you specify between stocks that are in USD or CAD? Also, when I add the formula to update the Market Price, I don't know where its getting the price but they are not what is showing on Google finance. Update - I notice the Google finance site, when I post Canadian tickers, it doesn't recognize that they are Canadian and changes to the American ticker and price, how can I fix this?

  • @huethan3495
    @huethan34952 жыл бұрын

    Thank You you save me two dayss

  • @ninaa5984
    @ninaa59843 жыл бұрын

    Great video. Could you please tell me how can I calculate dividends for the next 5-10 years? Thank you.

  • @MrTheelicitor
    @MrTheelicitor3 жыл бұрын

    Thanks for sharing much appreciated. How does one deal with some UK stocks e.g. BT.A as a ticker symbol. In some case there is need to place the name of the exchange so one can get the required information. How do you do this?

  • @nathanielmason6266

    @nathanielmason6266

    3 жыл бұрын

    You need to add an exchange reference to every ticker (or you could add the exchange reference in another cell as part of the same row). This data can then be used as needed to adjust the importhtml function based upon search requirements - for example yahoo finance uses .L at the end of a ticker reference for UK stocks. With BT-A and ex-dividend date, your ticker would be LON:BT-A (in cell C4 - for the example below). To pull other data for BT-A all you need to do is adjust the table (4), row (8), and column (2) values. =iferror(if(isblank(C4),"",index(importhtml("uk.finance.yahoo.com/quote/"®EXEXTRACT(C4,".*:(.*)")&if(regexmatch(C4,"LON:"),".L","")&"/key-statistics?p="®EXEXTRACT(C4,".*:(.*)")&if(regexmatch(C4,"LON:"),".L",""),"table",4),8,2)),"-")

  • @ilyarique
    @ilyarique11 ай бұрын

    Thank you so much!

  • @Kodykenway
    @Kodykenway2 жыл бұрын

    How do you find out what table number a table is? If you see data you want to import, how do you find the path to import it? I am struggling to pull data from yahoo. Finviz does not cover a lot of canadian stocks.

  • @kinbg
    @kinbg3 жыл бұрын

    Where did you plug in the numbers for the income on the data sheet?

  • @idofelix5707
    @idofelix57073 жыл бұрын

    thanks this helped a looooooottt

  • @jimmysanders1375
    @jimmysanders13753 жыл бұрын

    Is there any way to do this with excel? Thanks for the video!

  • @Mcgurkyyy101
    @Mcgurkyyy1013 жыл бұрын

    Does anyone know why when I drag the stuff down it gives me a “N/A” on the empty boxes. Like I know why it’s there because there is no stock to get info from but on the video it doesn’t do that

  • @yana7071
    @yana70713 жыл бұрын

    Thank you for all information and work hard to update them. Would you do the "Keep Days" column and "Shares Outstanding" column? want to know how many days I keep the stock on my portfolio and How many Shares the company has. very appreciate your time.!

  • @CSchaef02
    @CSchaef023 жыл бұрын

    Great video! What if I'm tracking things like SPHD and VDIGX in the same spreadsheet?

  • @DowsStockTalk
    @DowsStockTalk3 жыл бұрын

    Your customize excel spreadsheet are amazing

  • @ThinkStocks

    @ThinkStocks

    3 жыл бұрын

    Gotta keep track of those gainz somehow📈💪

  • @MrDraidis
    @MrDraidis Жыл бұрын

    This is a great video ! - any idea what table and from where for the ASX ( Aussie Stock Exchange )

  • @chavezsv
    @chavezsv Жыл бұрын

    Hi, what do I do if one of my stocks just did a reverse split? Thank you.

  • @amittekchandani
    @amittekchandani Жыл бұрын

    Hello, thnKs for such informative video. looking for such content from months Finally found here. btw Finviz doens't have Indian stocks. do you recommend any particular website similar to finviz for indian stocks??

  • @robmorrison228
    @robmorrison2282 жыл бұрын

    Great Video!

  • @DestroyYesterday
    @DestroyYesterday3 жыл бұрын

    Bro this is awesome. Is there any way to link data to see my P/L for the day?

  • @EspyJW
    @EspyJW3 жыл бұрын

    resource at url not found. :( did the table move or is my CTRL C, CTRL V skills lacking?

  • @anddocster

    @anddocster

    3 жыл бұрын

    Had the same issue. Check to be sure you have “ “ around the URL

  • @DiscJockeyWafer
    @DiscJockeyWafer2 жыл бұрын

    Awesome torturials, i cant get the dividend to load from the HTML :-( is it because they change the table number? can´t seem to guess the right number if thats the case :-(

  • @usman.ghani162
    @usman.ghani162 Жыл бұрын

    Woww . That's superb.

  • @mangekyousharingan7335
    @mangekyousharingan73352 жыл бұрын

    hey still have 1 -2 questions, how does it go over several years and how can you add dividends already received?

  • @k2774
    @k27743 жыл бұрын

    This is great! Thanks. Any advice on easily finding the table number? I'm looking through the html and only counting 4 previous tables. Assuming they are buried, but wondering if you have a better trick?

  • @ThinkStocks

    @ThinkStocks

    3 жыл бұрын

    Thanks! And nope, it's just trial and error unfortunately! Lol

  • @WinterKing2811

    @WinterKing2811

    2 жыл бұрын

    Have the same question..really trying and error?

  • @erikbaghdasarian4091

    @erikbaghdasarian4091

    Жыл бұрын

    If you want to know what the current table number is. 1) Once your on the webpage. Press f12 on your keyboard. 2) On the menu that pops up the right hand side of ur browser. Click on console. 3) Paste the following line into the console. var i = 1; [].forEach.call(document.querySelectorAll('table'), function(x) { console.log(i++, x); }); 4) All the tables on the webpage will come up and hover your mouse over them until the one you want is highlighted. 5) the number of the table will be next to it. :)

  • @trevorrobison6806
    @trevorrobison6806 Жыл бұрын

    I am getting an error with the formulas that the, "Valid Values are from 0-3 inclusive". Can someone assist me with this?

  • @MrChingChingPow
    @MrChingChingPow3 жыл бұрын

    Hi, thanks for sharing. Awesome formula. Somehow when I get to the Industry Breakdown, for the Market Value, it is only showing value on the 1st row. the rest is blank. And another thing is when you finished putting down the formula, it showed the autofill, mine did not. Any idea why it did not? Thanks!

  • @mjb7469

    @mjb7469

    2 жыл бұрын

    Having same issue

  • @LightlessDimension
    @LightlessDimension3 жыл бұрын

    I did exactly as instructed, but it didn't work... :(

  • @Riot_Man
    @Riot_Man2 жыл бұрын

    The XML you're importing from Fidelity for Industry / Sector info doesnt work on all stocks because not all stocks show that info on the stock page.

  • @MattLunser
    @MattLunser3 жыл бұрын

    Thanks for all the videos! Question from a newbie regarding Div. Yield. Shouldn't we calculate the yield base on our purchase price rather than the current price? Meaning the yield on our investment will stay the same regardless if the stocks current price. (assuming the dividend is the same). i.e. I buy a stock for $50 w/ $2 dividend. I get a 4% div yield. If the stock doubles, an you bought the stock your div yield would be 2% but I'm still at 4%. Or am I thinking of this wrong...? Thanks again!

  • @ThinkStocks

    @ThinkStocks

    3 жыл бұрын

    That is a great question! And what you are thinking of is yield on cost! I posted a video a few months back regarding yield on cost and the difference between the two. So by all means you can have both yield on cost and dividend yield to see the growth

  • @lestancy

    @lestancy

    2 жыл бұрын

    You can compute on historical cost yield or current price yield. It really depends on your preference but current price yield is usually more relevant since you can add or sell at current price.

  • @NikiinCanada
    @NikiinCanada Жыл бұрын

    Thank you

  • @ajducey1868
    @ajducey18683 жыл бұрын

    Thank you!!! You're AWESOME, I've subscribed. Can you do an options income tracker?

  • @ThinkStocks

    @ThinkStocks

    3 жыл бұрын

    Thanks for the sub man! and that's on my list! I got a few more trackers coming out before that one!

  • @daveh7235
    @daveh72353 жыл бұрын

    How does this work for canadian stocks on the Toronto Stock exchange? FinViz doesn't have some of my stocks I own.

  • @aplacadorfamily2417

    @aplacadorfamily2417

    3 жыл бұрын

    You have to use Yahoo Finance

  • @haleythelibrarian3688
    @haleythelibrarian36882 жыл бұрын

    OH MY GOD I made an excel spreadsheet. Thanks!

  • @Perfected69
    @Perfected692 жыл бұрын

    Where can the dividend income be pulled from for London FTSE stocks?

  • @juniortj9428
    @juniortj94283 жыл бұрын

    Great video man. Do you know how I can create projected income month by month or quarter by quarter based on DRIP in Google sheets? Do you know how I can set up a live sparkline that shows the performance of the entire portfolio? Thanks

  • @ThinkStocks

    @ThinkStocks

    3 жыл бұрын

    Thanks! And so far no, I've been doing a lot of research on how to do that but so far no luck. When I figure out how ill be sure to post a video!

  • @nunoduarte8984
    @nunoduarte89843 жыл бұрын

    Hi! Nice work, thanks very much for this sharing. You've got another sub. If I just use "," in the formulas, nothing works. I had to replace it with ";". However, when I import data, it appears to be in text format and I cannot change it to currency. This situation does not allow me to multiply values such as Payout Racio by the number of shares. Can you help?

  • @lukesaan

    @lukesaan

    3 жыл бұрын

    I got the same...any solutions?

  • @nunoduarte8984

    @nunoduarte8984

    3 жыл бұрын

    @@lukesaan you have to use a substitute indication. Show me the line code you got pls.

  • @kelle_li
    @kelle_li Жыл бұрын

    Hi, great tracker, currently building something similar following your awesome design. Just wondering how do you know it is table 8? Where does it specify it's table 8? For example if I wanted to pull data from another site, how do I know which table # to pull from? Many thanks

  • @fuccckckkkkckkck

    @fuccckckkkkckkck

    Жыл бұрын

    Its table 9

  • @myrjavi

    @myrjavi

    Жыл бұрын

    @@fuccckckkkkckkck Awesome sauce. How do you know which table it is?

  • @susanhuerta1664
    @susanhuerta16644 ай бұрын

    Hello. I am really new to this. I am the column "dividend yield". I have put in the instructions and get an Error message: "Function INDEX parameter 2 value is 7. Valid values are between 0 and 1 inclusive." What's happening, also Where do you get the table number?

  • @staycalmcollectdividend9104
    @staycalmcollectdividend91042 жыл бұрын

    Thank you.. Dividend Yield is Table 9 today.

  • @osg1409
    @osg14092 жыл бұрын

    Hi, how do you find out which table is?

  • @thinkitthendoit3224
    @thinkitthendoit32242 жыл бұрын

    I am having a hell of a time with the formula working, I have changed out the numbers you spoke about but I keep getting errors, or ref.

  • @3pilot
    @3pilot8 ай бұрын

    Ex-Div date isn't in same spot for all my tickers i guess..doesn't work.. on SCHD it's the expense ratio whereas on your example it's the right spot for aapl..any thoughts?

  • @conradragsdale2989
    @conradragsdale29892 жыл бұрын

    What do you do when you put an ETF into your portfolio because the industry sector would be N/A

  • @ramazanbelgirat4562
    @ramazanbelgirat45622 жыл бұрын

    Thank y.ou wery much

  • @satisfiedcustomer-9090
    @satisfiedcustomer-9090 Жыл бұрын

    trying to pull from finviz but keep getting the argument error. I typed it in word for word not quite sure what is wrong

  • @clarencemattox4424
    @clarencemattox4424 Жыл бұрын

    I was just trying to make the portfolio and when I do the code for table 7 or table 8 I get a #REF! error. Not sure what I am doing wrong.

  • @C_m0nkey
    @C_m0nkey3 жыл бұрын

    Great video! How would I get a Sector name for a ETF like VTI or ARKK?

  • @ThinkStocks

    @ThinkStocks

    3 жыл бұрын

    Thanks! And thats a good question. I'll have to do some research and get back to you on that one!

  • @C_m0nkey

    @C_m0nkey

    3 жыл бұрын

    @@ThinkStocks No problem and alright let me know when you find something on that! I'm in your discord too!

  • @cestupcycling9025
    @cestupcycling90252 жыл бұрын

    I am a Canadian investor and canadians stocks are not on Finviz (unless dual listed on American exchanges), would you know how to pull the date from another source?

  • @professorgamebum

    @professorgamebum

    2 жыл бұрын

    I am having the same problem :(

  • @laramieheuser2548
    @laramieheuser2548 Жыл бұрын

    The ex-dividend formula doesn't work anymore. The error says "Resource at url not found." Also, the Industry info page on Fidelity has changed so that formula no longer works either.

  • @Chubacca838
    @Chubacca8383 жыл бұрын

    Sure wish there was a Canadian version of this. Oh well, it looked nice and promising.

  • @5Rodneyterr

    @5Rodneyterr

    2 жыл бұрын

    I fully agree, tried recreating my Canadian portfolio and realized it just wont work out.

  • @alexg8479
    @alexg84793 жыл бұрын

    Can you track stock performance 5,10 years. And divident cagr 5 and 10 years? Do you know were to pull this data from?

  • @ThinkStocks

    @ThinkStocks

    3 жыл бұрын

    That I have not figured out yet!

  • @alexg8479

    @alexg8479

    3 жыл бұрын

    @@ThinkStocks Thanks for reply

  • @strangergranger10
    @strangergranger103 жыл бұрын

    Isn't this formula "annual dividend/share price = dividend yield"??? Does this one is accurate or not???

  • @rahuls7498
    @rahuls74982 жыл бұрын

    Awesome

  • @DariusDRB
    @DariusDRB2 жыл бұрын

    for me imported data from html says that its a text and i cannot do any formula on that cells...

  • @jelle883327
    @jelle8833273 жыл бұрын

    the formula's that you are using wont work for me. can u maybe help me with it?

  • @edwardmcdonald8194
    @edwardmcdonald81942 жыл бұрын

    What about the companies that there is no infor for? it screws up the charts?

  • @kennethrovtar7692
    @kennethrovtar76923 жыл бұрын

    EVERYTHING PASSED market value says "Resource at url not found." what do i do

  • @michaeldunning5910

    @michaeldunning5910

    3 жыл бұрын

    If you used copy paste try typing it in by hand. Copy paste does not always work for some reason.

  • @anddocster

    @anddocster

    3 жыл бұрын

    Even that didn’t work. Bummer

  • @ranmoc
    @ranmoc2 жыл бұрын

    hello, why i must change "," to ";" to the formulas work ? BUG ?

  • @dividenddylan946
    @dividenddylan9463 жыл бұрын

    How come I cant pull the ex div date from yahoo finance?

  • @magicsinmyfingers
    @magicsinmyfingers3 жыл бұрын

    When i type in the formula to get a price based off the ticker it gives me the USD price, is there anyway I can get the Canadian Price to show up? If i own the company in the toronto stock exchange it usially ends in .TO but if i add that to the ticker it says N/A. Any help would be greatly appreciated. Thanks

  • @ThinkStocks

    @ThinkStocks

    3 жыл бұрын

    Try putting TSE: in front of the ticker. So for example TSE:T

  • @magicsinmyfingers

    @magicsinmyfingers

    3 жыл бұрын

    @@ThinkStocks Thank you

  • @HariKumar-ln1zx
    @HariKumar-ln1zx Жыл бұрын

    Hi, When i am trying to copy the code and paste it into my sheets, it is not working tried a lot, is there a way can you share the sheet, thank you

  • @sydneymady8415
    @sydneymady84159 ай бұрын

    if Australian stock exchange what website & table please any one help me out???