获取 K 线数据 headers
Quote
获取 K 线数据 headers
Returns response headers for the same Stock Predictor market-data request without a response body.
HEAD
获取 K 线数据 headers
Authorizations
Financial Context key generated from account settings. Send it as x-api-key: <key>.
Path Parameters
标的代码,例如 AAPL.US。
Query Parameters
K 线周期,默认 day。支持 1m、5m、15m、30m、1h、day、week、month、year,也兼容 SDK 数字枚举。
返回的 K 线数量,默认 100。
Required range:
x >= 1复权类型:none 不复权(默认)、forward 前复权;也兼容 adjust_type=0|1。
adjust 的兼容别名,支持 SDK 数字枚举:0 不复权,1 前复权。
Available options:
0, 1 交易时段:intraday 盘中(默认)、all 全部时段;也兼容 trade_sessions=0|1。
session 的兼容别名,支持 SDK 数字枚举:0 盘中,1 全部时段。
Available options:
0, 1 Response
Market-data response headers.