pmorissette / ffn

ffn - a financial function library for Python
pmorissette.github.io/ffn
MIT License
1.87k stars 282 forks source link

Add yfinance.pdr_override() to readme example #195

Closed Beliavsky closed 1 year ago

Beliavsky commented 1 year ago

As discussed at https://github.com/pmorissette/ffn/issues/185 , the lines

import yfinance
yfinance.pdr_override()

must be added to the example in the readme to make it work.

Thanks for the project.