Alex

Results 1 issues of Alex

**问题描述** 如何获取香港市场标的列表? 在OpenAPI文档中只看到美国市场的获取方式: [https://open.longportapp.com/docs/quote/security/security_list](https://open.longportapp.com/docs/quote/security/security_list) 在 [https://longportapp.github.io/openapi-sdk/python/quote_context/#longport.openapi.QuoteContext.security_list](https://longportapp.github.io/openapi-sdk/python/quote_context/#longport.openapi.QuoteContext.security_list) 中找到香港市场的,但获取失效了 ```python ctx.security_list(Market.HK, SecurityListCategory.Overnight) Traceback (most recent call last): File "D:\software\PyCharm2024311\plugins\python\helpers-pro\pydevd_asyncio\pydevd_asyncio_utils.py", line 117, in _exec_async_code result = func() ^^^^^^ File "", line 1, in...