/
TI
tickflow
/
TickFlow 行情数据 API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
K线数据
5
交易所
2
实时行情
4
标的
2
get
查询标的元数据
post
批量查询标的元数据
标的池
3
财务数据
4
标的
批量查询标的元数据
使用 POST 方法批量查询,支持更多标的(最多 1000 个)。
post
/v1/instruments
Request body
InstrumentsRequest
required
批量查询标的请求体 (POST)
symbols
string[]
required
标的代码列表
Response
查询成功
InstrumentsResponse
required
标的元数据响应
data
Instrument[]
required
标的元数据列表
Changes