pmorissette / ffn

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

Q: Load from data frame? #90

Closed lefig closed 4 years ago

lefig commented 4 years ago

Hi there,

i am struggling with accessing data using the default data provider. I think that this is Pandas DR. The reason is the tickers for UK LSE don't appear to be recognized. I assume that the format of the symbol is the same as US.

What would be easier is to simply load up the data using say yfinance as a DF before initializing the ffn library. Is this possible please?

Thanks