Skip to content

Scripts for getting data from the Kraken API and performing analysis

License

Notifications You must be signed in to change notification settings

jbies121/Kraken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kraken

Scripts for getting data from the Kraken API and performing analysis

Features

kraken_auth

  • Send an authenticated API request to kraken

kraken_market

  • Check the price on a market at a specified time

kraken_ledger

  • Update a ledger
  • Stop using excel/start using a real db for the ledger
  • Check for recent staking transactions
  • Check Trade History

Crypto Dashboard

  • Publish PowerBI dashboard template

Usage

  1. Install requirements $ pip install -r requirements.txt or > python -m pip install requirements.txt

  2. Create a secrets.py file in the same directory:

    api_key = 'yourKrakenApiKey'
    api_sec = 'yourKrakenApiSecret'
    
  3. Run kraken_ledger.py to update the ledger.

About

Scripts for getting data from the Kraken API and performing analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages