Capitalgram is a Python library for on-chain quantative trading.
-
Analysing of cryptocurrency investment opportunities
-
Creating trading algorithms and bots that operate on on-chain data
-
Getting trading data from on-chain decentralised exchanges like Uniswap and PancakeSwap
-
Integration with Jupyter Notebook for easy manipulation of data
-
Use Python quant toolkits like Zipline to create, analyse and backtest algorithms
-
(soon) Decentralised execution of trading algorithms through smart contracts
See the Getting Started notebook and the rest of the documentation.
Python 3.7+
Install with pip
or poetry
pip install capitalgram
poetry add capitalgram
Currently trading data is downloaded from capitalgram.com candle server. The access to the data is free, but you need to register to Capitalgram mailing list to get an API key.
GNU AGPL 3.0.