BTC and Crypto contest
-
I have some confusion with loading crypto data, I see 3 APIs:
- qnt.data.cryptodaily.load_data
- qnt.data.cryptofutures.load_data
- qnt.data.crypto.load_data
what is the difference?
-
@anthony_m Sorry for the confusion. Correct, there are 3 APIs.
- qnt.data.cryptodaily.load_data
This API call loads data for all cryptocurrencies which were at least once among the top 10 in terms of market capitalizazion since Jan 1, 2014. These data are relevant for the Q16 crypto contest.
- qnt.data.cryptofutures.load_data
This API call loads data for the futures contracts on BTC. Used for the Q15 BTC Futures contest.
- qnt.data.crypto.load_data
This API call loads hourly-resolution datas for 7 cryptocurrencies; they can be used as external indicators.
-
@support Ok, I see, thanks