Get candlestick data
Get candlestick data for a single security. Parameters follow CLI conventions: periods can be 1m, 5m, 15m, 30m, 1h, day, week, month, or year; SDK numeric enums are also accepted.
Authorizations
Financial Context key generated from account settings. Send it as x-api-key: <key>.
Path Parameters
Security symbol, for example AAPL.US.
Query Parameters
Candlestick period, default day. Supports 1m, 5m, 15m, 30m, 1h, day, week, month, and year; SDK numeric enums are also accepted.
Number of candlesticks to return, default 100.
x >= 1Adjustment 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 Response
Candlestick list