Closed Allensususu closed 1 year ago
Just to provide more details, I run the example that pmorisette suggest in the FFN overview. In the attached file you can fine the complete error output.
I fix it with yfinance.pdr_override()
you can add
import yfinance
yfinance.pdr_override()
in ffn data.py 142 lines.
like this :
import yfinance
yfinance.pdr_override()
It worked! Thank you!
import yfinance yfinance.pdr_override() It works for me as well, really appreciated!!
Hi
Today, when I was using ffn, I found that an error would be reported. After checking, it should be that the information obtained by yahoo finance has been revised. Could you please check it?
Here is the discussion I found https://stackoverflow.com/questions/74832296/typeerror-string-indices-must-be-integers-when-getting-data-of-a-stock-from-y
thank you very much