v4

latestOpenAPI 3.0.02026-08-04103181301.4 KB
market

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"
  }
}