Page 3 of 3

Re: Yahoo data pull failing in Google Sheets

Posted: July 18th, 2023, 12:45 pm
by kiloran
JonnyT wrote:I use Python with the yfinance module to pull stock prices from yahoo into google sheets if the googlefinance function doesn't work, which it often doesn't

I do wonder if modules such as yfinance will continue to work in the future since Yahoo are disabling their various versions of their finance API.
If yfinance continues to work, I'll need to have a look under the hood when I have time

edit... just had a quick gander and it appears that yfinance gets its data from Yahoo web pages, not the Yahoo API. If so, it should continue to work (until Yahoo change their web page layout :( )

--kiloran

Re: Yahoo data pull failing in Google Sheets

Posted: July 21st, 2023, 7:44 am
by praiz
JonnyT wrote:I use Python with the yfinance module to pull stock prices from yahoo into google sheets if the googlefinance function doesn't work, which it often doesn't


Hello Jonny T

Could you pls share with us the process you followed to get it done? Would be very much interested.

Regards.

Re: Yahoo data pull failing in Google Sheets

Posted: June 1st, 2024, 5:43 pm
by theta
praiz wrote:
JonnyT wrote:I use Python with the yfinance module to pull stock prices from yahoo into google sheets if the googlefinance function doesn't work, which it often doesn't


Hello Jonny T

Could you pls share with us the process you followed to get it done? Would be very much interested.

Regards.


+1, I'm interested as well, thanks in advance @JonnyT