跳转到主要内容
GET
/
v1
/
klines
/
ex-factors
获取除权因子
curl --request GET \
  --url https://api.alphafeed.org/v1/klines/ex-factors \
  --header 'X-API-Key: <api-key>'
{
  "data": {}
}

授权

X-API-Key
string
header
必填

在请求头 X-API-Key 中传递 API Key

查询参数

symbols
string
必填

标的代码,逗号分隔(如 600000.SH,000001.SZ,AAPL.US

start_time
integer<int64>

起始时间戳(毫秒,含)

end_time
integer<int64>

结束时间戳(毫秒,含)

响应

除权因子数据

以标的代码为 key 的除权因子历史字典

data
object
必填