跳转到主要内容
GET
/
v1
/
klines
/
batch
批量查询 K线数据
curl --request GET \
  --url https://api.tickflow.org/v1/klines/batch \
  --header 'x-api-key: <api-key>'
{
  "data": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.tickflow.org/llms.txt

Use this file to discover all available pages before exploring further.

授权

x-api-key
string
header
必填

查询参数

symbols
string
必填

标的代码,逗号分隔, 例如 "600000.SH,000001.SZ"

period
enum<string>

周期 K线周期

可用选项:
1m,
5m,
10m,
15m,
30m,
60m,
1d,
1w,
1M,
1Q,
1Y
count
integer

返回的K线数量 (默认100, 最大10000)

必填范围: x >= 0
start_time
integer<int64> | null

开始时间(毫秒时间戳)

end_time
integer<int64> | null

结束时间(毫秒时间戳)

adjust
enum<string>

复权类型

可用选项:
forward,
backward,
forward_additive,
backward_additive,
none

响应

查询成功

data
object
必填