cryptoverse

Cryptocurrency focused quantitative finance tools.


Keywords
cryptocurrency, quantitative, finance
License
GPL-3.0
Install
pip install cryptoverse==0.0.1.dev6

Documentation

*** This repository is currently in planning stage. ***

cryptoverse

Cryptocurrency focused quantitative finance tools.

Install

Install with pip

$ pip install cryptoverse

Quickstart

>>> from cryptoverse import exchanges
>>> print(exchanges.bitfinex.ticker('LTC/BTC'))
>>> print(exchanges.poloniex.ticker('LTC/BTC'))
>>> print(exchanges.kraken.ticker('LTC/BTC'))