ccxt-compiled
Version:
A JavaScript / Python / PHP cryptocurrency trading library with support for 90+ exchanges
16 lines (9 loc) • 666 B
Markdown
from any folder, type in console:
```shell
python path/to/example.py
```
Example files starting with `async-` require Python 3.6 with `async`/`await` and async generators support.

[ ](https://github.com/co3k/co3k-crypto-currency-note/blob/master/Untitled.ipynb) – an example of using ccxt to fetch OHLCV candles from Kraken and charting them with matplotlib in a Jupyter Notebook, made by [co3k](https://github.com/co3k).
To run Python examples