Loading...

[PLUS] Accessing Kraken API Data with Python

This is a brief tutorial with working example code to how to download market data from the Kraken exchange via their public REST API using Python. (*Please note that Kraken's API has terms of service and market data usage that may have restrictions not covered here, and so you should consult with Kraken directly if you have any questions concerning their API - this tutorial is not officially endorsed by Kraken, and CDD is not affiliated with the Kraken exchange. This tutorial should be used for your informational purposes*).


Three Examples in One Script

The Python code we provide actually gives examples for up to 3 different ways to access Kraken API historical data:
(1) Fetch OHLC Close Candlesticks using a function. User must provide a cryptocurrency pair and the timeframe granularity of which they want data (Day, Hour, Minute etc)
(2) Fetch the Bid/Ask Spread Data for any cryptocurrency pair. This sort of information is crucial for determining liquidity conditions in terms of crisis.
(3) Retrieve historical trade prints data for a given currency pair. This function demonstrates how to actually pull the trade results history (ie. Buy order of 100K BTCUSD).
Each script runs by passing a cryptocurrency pair to the function(s).

This is a premium post. Create Plus+ Account to view the live, working codebase for this article.




Notice: Information contained herein is not and should not be construed as an offer, solicitation, or recommendation to buy or sell securities. The information has been obtained from sources we believe to be reliable; however no guarantee is made or implied with respect to its accuracy, timeliness, or completeness. Author does not own the any crypto currency discussed. The information and content are subject to change without notice. CryptoDataDownload and its affiliates do not provide investment, tax, legal or accounting advice.

This material has been prepared for informational purposes only and is the opinion of the author, and is not intended to provide, and should not be relied on for, investment, tax, legal, accounting advice. You should consult your own investment, tax, legal and accounting advisors before engaging in any transaction. All content published by CryptoDataDownload is not an endorsement whatsoever. CryptoDataDownload was not compensated to submit this article. Please also visit our Privacy policy; disclaimer; and terms and conditions page for further information.

Latest Posts
Follow Us
Notify me of new content