@noka-sworld Hello, we should definitely improve the documentation. When you use the "load_crypto" API you are loading data on an hourly basis. This is a functionality we provided some time ago when introducing cryptos (7 cryptos only).
Later we extended the crypto universe to more assets, and provided a universe containing the top 10 in terms of market capitalization at each point in time, and reverted to daily data.
The API to be used is:
import qnt.data as qndata
crypto_data = qndata.cryptodaily.load_data(tail = 365 * 5)
It will load crypto data on a daily basis and the code will not bug.