cURL
curl --request GET \ --url https://api.tickflow.org/v1/exchanges/{exchange}/instruments \ --header 'x-api-key: <api-key>'
{ "count": 1, "data": [ { "code": "<string>", "exchange": "<string>", "region": "<string>", "symbol": "<string>", "ext": { "type": "cn_equity", "float_shares": 123, "limit_down": 123, "limit_up": 123, "listing_date": "<string>", "name_en": "<string>", "tick_size": 123, "total_shares": 123 }, "name": "<string>", "type": "stock" } ], "exchange": "<string>" }
返回指定交易所的所有标的,可选按类型过滤。
交易所代码,如 SH、SZ、BJ、US、HK
标的类型
stock
etf
index
bond
fund
futures
options
other
查询成功
交易所标的列表响应
标的数量
x >= 0
标的列表
Show child attributes
交易所代码