简体   繁体   中英

BTC's candle data extraction since 2020 in hourly or daily intervals

I am working on a NLP project and i need to extract bitcoin's historical candle data since 2020 in hourly or daily scale. Is there any free way to obtain theese datas? Any suggestions can be helpful.

i used a few free APIs but they were limited totally could not help me.

you can use crypto exchanges APIs. Crypto exchanges limits the number of candles you wan download in one requests so I wrote a manager to send multiple requests and assemble the data for you. Here's the link: https://github.com/Shaft-3796/OHLCV-Plus

If you want to do it by your own, you should use CCXT, it wrap a lot of exchange APIs.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM