Central Banks & Monetary

TIPS (Treasury Inflation-Protected Securities) yields by tenor

Real yields for TIPS securities. The live membership (FRED release 72) is resolved server-side and filtered by tenor (maturity 5/10/20/30 years); pass a maturity to keep the request small. Each security's observations are fetched with bounded concurrency and melted into a long series (date, symbol, due, name, value). Value is a decimal fraction (2.5% -> 0.025).

get/api/v1/fred/government/tips

Query parameters

maturity'5' | '10' | '20' | '30' nullable

Tenor in years (5/10/20/30). Omit for all tenors (a larger fan-out).

Tenor in years (5/10/20/30). Omit for all tenors (a larger fan-out).

start_datestring nullable

Lower bound YYYY-MM-DD.

Example:2023-01-01

Lower bound YYYY-MM-DD.

end_datestring nullable

Upper bound YYYY-MM-DD.

Upper bound YYYY-MM-DD.

frequency'a' | 'q' | 'm' | 'w' | 'd' | 'wef' | 'weth' | 'wew' | 'wetu' | 'wem' | 'wesu' | 'wesa' | 'bwew' | 'bwem' nullable

Optional frequency aggregation.

Optional frequency aggregation.

aggregation_method'avg' | 'sum' | 'eop' nullable

Aggregation method when frequency is set (FRED default is avg).

Aggregation method when frequency is set (FRED default is avg).

transform'chg' | 'ch1' | 'pch' | 'pc1' | 'pca' | 'cch' | 'cca' nullable

Optional FRED value transformation (maps to FRED units).

Optional FRED value transformation (maps to FRED units).

Response

TIPS yield observations across the selected securities. operation_id auto-generated as fred_government_tips.

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

Changes

Changed in 2 of the 21 revisions of this API.114

  • 914af3d38c7c12See the full diff
    • the response's body type/format changed from / to object/ for status 200

      response-body-type-changed

    • added the required property data to the response with the 200 status

      response-required-property-added

    • added the required property meta to the response with the 200 status

      response-required-property-added

    • added the optional property code to the response with the 401 status

      response-optional-property-added

    • added the optional property code to the response with the 429 status

      response-optional-property-added

    • added the optional property code to the response with the 503 status

      response-optional-property-added

    • added the optional property hint to the response with the 401 status

      response-optional-property-added

    • added the optional property hint to the response with the 429 status

      response-optional-property-added

    • added the optional property hint to the response with the 503 status

      response-optional-property-added

    • added the optional property plan to the response with the 401 status

      response-optional-property-added

    • added the optional property plan to the response with the 429 status

      response-optional-property-added

    • added the optional property plan to the response with the 503 status

      response-optional-property-added

    • added the optional property reason to the response with the 401 status

      response-optional-property-added

    • added the optional property reason to the response with the 429 status

      response-optional-property-added

    • added the optional property reason to the response with the 503 status

      response-optional-property-added