Closed harshita130602 closed 3 years ago
use the dev version, the pip version is stable but out of date
pip install git+git://github.com/addisonlynch/iexfinance
or
Are you still having problems with this? If so, what version if iexfinance
are you using?
@addisonlynch It is fine now. Thank you :)
Summary (include Python version)
Using iexfinance and I want to import get_historical data. I am using the following syntax to import it:
from iexfinance.stocks import get_historical_data
It is still showing me the following error:
File "file.py", line 1, in
from iexfinance.stocks import get_historical_data
ImportError: No module named iexfinance.stocks
I am not able to figure it out. Did I miss something?