Scripts for getting data from the Kraken API and performing analysis
- Send an authenticated API request to kraken
- Check the price on a market at a specified time
- Update a ledger
- Stop using excel/start using a real db for the ledger
- Check for recent staking transactions
- Check Trade History
- Publish PowerBI dashboard template
-
Install requirements
$ pip install -r requirements.txtor> python -m pip install requirements.txt -
Create a
secrets.pyfile in the same directory:api_key = 'yourKrakenApiKey' api_sec = 'yourKrakenApiSecret' -
Run
kraken_ledger.pyto update the ledger.