ScottfreeLLC / AlphaPy

Python AutoML for Trading Systems and Sports Betting
Apache License 2.0
1.11k stars 201 forks source link

IEX Cloud Migration #26

Closed mrconway closed 4 years ago

mrconway commented 4 years ago

Previously, we could access IEX data through the Pandas Data Reader but now have to migrate to the IEX cloud endpoint. You will have to obtain your own API key to get IEX data, and we will add support to AlphaPy shortly to access historical data through the IEX cloud.

mrconway commented 4 years ago

IEX

Intraday Data: 30-day Window, e.g.

df = get_historical_intraday("TSLA", datetime(2019, 8, 4), output_format="pandas")

Daily Data:

df = get_historical_data("TSLA", start, end, output_format='pandas')

mrconway commented 4 years ago

Examples of other Remote Data Access through pandas-datareader

https://pandas-datareader.readthedocs.io/en/latest/remote_data.html

mrconway commented 4 years ago

IEX Service Plans:

https://iexcloud.io/console/manage-plan

IEX Limits:

https://iexcloud.io/docs/api/#sandbox