xiaooc
Results
1
issues of
xiaooc
**问题描述** app中看到的k线数据,跟通过openapi拉回来的数据不一样 **代码例子** ```py from longport.openapi import QuoteContext, Config, Period, AdjustType, TradeSessions, Candlestick, TradeContext config = Config.from_env() ctx = QuoteContext(config) resp = ctx.candlesticks("BABA.US", Period.Min_10, 10, AdjustType.NoAdjust, TradeSessions.Intraday) print(resp) ``` **错误信息或结果截图**...
stale