Tinkoff / invest-python

Tinkoff Invest Python gRPC client
https://tinkoff.github.io/invest-python/
Apache License 2.0
313 stars 90 forks source link

get_all_candles выдает свечи внебиржевого рынка #247

Open PavelKovL opened 1 year ago

PavelKovL commented 1 year ago

Что случилось?

2023-08-07_124004

Воспроизведение

for c in market_data_cache.get_all_candles(
            figi="BBG004730N88",
            from_ = now() - timedelta(days=31),
            to= now(),
            #from_=now() - timedelta(days=14),
            interval=CandleInterval.CANDLE_INTERVAL_1_MIN,)]

Tinkoff Invest Version

0.2.0-beta59

Python Version

3.11

OS

Windows

Логи

No response