Download historic 1-min OHCL data for all IEX tickers

Hi together,

is anyone interested in a simple script for regularly downloading historic 1-min OHCL data with the IEX API (in Python, asynchronously)? If so, I would clean up my code and share it here.

Note: I am using the script for downloading the data to my local computer for later processing (backtesting algorithms, training models etc.). I am not using the script for life trading.

Let me know if that’s interesting for you.

2 Likes

yes, I would be interested?

Yes, that would really help!

@Bill, @s_s alright there you go: I cleaned up the code and put together setup instructions on Medium. I hope it helps you guys.

4 Likes

This is a great read. Thank you for sharing it!

Excellent - thanks for sharing!