python-eodhistoricaldata
python-eodhistoricaldata copied to clipboard
Download data from EOD historical data https://eodhd.com/ using Python, Requests and Pandas.
This will shorten the code by using the walrus operator. However, please only implement these changes if you intend running this code on Python 3.8 and above as it will...
/lib/python3.9/site-packages/eod_historical_data/data.py:41: ParserWarning: Falling back to the 'python' engine because the 'c' engine does not support skipfooter; you can avoid this warning by specifying engine='python'. ``` df = pd.read_csv(StringIO(r.text), skipfooter=1, ```
Is the Search API implemented here? https://eodhistoricaldata.com/api/search/{query_string} [Search API for Stocks, ETFs, Mutual Funds and Indices](https://eodhistoricaldata.com/financial-apis/search-api-for-stocks-etfs-mutual-funds-and-indices/)
Why not make members of this repository public it may encourage contributions from open source developers