Forums

problem with yahoo finance

I have installed yfinance module on my server but today it started to produce same charts since 11 am. script i run meant to produce updated chart every hour but there is no change since 11am. I updated yfinance library to latest version but no change to chart. If I run same script on my computer inside jupiter notebook all is ok. Looks like it is server side issue. Please help

Have you made sure that your script is actually running without errors? If it's supposed to be updating a file and is erroring out, then it will not update the file.

No errors recorded , updated all modules which script is using, it does produce new chart and saves it in folder with time stamp. Problem is that it keep using same data from yahoo finance from 11 am. When I copy paste whole code and run it on my computer it works perfect

Looks like it works now.

Perhaps yahoo was serving you a cached page or something like that.