DATA REFERENCE / FRED

Put the economic series beside the story.

Use FRED and ALFRED economic series through GDELT Cloud’s macro API. Inspect metadata, dated observations, source attribution and redistribution limits.

VERIFIED ENDPOINT EXAMPLEExplicit economic question → applicable series → dated observations

Broad US dollar index

01 / SOURCE RECORD

Nominal Broad U.S. Dollar Index

Index Jan 2006=100 · Daily
FRB · public_domain

Most recent observations returned
DateValue
2026-09-18119.5133
2026-09-17119.3489
2026-09-16118.9206
2026-09-15118.8822
2026-09-14118.6923

This product uses data from the Federal Reserve Bank of St. Louis (FRED) but is not endorsed or certified by it.

Use This Data Exact request · JSON · curl · Python · TypeScript

Captured 2026-09-25. These are the exact saved dates and identifiers. Running this request again can return changed results.

GET https://gdeltcloud.com/api/v2/macro/series/DTWEXBGS
: "${GDELT_CLOUD_API_KEY:?Set GDELT_CLOUD_API_KEY}"
curl --fail-with-body --max-time 60 --get 'https://gdeltcloud.com/api/v2/macro/series/DTWEXBGS' \
  --header "Authorization: Bearer $GDELT_CLOUD_API_KEY" \
  --header 'Accept: application/json'

Pagination: this is one saved page. Follow the response’s pagination contract to retrieve additional pages; each request uses additional QU. Treat incomplete coverage as incomplete, including an empty result.

COLLECTION & INTEGRATION

FRED and ALFRED, with series-specific meaning

GDELT Cloud collects eligible series metadata, observations and point-in-time vintages from FRED and ALFRED. Redistribution-restricted series are excluded from queries. Each series keeps its own units, frequency, originating agency and attribution.

How to use it in your workflow

The saved example retrieves DTWEXBGS, the Nominal Broad U.S. Dollar Index. Use this series when a workflow specifically needs broad US-dollar context. Retrieve observations for the analysis window and preserve observation dates; the series is not a generic economic indicator for every country and does not establish why an Event happened.

For country background, the broader data catalog also includes World Bank indicators and other official sources. Match an indicator to its country, units and publication vintage before combining it with reporting.

Coverage and limitations

Source terms vary by series. Some series are unavailable because redistribution is restricted. Observations cannot predate 1970. Revisions and publication lags matter; use supported vintage parameters where applicable. GDELT Cloud is not endorsed or certified by the Federal Reserve Bank of St. Louis.

Inventory artifact published 2026-09-25. Aggregate inventory is unmeasured in this publication. Saved responses above retain their own capture dates and returned coverage.