Skip to main content
GET
/
api
/
v1
/
klines
/
batch
批量查询 K线数据
curl --request GET \
  --url https://market-api.argox.tech/api/v1/klines/batch \
  --header 'x-api-key: <api-key>'
{
  "data": {}
}

Authorizations

x-api-key
string
header
required

Query Parameters

symbols
string
required

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

period
string

K线周期 当前仅支持日线

count
integer

每个标的返回数量,默认 100

Required range: x >= 0
start
integer<int64> | null

开始时间戳(毫秒),可选

end
integer<int64> | null

结束时间戳(毫秒),可选

Response

查询成功

K线批量响应

data
object
required

K线数据,以标的代码为键