-
### Operating System
Windows
### Programming Languages
Python
### CCXT Version
4.3.95
### Description
The current implementation on CCXT for the `fetch_ohlcv` function for Hyperli…
-
There is no documentation about format of values in options{}. So fucntions pay no attention to start and end times wich i pass to it, so I cant use the lib any more
def klines(
self,
…
-
Out of the blue, `get_historical_kline()` seems to stop working properly:
from binance.client import Client
def get_earliest_kline(client, symbol):
start_str = 1210685792000
try:
…
-
Hi,
[Monthly Klines](https://data.binance.vision/data/spot/monthly/klines/SHIBUSDT/1d/SHIBUSDT-1d-2024-07.zip) for SHIB/USDT, 1d timeframe is missing and contains only 7 days of ohlc.
-
Hello,
Is there a way to to get reactive the klines from binance?
https://github.com/binance/binance-spot-api-docs/blob/master/rest-api.md#klinecandlestick-data
In a Websocket and with a method o…
-
i checked the data and find missed klines
[missing.csv](https://github.com/binance/binance-public-data/files/12414070/missing.csv)
-
Klines missing for RNDRUSDT Futures 5M (2024-07-16~2024-07-22) (These are the days before it got temporarily delisted
for rebranding)
-
**Describe the bug**
get_historical_klines and get_klines data has gaps in it.
**To Reproduce**
client.get_historical_klines('ADABTC', '5m', '2 hours ago UTC')
and plot the data
I've also tried…
-
Hello,
I have the problem that I want to get 8 klines initially and then the last 2 candles every 30 mins but every so often I get a 429 error sometimes on the first call, other times when a time p…
-
Currently you are not publicly providing an api endpoint to request hitorical klines in multiple intervals (have not figured out via market-api how to request a particular pairing. This would also be…