Economic & market data, normalized
Production-ready economic data,
one API call away.
Exnomic delivers clean, point-in-time series for macro indicators, FX, rates, and equities — versioned, normalized, and fast. Stop wrangling CSVs from a dozen sources.
Trusted by analysts and quant teams across the EU · 99.95% uptime
Broad coverage
120+ countries, 8,000+ macro series, full FX and rates curves, and end-of-day equities — all mapped to a consistent schema.
Point-in-time correct
Every revision is preserved. Query any series as it was known on a given date — no look-ahead bias in your backtests.
Low latency
Edge-cached reads, p95 under 40 ms in-region. Bulk endpoints and webhooks for the heavy lifting.
A single, predictable API
REST + JSON. Stable cursors. SDKs for Python, JS, and Go.
$ curl https://api.exnomic.com/v1/series/CPI.US.YOY \
-H "Authorization: Bearer $EXNOMIC_KEY"
{
"series": "CPI.US.YOY",
"unit": "percent",
"frequency": "monthly",
"observations": [
{ "date": "2026-04-01", "value": 2.7, "asof": "2026-05-13" },
{ "date": "2026-05-01", "value": 2.6, "asof": "2026-06-11" }
]
}