v3

OpenAPI 3.0.02026-07-31103181312.8 KB
market

Get Series List

Endpoint for getting data about multiple series with specified filters. 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"). This endpoint allows you to browse and discover available series templates by category.

get/series

Query parameters

categorystring
tagsstring
include_product_metadataboolean
include_volumeboolean

If true, includes the total volume traded across all events in each series.

min_updated_tsinteger

Filter series with metadata updated after this Unix timestamp (in seconds). Use this to efficiently poll for changes.

Response

Series list retrieved successfully

Example response

{
  "series": [
    {
      "volume_fp": "10.00"
    }
  ]
}