Docs/
REST API/
Stocks/
Snapshots/
Top Market Movers
Top Market Movers
GET
/v2/snapshot/locale/us/markets/stocks/{direction}
Retrieve snapshot data highlighting the top 20 gainers or losers in the U.S. stock market. Gainers are stocks with the largest percentage increase since the previous day’s close, and losers are those with the largest percentage decrease. To ensure meaningful insights, only tickers with a minimum trading volume of 10,000 are included. Snapshot data is cleared daily at 3:30 AM EST and begins repopulating as exchanges report new information, typically starting around 4:00 AM EST. By focusing on these market movers, users can quickly identify significant price shifts and monitor evolving market dynamics.
Use Cases: Market movers identification, trading strategies, market sentiment analysis, portfolio adjustments.
Path Parameters
direction
enum (string)
required
The direction of the snapshot results to return.
Query Parameters
include_otc
boolean
Include OTC securities in the response. Default is false (don't include OTC securities).
Response Attributes
status
string
The status of this request's response.
tickers
array (object)
optional
An array of snapshot data for the specified tickers.
day
object
optional
The most recent daily bar for this ticker.
fmv
number
optional
Fair market value is only available on Business plans. It is our proprietary algorithm to generate a real-time, accurate, fair market value of a tradable security. For more information, contact us.
lastQuote
object
optional
The most recent quote for this ticker. This is only returned if your current plan includes quotes.
lastTrade
object
optional
The most recent trade for this ticker. This is only returned if your current plan includes trades.
min
object
optional
The most recent minute bar for this ticker.
prevDay
object
optional
The previous day's bar for this ticker.
ticker
string
optional
The exchange symbol that this item is traded under.
todaysChange
number
optional
The value of the change from the previous day.
todaysChangePerc
number
optional
The percentage change since the previous day.
updated
integer
optional
The last updated timestamp.