v1
latestOpenAPI 3.1.02026-07-2268276396.6 KBMarket Data
Quote
This endpoint provides real-time asset quotes with the Quote API. Access up-to-the-minute prices, price changes, and trading volume for individual assets, ensuring you stay on top of market movements. Assets covered include stocks, cryptocurrencies, commodities, and ETFs.
post/v1/quote/query
Request body
Response
Successful Response
Example response
{
"results": [
{
"rp_entity_id": "4A6F00",
"target_identifier_id": "GOOGL",
"name": "Alphabet Inc.",
"price": 245.79,
"change_percentage": -0.546,
"change": -1.35,
"volume": 30515935,
"day_low": 240.74,
"day_high": 246.49,
"year_high": 256,
"year_low": 140.53,
"market_cap": 2972724892681,
"price_avg_50": 214.116,
"price_avg_200": 184.673,
"exchange": "NASDAQ",
"open": 244.165,
"previous_close": 247.14,
"timestamp": "2025-09-25T20:00:00",
"currency": "USD"
}
]
}