Skip to content

Python library and API to do quantative analysis for on-chain trading

License

Notifications You must be signed in to change notification settings

tsorro/client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI status

Capitalgram is a Python library for on-chain quantative trading.

Use cases

  • Analysing of cryptocurrency investment opportunities

  • Creating trading algorithms and bots that operate on on-chain data

Features

  • 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

Example and getting started

See the Getting Started notebook and the rest of the documentation.

Prerequisites

Python 3.7+

Adding the package

Install with pip or poetry

pip install capitalgram 
poetry add capitalgram

Oh-chain trading data

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.

License

GNU AGPL 3.0.

About

Python library and API to do quantative analysis for on-chain trading

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%