ScottfreeLLC / AlphaPy

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

Cryptocurrency Prices #17

Open mrconway opened 6 years ago

mrconway commented 6 years ago

You can get historical cryptocurrency pricing from Quandl, but the MarketFlow pipeline needs to be modified to read directly from the data directory if no feeds are available.

Here are some sources of historical daily and intraday cryptocurrency data:

mrconway commented 6 years ago

Our next data feed integration for cryptocurrencies:

https://www.cryptocompare.com/api/

mrconway commented 4 years ago

Cryptocurrency data will eventually be supported through the IEX, but historical data will have to be obtained elsewhere from a difference source.

https://intercom.help/iexcloud/en/articles/3377978-cryptocurrency-data-on-iex-cloud

mrconway commented 3 years ago

We can pull historical data through Binance, to be done in a future release.