Get historical candlestick headers
Returns response headers for the same Financial Context market-data request without a response body.
Authorizations
Financial Context key generated from account settings. Send it as x-api-key: <key>.
Path Parameters
Query Parameters
Candlestick period, default day. Supports 1m, 5m, 15m, 30m, 1h, day, week, month, and year; SDK numeric enums are also accepted.
Adjustment type: none for no adjustment (default), forward for forward-adjusted data; adjust_type=0|1 is also accepted.
Compatibility alias for adjust; supports SDK numeric enums: 0 for no adjustment and 1 for forward-adjusted data.
0, 1 Trading session: intraday for the regular session (default), all for all sessions; trade_sessions=0|1 is also accepted.
Compatibility alias for session; supports SDK numeric enums: 0 for regular session and 1 for all sessions.
0, 1 Start date YYYY-MM-DD for date-range mode.
End date YYYY-MM-DD for date-range mode.
Number of records to return for offset mode.
x >= 1Query forward: true (default) or false.
Start time in YYYY-MM-DD HH:MM:SS format.
Response
Market-data response headers.