Get batch OHLCV data for multiple symbols
行情数据
批量日线行情
批量获取多只股票的日线行情数据
POST
Get batch OHLCV data for multiple symbols
批量获取多只股票的 OHLCV(开高低收量)日线数据。Documentation Index
Fetch the complete documentation index at: https://docs.reportify.cn/llms.txt
Use this file to discover all available pages before exploring further.
请求参数
股票市场:
cn(A股), hk(港股), us(美股)股票代码列表(至少 1 个)
开始日期,格式:
YYYY-MM-DD(默认:1 个月前)结束日期,格式:
YYYY-MM-DD(默认:今天)响应参数
OHLCV 数据列表,按日期(降序)和股票代码排序
查询元数据
响应示例
使用示例
计算涨跌幅
批量获取港股数据
批量获取美股数据
Authorizations
Enter your Bearer token
Body
application/json
Batch OHLCV request input.
List of stock codes, e.g., ["600519", "000001"] for CN market (required)
Minimum array length:
1Stock market
Available options:
cn, hk, us Start date (default: 1 month ago)
End date (default: today)
