You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the earliest datetime and using the last parameter that is returned to make subsequent calls to the REST API. However, the current behavior returns the most recent 720 periods *regardless of what unixtime value I call. Is this a known issue with the Kraken Rest API itself or an issue here with the get_ohlc_data method? Thanks for the help!
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 the earliest datetime and using thelast
parameter that is returned to make subsequent calls to the REST API. However, the current behavior returns the most recent 720 periods *regardless of what unixtime value I call. Is this a known issue with the Kraken Rest API itself or an issue here with theget_ohlc_data
method? Thanks for the help!Documentation Links:
https://docs.kraken.com/rest/#operation/getOHLCData
https://support.kraken.com/hc/en-us/articles/218198197-How-to-retrieve-historical-time-and-sales-trading-history-using-the-REST-API-Trades-endpoint-
The text was updated successfully, but these errors were encountered: