Welcome to CryptoRL’s documentation!¶
CryptoRL is a library that provides a full pipeline of fetchng data, cleaning data, constructing environment, and training models for crypto historical data.
Installation¶
To install CryptoRL, simply run:
pip install cryptorl
Usage¶
After successfully installed CryptoRL, you can import by:
import data from cryptorl
and download data by:
df = data.fetch_single('2020-01-01', '2022-01-01', 'aapl')