Returns the most recent price data for an asset, along with other daily price information.

❗️

Please note

This endpoint has been deprecated in favor of a new version. Please refer to the documentation for Price Snapshot (V3). All users of this endpoint (Version 2) must move to v3.

Introduction

About price snapshot

This endpoint returns the most recent price data for an asset, along with other daily price information. While prices will be as current as possible, this endpoint is meant to be called on an ad-hoc basis.

For real-time streaming prices, please see Streaming prices.

For time series price data that can be used to build price charts, see Price history .

Response fields

See the glossary for more field descriptions

Equities/Funds:

FieldDescription
pricePremarket hours: shows the price for the previous market day’s last trade that occurred during market open hours.

Market open hours: shows the latest price for the current trading day.

After hours: shows the price for the current trading day's last trade during market open and will not change. For extended hours prices, use the extendedPrice field. For official close price, use the closePrice field.
bidLatest bid price of the security.
askLatest ask price of the security.
changePercentPremarket hours: shows the previous market day’s change percent at market close.

Market open hours: shows the latest percent change for the current trading day.

After hours: shows the change percent at the current day’s market close and will not change. For extended hours change percent, use the extendedChangePercent field.
changePremarket hours: shows the previous market day’s change at market close.

Market open hours: shows the latest change for the current trading day.

After hours: shows the change at the current day’s market close and will not change. For extended hours change, use the extendedChange field.
extendedPricePremarket hours: the price of the security during premarket hours trading.

Market open hours: this field will return null.

After hours: the price of the security during after hours trading.
extendedChangePercentPremarket hours: the percent change of the security during premarket hours trading.

Market open hours: this field will return null.

After hours: the percent change of the security during after hours trading.
extendedChangePremarket hours: the change of the security during premarket hours trading.

Market open hours: this field will return null.

After hours: the change of the security during after hours trading.
marketStatusMarket status of the exchange that the request security trades on, values include: PreMarket, Open, AfterHours, and Closed.
latestTradeTimestampTime of the most recent trade, expressed as a UNIX timestamp.
openPricePremarket hours: this field will return null.

Market open/After hours: the open price of the security.

For the BATS and TOPS feeds, this field will return null.
intradayHighPremarket hours: this field will return null.

Market open/After hours: the highest price of the security for the current market day.
intradayLowPremarket hours: this field will return null.

Market open/After hours: the lowest price of the security for the current market day.
closePricePremarket/Market open hours: this field will return null.

After hours: the official close price for the security.

For the BATS and TOPS feeds, this field will return null.
intradayVolumeVolume of trades for the security for the current market day (includes extended hours trades).
feedThe feed associated with the received quote.

Crypto:

FieldDescription
priceMost recent price that the security is trading at.
change24HoursChange in price of the security over the last 24 hours.
changePercent24HoursChange percent of the security over the last 24 hours.
marketStatusMarket status, for crypto it will always be Open.
high24HoursHighest price for the security over the last 24 hours.
low24HoursLowest price for the security over the last 24 hours.
volume24HoursVolume of trades for the security over the last 24 hours.
Ready to get started? Get your free trial API key ➔
Language
Authentication
Query
Click Try It! to start a request and see the response here!