Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.alphafeed.org/v1/klines/ex-factors \ --header 'X-API-Key: <api-key>'
{ "data": {} }
获取标的的历史除权除息调整因子,可用于计算复权价格。
在请求头 X-API-Key 中传递 API Key
标的代码,逗号分隔(如 600000.SH,000001.SZ,AAPL.US)
600000.SH,000001.SZ,AAPL.US
起始时间戳(毫秒,含)
结束时间戳(毫秒,含)
除权因子数据
以标的代码为 key 的除权因子历史字典
Show child attributes