v3
OpenAPI 3.0.02026-07-31103181312.8 KBmarket
Get Series
Endpoint for getting data about a specific series by its ticker. A series represents a template for recurring events that follow the same format and rules (e.g., "Monthly Jobs Report", "Weekly Initial Jobless Claims", "Daily Weather in NYC"). Series define the structure, settlement sources, and metadata that will be applied to each recurring event instance within that series.
get/series/{series_ticker}
Path parameters
series_tickerstring required
The ticker of the series to retrieve
Query parameters
include_volumeboolean
If true, includes the total volume traded across all events in this series.
Response
Series retrieved successfully
Example response
{
"series": {
"volume_fp": "10.00"
}
}