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.txt
or> python -m pip install requirements.txt
-
Create a
secrets.py
file in the same directory:api_key = 'yourKrakenApiKey' api_sec = 'yourKrakenApiSecret'
-
Run
kraken_ledger.py
to update the ledger.