Skip to content

💱 Python class to read the Kraken Bitcoin Exchange API

Notifications You must be signed in to change notification settings

flotwig/python-kraken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-kraken

python-kraken connects to the Kraken public API to pull a few data sets.

Usage:

from kraken import Kraken
k = Kraken()
pairs = k.getAssetPairs()
ticker = k.getTicker()
orderbook = k.getOrderBook()
trades = k.getRecentTrades()

All methods are documented in kraken.py and have example output in JSON format in examples.

About

💱 Python class to read the Kraken Bitcoin Exchange API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages