跳转到主要内容
GET
/
v1
/
klines
/
ex-factors
查询除权因子
curl --request GET \
  --url https://api.tickflow.org/v1/klines/ex-factors \
  --header 'x-api-key: <api-key>'
{
  "data": {}
}

授权

x-api-key
string
header
必填

查询参数

symbols
string
必填

逗号分隔的标的代码

start_time
integer<int64> | null

开始时间(毫秒时间戳)

end_time
integer<int64> | null

结束时间(毫秒时间戳)

响应

查询成功

data
object
必填