Efficiency-first framework for pulling, storing, and aggregating Kraken data using the v2 API.
- All market data is avaiable through WebSocket subscription using this package by leveraging the Kraken v2 API (see for example their excellent API).
- See the code or the example files for a general overview of the type of files that will be created for you upon subscription to the data feeds.
- Order placement (for now) relies on the REST API. See below in the Usage section.
Soon I will push the published code to the PyPI, allowing for you to run
pip install kracked
However in the meanwhile, simply clone the repository, navigate to the folder with setup.py and run
pip install -e . for an editable install.
Users can find a set of example scripts in the examples folder. All scripts here are presented as-is and should be verified/stress tested as needed by the user.