FRED · Example Payload

Api Source List Example

FinanceGovernmentEconomic DataFederal ReserveTime SeriesOpen DataPublic APIs

Api Source 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_ordercountoffsetlimitsources

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,
  "sources": [
    null,
    null
  ]
}