Get Options Technical Indicator Data
Retrieves historical technical indicator data (SMA, EMA, MACD, RSI) for a specified options ticker. Query parameters vary based on the selected indicator.
Path parameters
The technical indicator to calculate.
The specific options ticker symbol (e.g., O:AAPL240119C00175000).
Query parameters
Query by timestamp (YYYY-MM-DD or millisecond timestamp). Filters results.
Timestamp greater than.
Timestamp greater than or equal to.
Timestamp less than.
Timestamp less than or equal to.
The size of the aggregate time window.
Whether aggregates are adjusted for splits (default: true).
The window size (number of periods). Required for SMA, EMA, RSI.
The price type to use ('open', 'high', 'low', 'close').
Include the underlying aggregate used in the calculation.
The short window size. Used only for MACD (default: 12).
The long window size. Used only for MACD (default: 26).
The signal window size. Used only for MACD (default: 9).
Order results by timestamp (asc/desc).
Limit the number of results. Max 5,000.
Response
Successful response with the calculated technical indicator data. Keys are in kebab-case.