FRED · Example Payload

Api Vintage Date List Example

FinanceGovernmentEconomic DataFederal ReserveTime SeriesOpen DataPublic APIs

Api Vintage Date List Example is an example object payload from FRED, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

realtime_startrealtime_endorder_bysort_ordercountoffsetlimitvintage_dates

Example Payload

Raw ↑
{
  "realtime_start": "2026-05-28",
  "realtime_end": "2026-05-28",
  "order_by": "example",
  "sort_order": "example",
  "count": 1,
  "offset": 0,
  "limit": 1000,
  "vintage_dates": [
    "2025-12-01",
    "2026-05-01"
  ]
}