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/intraday/batch \ --header 'X-API-Key: <api-key>'
{ "data": {} }
一次请求获取多个标的的日内分钟级K线数据。
在请求头 X-API-Key 中传递 API Key
标的代码,逗号分隔(如 600000.SH,000001.SZ,AAPL.US)
600000.SH,000001.SZ,AAPL.US
分时周期
1m
5m
10m
15m
30m
60m
最大返回条数
x <= 10000
批量日内数据
以标的代码为 key 的K线数据字典
Show child attributes