-
Using Python Binance Version 0.7.11 and am getting these error codes after about two minutes of querying and using Kline intervals of 5 minutes or more. Appear to be data issues and not sure where/how…
-
**Describe what's wrong**
After upgrading to version 24.5.x, the request start failing with the following error:
```
SQL Error [10] [07000]: Code: 10. DB::Exception: Not found column toFloat6…
gtors updated
2 weeks ago
-
**Error message: **
[message.txt](https://github.com/Duova-Capital/Trading-System/files/5532448/message.txt)
-
Hi,
That is really a nice project. Well done.
Is it possible to add functionality of downloading klines for multiple symbols at once?
Either by passing an array of symbols or perhaps some criteri…
-
Hi, I found that around 100 candles BNXUSDT within different time interval were missed. TF 15min. USDT Futures.
-
**Describe the bug**
hello I use the function client.get_klines() to update the data on the different BINANCE pairs. Everything works fine most of the time, but sometimes I don't know why I get this …
-
There's exactly 1 usage of this library in catchHttpResponse method. I reckon it was used for cases when HTTP response is other than 200, so usual URL.readText won't work to parse response body. But a…
-
**Describe the bug**
If I request the server to get 560 '1 minute' klines back from the current time ( timestamp server ) I get always for two hours less. Is this a .get_historical_klines error? Is i…
-
how get_historical_klines for futures? I tried to do client=Client(apiKey,apiSec) candles = client.get_historical_klines('BNBUSDT', Client.KLINE_INTERVAL_2HOUR, "10 day ago UTC",klines_type=Historical…
-
I grab the historical klines from python-binance without specifying `end_str`, and it seems the last kline is incomplete. This might be unsurprising when looking at the docs because it says it gets un…