Skip to main content
GET
/
api
/
aitaquote
/
quote
/
broker_ids
获取经纪商 ID 字典
curl --request GET \
  --url https://fcontext.com/api/aitaquote/quote/broker_ids \
  --header 'x-api-key: <api-key>'
[
  {
    "brokerIds": [
      123
    ],
    "participantNameCn": "<string>",
    "participantNameEn": "<string>",
    "participantNameHk": "<string>"
  }
]

Authorizations

x-api-key
string
header
required

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

Response

经纪商 ID 与名称对照表

brokerIds
integer[]

券商编号列表。

participantNameCn
string

券商简体中文名称。

participantNameEn
string

券商英文名称。

participantNameHk
string

券商繁体中文名称。