How to get Yahoo Finance Data in Google Sheets!

Поділитися
Вставка
  • Опубліковано 10 вер 2024
  • Get Stock Data directly in your sheets: tickerdata.com/
    Formula to get price from Yahoo finance into Google Sheets:
    =IMPORTXML("finance.yahoo...."&B2,"/html/body/div[1]/div/div/div[1]/div/div[2]/div/div/div[5]/div/div/div/div[3]/div[1]/div[1]/fin-streamer[1]")
    In this video, I take you step by step on how to pull yahoo finance data into google sheets. This is an extremely useful method, and can be used to be to create phenomenal spreadsheets.
    Let me know if you have any questions!
    Get 50% off of Seeking Alpha Premium!
    www.sahg6dtr.c...
    Follow me on Twitter: / dividendology
    Join my Discord! / dividendology
    I am not a Financial advisor or licensed professional. Nothing I say or produce on UA-cam, or anywhere else, should be considered as advice. All content is for educational purposes only. I am not responsible for any financial losses or gains. Invest and trade at your own risk.

КОМЕНТАРІ • 210

  • @Dividendology
    @Dividendology  4 місяці тому +1

    *UPDATE* Here is an updated video on how to do this: ua-cam.com/video/aZ9bpUuio1Y/v-deo.html

  • @sohailmalik5481
    @sohailmalik5481 10 місяців тому +2

    You were a lifesaver today. I found this video to be incredibly valuable when I encountered a significant roadblock. Thanks to this video, I successfully completed my client's project.

  • @btpd912
    @btpd912 Рік тому +14

    typed in exactly as you to get x-div date, and I get "#n/a error resource at url not found". Don't understand what I am doing wrong.

  • @cpatimevalue69
    @cpatimevalue69 Рік тому +9

    Did they change something , I cant get dividend date to import. I Get #N/A

    • @AndrewE-ko6pp
      @AndrewE-ko6pp 2 місяці тому

      Not only this I also get an error message: "Resource at url contents exceeded maximum size."

  • @chrisinflight5298
    @chrisinflight5298 2 роки тому +4

    How come I receive an errorn "could mot fetch URL on every one of these I try from multiple sources. Can someone please help.

  • @briane.2778
    @briane.2778 11 місяців тому +2

    Your tutorials are great, advanced feautures explained with ease. Thanks alot!

  • @endysdoodoo
    @endysdoodoo 2 роки тому +16

    This doesn't work anymore

    • @elizastefanescu5390
      @elizastefanescu5390 6 місяців тому

      Hi! It works but you need to use ; instead of , and will work properly.

    • @m.anandakumar9065
      @m.anandakumar9065 5 місяців тому

      How

    • @amanjaelani
      @amanjaelani 5 місяців тому

      Still worked

    • @m.anandakumar9065
      @m.anandakumar9065 5 місяців тому

      @@amanjaelani send the code

    • @ericanderson7570
      @ericanderson7570 Місяць тому

      Any change to the document structure of the Yahoo page is going to break this. These hard-coded XPaths are very fragile.
      I don't know if the import XML function allows x query but that would be more robust.

  • @2NormalHuman
    @2NormalHuman 2 роки тому +6

    it's a bad advice to copy the full xpath. Because if there is any change in attributes beginning from the root to the element, the absolute xpath will become invalid. Copy the relative xpath instead (the one that starts with //)

    • @JoeCarena
      @JoeCarena 2 місяці тому

      Copying the relative path didn't work. No copy/paste options are working. This is frustrating because the formula works for other sites, like his Wikipedia example, but not Yahoo Finance. This was all a waste of time and I assume it was intentional to get us to pay for his tickerdata service.

  • @iamrsgill
    @iamrsgill 5 місяців тому +2

    Data not found even if I copy the same code

  • @kevinspaeth5895
    @kevinspaeth5895 2 роки тому +2

    Very informative and easy to follow! Thanks for showing how to get this done. I too am running into "Error: Loading Data....." message, but I think this is because of the amount of data elements I am asking for within the file, not just the few fields on the page you showed in your example.

  • @amateurinvestorchronicles
    @amateurinvestorchronicles Рік тому +10

    Will repeat myself here. To anyone wandering why IMPORTXML does not work for all xpaths (for example data from statistics or financials tab). The IMPORTXML only works for webpage content which is statically generated, but unfortunately most of the data in yahoo finance is dynamically generated. In this case, the whole process becomes a bit more complex. I have managed to get it working with python (+selenium) script. I made a simple video about it here ua-cam.com/video/NembUhEsk7w/v-deo.html , but if you want to get everything working some coding knowledge is unfortunately needed.

    • @tiinif
      @tiinif 10 місяців тому

      Yeaaah I have just seen your video! In addition thanks to @dividendology for this great video too :)

    • @eloiwallaert2630
      @eloiwallaert2630 5 місяців тому

      Hello sir,
      your link is not working. It said that the video is private. How can I watch it please ?
      Thank you for your answer

  • @ironm88
    @ironm88 Рік тому +2

    Hi sir, is not working anymore I think, at least for me the formula now shows an #ERROR! 😢

  • @boerke772
    @boerke772 20 днів тому

    Hello, do you know why it only works with stocks and not cryptocurrency? I do exactly the same with both and with cryptocurrency, I receive the message "resource at URL contents exceeded maximum size" . I only want to insert the actual value.

  • @mbabcock111
    @mbabcock111 Рік тому +5

    Followed your example for stock price but returns "resource at url not found". I'm trying to grab VGAB from Yahoo. It's Vanguard Global Aggregate Bond Index ETF found on the NEO exchange in Canada. Thank you,

  • @ResuelveloTu
    @ResuelveloTu 4 місяці тому

    It seems to be that it doesn't work anymore. It always says that the imported data is empthy. Any update in 2024? Thanks

    • @Dividendology
      @Dividendology  4 місяці тому

      Yep! Here's the updates video: ua-cam.com/video/aZ9bpUuio1Y/v-deo.html

  • @baalzhamon8491
    @baalzhamon8491 2 роки тому +3

    I am getting an error message that says "resource at url not found". Thought that it might have been due to my language settings, so I tried starting a new one in english, but no luck there either

  • @CantHealz
    @CantHealz Рік тому +5

    For those having issues with the Industry Column coming up #Error. Make sure there are not extra Quotation Marks at the end of your input.. thats what was causing my error

    • @filippoghezzi654
      @filippoghezzi654 Рік тому

      I checked the question marks but they are correct. Still getting the error message

    • @FabsBlog07
      @FabsBlog07 6 місяців тому

      @@filippoghezzi654 me too have you guys figured this out?

  • @jayedsheath
    @jayedsheath 10 місяців тому +2

    Doesn't work anymore, it seems that Yahoo Finance website could be using any Java formating. There is an error now in Google Sheets "Imported content is empty" when you do what you are doing when taking the earnings date (You cant really do much anymore).

    • @Dividendology
      @Dividendology  9 місяців тому +3

      Working on an update

    • @usmleibm
      @usmleibm 8 місяців тому

      Did you find any solution? Thanks@@Dividendology

  • @aliagha.huseynli
    @aliagha.huseynli 11 місяців тому +2

    I did same thing but my result is #N/A I dunno why. I even copy your formula and paste it. It does not work anymore I think. (((

    • @AE-sy1pn
      @AE-sy1pn 10 місяців тому

      same thing is happening to me

  • @NaturalAltitudes
    @NaturalAltitudes Рік тому +4

    This no longer seems to be working.

  • @JustinSharePickers
    @JustinSharePickers 10 місяців тому +2

    HI thanks for the video but I can't get this to work, all I get is #N/A Error Resources at URL not found.

    • @FabsBlog07
      @FabsBlog07 6 місяців тому

      I get the same thing were you able to find the solution?

  • @annamonso1937
    @annamonso1937 10 місяців тому +1

    I think that is no longer working. I am doing the exact same thing as you, and it is not working for me.

    • @jayedsheath
      @jayedsheath 10 місяців тому

      Have you been able to fix it? Im getting the same error

  • @elizastefanescu5390
    @elizastefanescu5390 6 місяців тому +1

    Great video! ❤ It is working. Thanks alot! A little update here, use ; instead of , and will work like in the video. Keep it up! ☀️

  • @user-cx6rg6mr7d
    @user-cx6rg6mr7d 6 місяців тому

    i can get anything above the "Summary
    Chart
    Conversations
    Statistics
    Historical Data
    Profile
    Financials
    Analysis
    Options
    Holders
    Sustainability" tabs to work, but not the data in the tabs, help plz?

  • @AH247-qn5uf
    @AH247-qn5uf 6 днів тому

    Thank you. Great job.

  • @guershon9114
    @guershon9114 2 роки тому +6

    Thanks for your video! Very informative. I 'm trying to do this with the estimated 5 yr growth (using the url of the "analysis tab") but I get: "Error: Resource at url not found". Any idea?

    • @TheCPelsor
      @TheCPelsor Рік тому +2

      I'm having the same problem. Will post if I find a solution.

    • @filippoghezzi654
      @filippoghezzi654 Рік тому

      @@TheCPelsor Found a solution?

  • @SoulMarauder59
    @SoulMarauder59 2 роки тому +3

    I was looking for this for 30 minutes! Everyone showed how to import the tables but I needed only one information (the stock price)
    Thanx

    • @Dividendology
      @Dividendology  2 роки тому

      You are welcome!

    • @SoulMarauder59
      @SoulMarauder59 2 роки тому

      Oh they changed so you dont write , between the expressions but ;

    • @ICTARABIC
      @ICTARABIC Рік тому +2

      @@SoulMarauder59 getting value error,needs table and list

    • @sandeepkumar-js3gi
      @sandeepkumar-js3gi Рік тому

      Same here...

    • @Play-jv3oi
      @Play-jv3oi 6 місяців тому

      ​@@Dividendology can we find the float on that google sheet?

  • @CantHealz
    @CantHealz Рік тому +1

    Is it possible to pull the Analyst Data (Sell, Under, Hold, etc.) data from Market watch into Google Sheets? Been trying but I cant get it to up day with each different cell

  • @eliogarcia2955
    @eliogarcia2955 Рік тому +1

    I get the error "Could not fetch url..." I'm copying and pasting the url, but don't know what to do.

  • @seeyawouldntwannabeya347
    @seeyawouldntwannabeya347 Рік тому

    Doesn't work now for me. I typed in exactly like this video says. I get the "resource at url not found" I wished this worked.

  • @asianlvl
    @asianlvl Рік тому +1

    Im getting an error pulling "Growing Estimates, Next 5 Years (per annum)". Does anyone know how to solve it?

    • @rayli6640
      @rayli6640 Рік тому

      I am facing the same problem either

  • @useful4537
    @useful4537 2 роки тому +1

    Data shows up then vanished, How to solved it? Thanks in advance.

  • @user-df3do7wi3s
    @user-df3do7wi3s 9 місяців тому

    What is the formula to get the Growth Estimates - Next 5 Years (per annum) off the Analysis page on yahoo finance ?, I keep getting error message

  • @user-eg3qu2zh4g
    @user-eg3qu2zh4g 6 місяців тому

    Its not working, I'm sure its a user error, but what could it be?

  • @sebastianandersson7270
    @sebastianandersson7270 2 роки тому +1

    Hi, Bert good video, but when I am trying the code for price it says that I can not have a = in the begining, Any idea?

  • @stockstuff7395
    @stockstuff7395 2 роки тому

    it doesnt work after i change it to update it to differnt stocks also "," is replaced with ";"

  • @sharktooth-gp3jz
    @sharktooth-gp3jz Рік тому

    Hi I got a problem with your function, is someone able to help me?

  • @stevewilson6524
    @stevewilson6524 3 місяці тому

    Anyone notice in this video that yahoo is displaying $315.41, but when he imports it, spreadsheet has $313.86?

  • @jadepriest7209
    @jadepriest7209 10 місяців тому

    I am using a MacBook and try to double click on the areas and all I get is the area highlighted I try and do "control" and click and get options but I do not see an "inspect" option. What am I doing wrong.... please help

    • @jayedsheath
      @jayedsheath 10 місяців тому

      Getting the same problem. Have you fix it?

  • @jerrydellasala7643
    @jerrydellasala7643 Рік тому +1

    Doesn't work any more. Finance recently went through a big change. Hope this can be updated to work!

    • @Dividendology
      @Dividendology  Рік тому +3

      Working on a custom solution that won’t break :)

  • @arqingmx
    @arqingmx 26 днів тому +1

    AUGUST 2024 -- For those who also get ERROR or N/A, this will be expected to happen because Yahoo Finance uses DYNAMIC CONTECT to update this values, and this formula only works with STATIC CONTENT. So this WON'T work. If anyone finds a way to do it please share it.

    • @Dividendology
      @Dividendology  25 днів тому

      I created the tickerdata add on in google sheets to auto import stock financials straight into your spreadsheet. Link in description.

  • @maciejwnuk1812
    @maciejwnuk1812 2 роки тому

    Hello, seens doesn't work for tickers with "." in URL ;/

  • @SoftwareSolusindocom
    @SoftwareSolusindocom Рік тому

    to implement shares in Indonesia?

  • @s-statik
    @s-statik 2 роки тому +3

    Sadly not working

  • @krishnasubramanian792
    @krishnasubramanian792 2 роки тому

    Hi, The coding doesn't work for UK stocks for example, Airtel africa, etc. Please help me how to bring UK stocks details in google sheet

    • @BetasCoin
      @BetasCoin Рік тому

      Instead of pulling data using htmlimport, then you can pull all data on Yahoo Finance using the fact that it is build on Javascript. I just made a video showcasing my version of this if you need. ua-cam.com/video/MAi62N3V1H4/v-deo.html

  • @jimd1617
    @jimd1617 Місяць тому

    thank you 🤝

  • @genemerritt5536
    @genemerritt5536 6 місяців тому

    Nice info and video.
    Have you done any importing of option chain data, single calls into excel or Google Sheets?
    Keep making the videos.
    Thank you.

  • @claudiocaiti138
    @claudiocaiti138 Рік тому

    It doesn't work to me! I can't understand why. I copy everything in the same way. What's wrong?

    • @Dividendology
      @Dividendology  Рік тому +2

      They may have changed their website out look. I'm working on an update.

    • @claudiocaiti138
      @claudiocaiti138 Рік тому

      @@Dividendology Thank you

  • @EnormousClock
    @EnormousClock 2 роки тому +6

    Seeing a lot of ‘Resource at URL not found’ - despite their obviously being available values for things like price.
    It seems to happen mainly for smaller cap companies. At first I thought it was an issue with an exchange extension, in my case .L for LSE companies, but then I got it to work for BP. So I can get it work, and am repeating the exact process for other companies with no success.
    Helpful video nonetheless, thank you!

    • @umair5807
      @umair5807 11 місяців тому +1

      I am facing the same issue. Have you got any solution for this error?

  • @michaeldhont3805
    @michaeldhont3805 2 роки тому +1

    Many thanks for your video, It doesnt seems to work at my computer. He is giving an error ''imported content is empty'' (translated from Dutch) . Any idea what I might have done wrong ?

    • @Dividendology
      @Dividendology  2 роки тому

      Hi Michael, what were you trying to webscrape from yahoo finance? Some metrics may be slightly different.

    • @michaeldhont3805
      @michaeldhont3805 2 роки тому +1

      @@Dividendology Thanx for your reaction. I would like to have for example Forward Dividend & Yield and some data from the statistics like
      Return on Assets, Totall cash etc etc.

    • @Dividendology
      @Dividendology  2 роки тому +1

      One thing I recommend is to watch my web scraping in google sheets video. I show how to web scrape data from Finviz, where it is extremely easy to pull in all of the things you just mentioned into google sheets.

    • @michaeldhont3805
      @michaeldhont3805 2 роки тому

      @@Dividendology thnx, I will take a look at that.

  • @skenderaxe5968
    @skenderaxe5968 2 роки тому +1

    What about the Valuation Measures table in the Statistic tab? I have trouble applying the same command rule with the "Current x Enterprise Value/EBITDA" value (link, XPath)

    • @Dividendology
      @Dividendology  2 роки тому +4

      I'll look into ways to do this.

    • @harveymoment
      @harveymoment 2 роки тому +2

      @@Dividendology Any update on this? Can't get the book value per share to turn up, XPath appears broken/weird

    • @iamnomadgg
      @iamnomadgg 5 місяців тому

      Any update on this? @@Dividendology

  • @adarshpatil2163
    @adarshpatil2163 6 місяців тому

    Please make a full spreadsheet stock trading automation course it will be helpful

  • @sambo8100
    @sambo8100 Рік тому +1

    Thanks for the videos, I keep getting an imported content is empty error, any fix for this?

    • @elizastefanescu5390
      @elizastefanescu5390 6 місяців тому

      Hello! Use ; instead of , and will work. I had the same issue and I saw in the Google sheet syntax that you need to use ;

  • @corvinlord
    @corvinlord 9 місяців тому

    Great job bro, thank you.

  • @mangekyousharingan7335
    @mangekyousharingan7335 2 роки тому +1

    unfortunately it does not work, do you have another solution? Thanks

    • @WinterKing2811
      @WinterKing2811 2 роки тому +1

      Mine not working as well. Something related to google blocking importxml i believe...

    • @Dividendology
      @Dividendology  2 роки тому

      I’m surprised it’s not working for you, as I haven’t had any problems. Are you receiving an error message?

    • @soumya178
      @soumya178 2 роки тому +4

      @@Dividendology yes it's showing #NA

    • @XInfinity2024
      @XInfinity2024 Рік тому

      @@soumya178 That is the same error that I have been getting

  • @lewiskerchuis8017
    @lewiskerchuis8017 Рік тому +3

    Anyone getting "Resource at URL not found" I fixed it by deleting UK from the yahoo web address.

    • @KrekreDoBusao
      @KrekreDoBusao Рік тому

      Check if your separator is semi-colon instead of comma. European separator is normally not the same as the US ones. I fixed that simply by changed the , to ;

  • @Jonnyrockin71
    @Jonnyrockin71 9 місяців тому

    Very good explainer video. I am getting some drift on my prices...what I see in Yahoo Finance is not exactly the same as what's in the sheet.

  • @michaeldhont3805
    @michaeldhont3805 2 роки тому

    I have some problems with the last step, when I try to change the Ticker I get an error . In Dutch "parseerfout in formule" parsing error in formula . Any idea what it means or how I can solve it. Many thanks

    • @Dividendology
      @Dividendology  2 роки тому

      may be an error on yahoo finance's end. Some people have been having trouble lately.

    • @michaeldhont3805
      @michaeldhont3805 2 роки тому

      @@Dividendology I can finaly scrape data from yahoo finance, so thank your for this tutorial. One more question , I only can retrieve data from the Summary, any idea what this can be? thnks

  • @traleyton8057
    @traleyton8057 7 місяців тому +1

    Somehow it does not work. Probably Yahoo has introduced a problem.

    • @radomillion
      @radomillion 7 місяців тому

      Which exchange and company stock price do you want?

    • @daronchau8820
      @daronchau8820 6 місяців тому

      most companies prevent webscraping via importxml or any import function via googlesheet. This no longer works because mostwebsites use java and google sheets cant pull/read stuff coded in java

  • @cmli0203
    @cmli0203 2 роки тому

    sorry, i can't get the date and dividends...
    Historical Data > dividends only > Time Period (Max)

  • @koriv6329
    @koriv6329 Рік тому

    Does this not work with Options Data ?

  • @weihu2064
    @weihu2064 9 місяців тому +1

    not working for stock code with dot or foregin stocks

    • @Dividendology
      @Dividendology  9 місяців тому +3

      working on an update for this

    • @radomillion
      @radomillion 8 місяців тому

      @@Dividendology Have you found an update yet for foreign stocks?

  • @jeremiethompson7798
    @jeremiethompson7798 2 роки тому +1

    Hey man ! Do you know how to have the "Full XPath" options in the copy options...? When i'm at this step, I only have: HTML, XPath for choice...

    • @Dividendology
      @Dividendology  2 роки тому +1

      I haven't run into that problem before. I'll have to look into it.

    • @jeremiethompson7798
      @jeremiethompson7798 2 роки тому

      @@Dividendology thanks for the answer !! It looks like my mac don’t offer me the option of Full Xpath… I am looking on internet but find nothing

    • @baalzhamon8491
      @baalzhamon8491 2 роки тому

      I have to use microsoft edge instead of firefox due to this

    • @bobkoss280
      @bobkoss280 2 роки тому

      I got that in Firefox. I switched to Chrome and now see "full xpath"

  • @dbarrantescr
    @dbarrantescr Рік тому

    Has anyone tried scraping from YH "Statistics" or "Financials" sections? I have tried using both IMPORTHTML and IMPORTXML but non of them seem to work other than the homepage (summary) section.

    • @rohitsethi2627
      @rohitsethi2627 Рік тому +1

      Same for me, only working on Summary section, not on Satistics

    • @dbarrantescr
      @dbarrantescr Рік тому

      @@rohitsethi2627 I tried about everything I could think of but didn't manage to make it work. If anyone knows please let us know!

  • @A7480394
    @A7480394 5 місяців тому

    Thank-you so much!

  • @cristiandarioarevalolopez3791
    @cristiandarioarevalolopez3791 Рік тому +1

    First of all thanks for sharing this video, a question, is the data updated on real time from Yahoo finance?
    Thank you so much

    • @Dividendology
      @Dividendology  Рік тому

      Google sheets periodically updates automatically.

    • @philloes2778
      @philloes2778 8 місяців тому

      @@Dividendology Do you know how to update it manually? If I want all cells to update right now?

  • @Play-jv3oi
    @Play-jv3oi 6 місяців тому

    can we find the float on that google sheet?

  • @modernismdelendaest1511
    @modernismdelendaest1511 2 роки тому +1

    Thanks, very helpful! Do you know is there a similar function in Excel?

    • @Dividendology
      @Dividendology  2 роки тому +1

      I believe excels power query function provides similar capabilities, but I’m guessing there are other ways to do it in excel as well!

  • @major8forextrading30
    @major8forextrading30 Рік тому

    Amazing work. I have a question about making a Google Sheet for Forex Trading and if you can fetch and parse data like bank interest rates, GDP, inflation numbers and Import & Export numbers of 8 Economies for the major 8 currencies around the globe. Perhaps possible to fetch the data from Yahoo Finance page. I would like to hear from you in this regard. Thank you.

  • @thomaskreisel5764
    @thomaskreisel5764 Рік тому

    Anyone knows how to get other data like FCF or shares outstanding in google sheets? seems like The data down below isnt accessable for google sheets. Didnt work for me!

    • @Dividendology
      @Dividendology  Рік тому +1

      I’m working on a solution for this!

    • @thomaskreisel5764
      @thomaskreisel5764 Рік тому

      @@Dividendology Sounds good! I would like to have an intrinsic calue calculator, where you just have to change the ticker to get the intrinsic value of a stock. That would be great! Please let me know how if you figured something out!

    • @Dividendology
      @Dividendology  Рік тому +1

      Yep, thats actually something Im trying to work on. It may take some time, but I'll find a way to make it happen.

    • @thomaskreisel5764
      @thomaskreisel5764 Рік тому

      @@Dividendology I found this intrinsic value calculator in google. I tried to copy it into my spread sheet. But for some numbers like FCF he is using a formula which I dont understand how it works. Its something like "=Data!....". Maybe you check this out and find it helpful!

  • @felipeturbayr
    @felipeturbayr 2 роки тому +1

    Thanks for this information! very useful! do you know why sometimes the formula wont update and stays on "loading..."?

    • @Dividendology
      @Dividendology  2 роки тому +1

      I haven’t run into that error before with yahoo finance data. If I find out, I’ll be sure to let you know.

    • @bobkoss280
      @bobkoss280 2 роки тому +1

      @@Dividendology Have you found out anything about "Loading..." for a long time, and then ending up with #N/A

    • @vaclavkinsky6964
      @vaclavkinsky6964 10 місяців тому

      Same here @@bobkoss280

  • @moisesbenavides
    @moisesbenavides 2 роки тому

    This is very useful! Thank you for sharing. How do I split the 52 Week Range data (Low and High) separately?

  • @mehradhajati9057
    @mehradhajati9057 Рік тому +1

    this does not work

  • @olaranes2402
    @olaranes2402 9 місяців тому

    Dosent work on any other then american stocks

  • @ciph3rwolf345
    @ciph3rwolf345 2 роки тому +1

    Thanks man.

  • @johnhe9984
    @johnhe9984 2 роки тому +1

    How to pull data from balance sheet in yahoo finance?

    • @Dividendology
      @Dividendology  2 роки тому +1

      I am currently searching for a way to do this.

  • @erickrgarcia
    @erickrgarcia Рік тому

    I hold BDT, CM & CP to name a few that I am having issues with dividend dates. Can anybody suggest a fix or know a video to correct issue?

    • @Dividendology
      @Dividendology  Рік тому +1

      I’m working on creating a custom solution with a developer!

    • @erickrgarcia
      @erickrgarcia Рік тому

      @Dividendology thank you replying back. Look forward to the video.

  • @kavanaroy3484
    @kavanaroy3484 Рік тому

    Its not working for me :(

  • @stephanevachon8273
    @stephanevachon8273 2 роки тому

    I'm getting information from 2 days ago ???

  • @rayli6640
    @rayli6640 Рік тому

    Did Yahoo Finance ban web scraping in Google Sheets?
    I followed the tutorial but I cannot retrieve any data from Yahoo finance.
    I can retrieve data from Finviz and seeking alpha though.

    • @Dividendology
      @Dividendology  Рік тому +1

      I've had some trouble scraping from Yahoo finance lately as well. Im creating a new solution for this!

    • @rayli6640
      @rayli6640 Рік тому

      ​@@Dividendology ok, I am not alone😂

  • @willbreece
    @willbreece 2 роки тому +1

    Very interesting

  • @rockhead2700
    @rockhead2700 Рік тому

    It works except the price doesn't fluctuate like on Yahoo Finance! and I refreshed like 6 times.

    • @ICTARABIC
      @ICTARABIC Рік тому

      updates every 1 minute in settings

  • @FinanzasSinCorbata
    @FinanzasSinCorbata Рік тому +1

    For those with a Spanish keyboard, be advise to separate arguments with semicolon (;) and not with commas (,), otherwise it doesnt work....😩

  • @electroartesanias
    @electroartesanias Рік тому

    doesn't work with yahoo, only works with finviz

  • @vrivas2186
    @vrivas2186 Рік тому

    Get #ERROR! formula parse error?

  • @deivisonaraujo9922
    @deivisonaraujo9922 6 місяців тому

    Great video and explanation.

  • @Quroe_
    @Quroe_ Рік тому

    I feel like I'm being given the keys to the internet.

  • @PoonsYungv
    @PoonsYungv Рік тому

    The price doesnt change when it changes on yahoo finance it just stays the same

    • @Dividendology
      @Dividendology  Рік тому

      Google sheets will update periodically. Typically around every 20 minutes

  • @Gragento
    @Gragento Рік тому

    Doesn't for me.

  • @muhammadshehzad4764
    @muhammadshehzad4764 Рік тому +1

    not wroking

  • @italianjump
    @italianjump 2 роки тому

    Non funziona purtroppo. Grazie lo stesso.

  • @erniecheung5282
    @erniecheung5282 Рік тому +1

    No longer works.

    • @Dividendology
      @Dividendology  Рік тому

      I’m working on a new solution

    • @rebym
      @rebym Рік тому +4

      @@Dividendology So why waste everyone's time? Pin a comment that says that it no longer works!

  • @aaronderouen5873
    @aaronderouen5873 Рік тому

    Anyone else getting "Imported content is empty" when trying this?

    • @Dividendology
      @Dividendology  Рік тому +1

      I'm creating a new method to do this. Stay tuned!

  • @Fakaax
    @Fakaax 6 місяців тому

    TE AMO VIEJAA!!!

  • @sdl9258
    @sdl9258 2 роки тому

    Good

  • @Daddywaah
    @Daddywaah 2 роки тому

    I keep getting that darn 'Resource not found at url" again. >:(

    • @Dividendology
      @Dividendology  2 роки тому +3

      Yahoo finance has been a little ‘hit or miss’ lately. I’m looking into other webscraping options currently.

    • @Daddywaah
      @Daddywaah 2 роки тому

      @@Dividendology Cheers for that Div, I appreciate the reply so I can stop scratching my head for now. I'm just glad I wasn't screwing something up. :)

    • @danb7146
      @danb7146 2 роки тому

      @@Dividendology Have you figured out why importxml and importhtml won't work a good amount of time with Yahoo Finance?

  • @Omar-sq6zz
    @Omar-sq6zz Рік тому

    This is not scalable.

  • @user-eg3qu2zh4g
    @user-eg3qu2zh4g 6 місяців тому

    This explanation and others suck as a step, a crucial step is being left out.

  • @jonhart-dj7fn
    @jonhart-dj7fn Рік тому

    It's obvious that

  • @jonhart-dj7fn
    @jonhart-dj7fn Рік тому

    Lol