Skip to main content
GET
/
api
/
aitaquote
/
quote
/
security_list
获取标的列表
curl --request GET \
  --url https://fcontext.com/api/aitaquote/quote/security_list \
  --header 'x-api-key: <api-key>'
{
  "list": [
    {
      "symbol": "<string>",
      "nameCn": "<string>",
      "nameEn": "<string>",
      "nameHk": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Financial Context key generated from account settings. Send it as x-api-key: <key>.

Query Parameters

market
string
required

市场代码。支持 USHKCN/SH/SZSG,也兼容 SDK 数字枚举。

category
integer

标的分类(参考 Stock Predictor market-data provider SecurityListCategory 枚举),如 0 美股夜盘。

Response

标的列表

list
object[]