Skip to main content

POST - Batch Snaps

Returns a batch of snaps.

Request Body REQUIRED
tickers string[] REQUIRED
Responses
200

Success

Schema OPTIONAL
Data object[] OPTIONAL
Ticker string OPTIONAL

The ticker symbol

Currency string OPTIONAL
ListingMarket string OPTIONAL

Market identifier code where security is listed

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

Number Of Trades.

TotalVolume integer OPTIONAL

Total volume traded in the session

VWAP number OPTIONAL

Total Value traded/Total volume Traded

YearHigh number OPTIONAL

52 week high price

YearLow number OPTIONAL

52 week low price

TradingStatus string OPTIONAL

Conveys the trading status of a Ticker

Change string OPTIONAL

Difference between Last and PreviousClose

ChangePct string OPTIONAL

% Difference between Last and PreviousClose

Feed string OPTIONAL

Feed

IsDelayed boolean OPTIONAL

Price information is 15 minutes delayed when true

Error string OPTIONAL

Error details

Error string OPTIONAL