latestOpenAPI 3.1.0Proprietary2026-08-221,5563,4526.6 MB

914af3d38c7c

Central Banks & Monetary

FRED release table - hierarchical table tree with inline observation values

Returns a FRED release's table as a hierarchical element tree. With values (default), ONE call returns every series element in the subtree with its inline observation - no per-series fan-out. Omit element_id to discover the top-level element IDs. Pass one or more observation dates (comma-separated, up to 12); dates snap to the release period start. Values are returned AS-IS in each table's native units.

get/api/v1/fred/release/tables

Query parameters

release_idinteger required

FRED release ID (required). Discover via /fred/search.

Example:402

FRED release ID (required). Discover via /fred/search.

element_idinteger nullable

A table element ID to drill into. Omit to list top-level elements.

A table element ID to drill into. Omit to list top-level elements.

datestring nullable

Observation date(s) YYYY-MM-DD, comma-separated (max 12). Omit for the latest.

Example:2024-05-01

Observation date(s) YYYY-MM-DD, comma-separated (max 12). Omit for the latest.

include_observation_valuesboolean

Include inline observation values (the bulk-curve mode).

Include inline observation values (the bulk-curve mode).

Response

Flattened release-table rows (or section/table elements when no values). operation_id auto-generated as fred_release_tables.

Example response

{
  "meta": {
    "endpoint": "/api/v1/fred/us/cpi",
    "data_time": "2026-04-16T14:30:00Z",
    "response_time": "2026-04-16T14:30:12Z",
    "provider": "Sugra API v1.0.1",
    "source": "sugra_crypto",
    "attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
    "fallback_chain": [
      "sugra_crypto",
      "sugra_finance"
    ]
  }
}