pykrakenapi
pykrakenapi copied to clipboard
A python implementation of the Kraken API.
This code change adds a new feature: a custom exception handler hook that, when provided, is executed to handle error responses from Kraken. This code change is fully backward compatible....
The following line doesn't work if there's more than one transaction returned. https://github.com/dominiktraxl/pykrakenapi/blob/3817add24389f1e222498b0a5c508cc88ac9971a/pykrakenapi/pykrakenapi.py#L1567 I think this should be replaced with the following that will return a dataframe of transactions indexed...
First, great wrapper for the kraken API, thank you! This is a suggestion, not an issue... I think it'd be nicer to return a `dict` from the `get_trade_volume` method since...
I am trying to pull OHLC data beyond the 720-period limit for a backtesting engine. The Kraken API explains that this can be done by setting the `since` argument to...
Hello this is no issue i just want to ask you if you can show me function where i can put stop loss and take profit ! Thank you a...
Hello, Have been searching for a simple Kraken API library and have come across yours and ccxt, but ccxt seems to be missing some functionality that I need. I just...
Hi, thanks for the good work! any plans on implementing the Private user funding API?
There seems to have been a recent change on Kraken's side that has broken pykrakenapi. I have had a script running for months that uses the OHLC data. Today my...
This fixes the FutureWarnings issued by pandas as described in #77.