Skip to main content

GET - Options Snap

Returns a quote for option ticker.

Path Parameters
ticker string REQUIRED

The name of option ticker symbol.

Example: SPY241220C00600000

Responses
200

Success

Schema OPTIONAL
Data object OPTIONAL
Ticker string OPTIONAL

The ticker symbol

Currency string OPTIONAL
Ask number OPTIONAL

NBBO offer price

AskSize integer OPTIONAL

Shares available at Ask

AskMarket string OPTIONAL

Market identifier code where Ask sourced

Bid number OPTIONAL

NBBO bid price

BidSize integer OPTIONAL

Shares available at Bid

BidMarket string OPTIONAL

Market identifier code where Bid sourced

Open number OPTIONAL

Trade price of first eligible trade of day

High number OPTIONAL

Highest trade price of day

Low number OPTIONAL

Lowest trade price of the day

PreviousClose number OPTIONAL
Last number OPTIONAL
LastMarket string OPTIONAL

Market identifier code where Last sourced

LastSize integer OPTIONAL

Shares traded at last price

LastTimestamp date-time OPTIONAL

Timestamp of last trade in EST. Format: YYYY-MM-DDTHH:MM:SS.sssssss.

QuoteTimestamp date-time OPTIONAL

Quote Timestamp in EST. Format: YYYY-MM-DDTHH:MM:SS.sssssss.

NumberOfTrades integer OPTIONAL
TotalVolume integer OPTIONAL

Total volume traded in the session

VWAP number OPTIONAL

Total Value traded/Total volume Traded

Change string OPTIONAL

Difference between Last and PreviousClose

ChangePct string OPTIONAL

% Difference between Last and PreviousClose

IsDelayed boolean OPTIONAL

Price information is 15 minutes delayed when true

Error string OPTIONAL

Error details

OptionType string OPTIONAL

The type of the option contract

ExpirationDate string OPTIONAL

The expiration date of the option contract

StrikePrice number OPTIONAL

Strike price of the option contract