v1

latestOpenAPI 3.0.32026-07-226744340.8 KB
Macro Finance

Get FRED series detail

Series catalog detail plus the most recent 24 observations (latest vintage). An unknown or quarantined series_id returns 404 with a message pointing to GET /api/v2/macro/series and the catalog. Requires a plan with Macro & economic data access (can_use_macro) — the Corporate & Supply Chain and Global Intelligence plans.

get/api/v2/macro/series/{series_id}

Path parameters

series_idstring required

FRED series ID (e.g. UNRATE, CPIAUCSL, DGS10). To discover valid IDs, call GET /api/v2/macro/series with no filters, or see the catalog: https://docs.gdeltcloud.com/api-reference/macro-series-catalog

Response

Series detail and recent observations. series carries series_id, title, frequency, frequency_short, units, units_short, seasonal_adjustment, observation_start, observation_end, last_updated, source_agency, release_id, release_name, geo_country_iso3, compliance_status, popularity, attribution_text, notes. recent_observations is up to 24 { date, value } points (most recent first). Includes the FRED non-endorsement meta.

successboolean