Massive.com (formerly Polygon.io)Massive stock market data API
GET/v3/snapshot
Get unified market snapshots
Retrieve paginated snapshots across stocks, options, forex, crypto, and indices. A snapshot can include current session metrics plus the latest trade, quote, and minute bar according to plan entitlements.
Use a Massive API key to query U.S. stock trades, OHLC aggregates, unified snapshots, and ticker reference data; availability depends on the data plan.
Request
- operationId
getMarketSnapshot- Server
https://api.massive.com- Authentication
- BearerAuth
Request parameters
ticker.any_of
querystring
Comma-separated tickers
AAPL
type
querystring
Filter by asset class.
stocks
order
querystring
Order results using the selected sort field.
limit
queryinteger
Maximum results
10
sort
querystring
Field used for result ordering.
Responses
200
UnifiedSnapshotResponseapplication/json
Successful response
Properties: next_urlrequest_idresultsstatus
default
ErrorResponseapplication/json
Request failed because of authentication, authorization, validation, rate limiting, or a server error.
Properties: statuserrormessagerequest_id
{
"request_id": "cef2c957341a8e50b6455a7b8ef9702e",
"results": [
{
"ticker": "NVDA",
"name": "Nvidia Corp",
"type": "stocks",
"market_status": "closed",
"error": "NOT_FOUND",
"message": "Ticker not found.",
"fmv": 0.05,
"fmv_last_updated": 1636573458757383400
}
],
"status": "OK"
}