-
## Issue description
It would be good to package all of the KDE apps. Here is a list of a few that are missing in Nixpkgs. Feel free to add them!
- [ ] analitza
- [ ] audiocd-kio
- [ ] blinken…
-
Hi,
I'm trying to get the daily data from all BUSD and USDT pairs from Binance over the past 2 years.
Here is the main function I use to get these data:
```
def klines_2_dataframe(ticker):
…
-
Hi, first of all thanks for the great package. I'm trying to fetch a fixed number of candles at different timeframes, i set a start date and a limit of say 1000. But it always gets me data up to the p…
-
for example:
when I call with start_str='2021-06-14 16:50', end_str='2021-06-14 23:12', i need to add 'utc+0300' to get the correct result
but when I call with start_str='2022-02-01 22:30', end_str=…
-
I have a Python code running on Ubuntu server that has 2 functions. First function (getKlines) receives 30min candlestick data from API every 30 minutes, second function (execute) runs an algorithm on…
-
**Describe the bug**
Here's part of my code which create csv file after received data from Binance API, I checked OHLC in speicific period and found out the data received was wrong. Compare to Tradin…
-
**Describe the bug**
`futures_historical_klines` method raises an exception below:
```
BinanceAPIException: APIError(code=-1023): Start time is greater than end time.
```
my parameters:
symbol=X…
-
Calling get_historical_klines raises an error related to timezone / tzdata
**To reproduce:**
`candles = client.get_historical_klines(symbol='BTCUSDT', interval=Client.KLINE_INTERVAL_1DAY, start_str=…
-
隔壁可以用 https://api.binance.com/api/v3/klines?interval=1s&symbol=BTCUSDT
-
### What is the problem this feature would solve?
I have a WebSocket connection to a remote server. To manage subscriptions, I need to send messages like `subscribe@someTopic` to subscribe to a top…