v1

latestOpenAPI 3.1.0raw.githubusercontent.com2025-04-25361217.6 KB
Options - Technical Indicators

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.

get/options/technicals/{indicator}/{optionsTicker}

Path parameters

indicator'sma' | 'ema' | 'macd' | 'rsi' required

The technical indicator to calculate.

optionsTickerstring required

The specific options ticker symbol (e.g., O:AAPL240119C00175000).

Query parameters

timestampstring

Query by timestamp (YYYY-MM-DD or millisecond timestamp). Filters results.

timestamp.gtstring

Timestamp greater than.

timestamp.gtestring

Timestamp greater than or equal to.

timestamp.ltstring

Timestamp less than.

timestamp.ltestring

Timestamp less than or equal to.

timespan'minute' | 'hour' | 'day' | 'week' | 'month' | 'quarter' | 'year' required

The size of the aggregate time window.

adjustedboolean

Whether aggregates are adjusted for splits (default: true).

windowinteger

The window size (number of periods). Required for SMA, EMA, RSI.

series_type'open' | 'high' | 'low' | 'close'

The price type to use ('open', 'high', 'low', 'close').

expand_underlyingboolean

Include the underlying aggregate used in the calculation.

short_windowinteger

The short window size. Used only for MACD (default: 12).

long_windowinteger

The long window size. Used only for MACD (default: 26).

signal_windowinteger

The signal window size. Used only for MACD (default: 9).

order'asc' | 'desc'

Order results by timestamp (asc/desc).

limitinteger

Limit the number of results. Max 5,000.

Response

Successful response with the calculated technical indicator data. Keys are in kebab-case.

request-idstring
statusstring
next-urlstring nullable

URL for the next page of results.