Countries reporting on a date
API · /economiccalendar-api
Economic Calendar API
Live macroeconomic-event calendar — the macro releases that move currencies, rates and the whole market — served straight from Nasdaq's public economic calendar feed (no key, nothing cached). These are GDP, CPI and inflation, central-bank rate decisions, unemployment and non-farm payrolls, industrial production, trade balances, PMI and consumer sentiment, across every major economy. For any date the events endpoint lists each release with its scheduled GMT time, the country, the event name, the actual print once released, the consensus forecast, the previous reading and a description of what the indicator measures and why it matters — you can filter by country or by event name. The week endpoint returns the whole week ahead from a date in a single call — the calendar every forex and rates trader plans around — and the countries endpoint shows which economies report on a date and how many events each has. This is the macro-event layer for any trading, forex, research or dashboard app: what prints, when, and what the market expects. Live from Nasdaq, nothing stored. Distinct from corporate-events APIs (earnings, dividends, splits) and from price and FX-rate APIs — this is the macroeconomic calendar. 4 endpoints.
API health
healthy- Uptime
- 100.00%
- Server probes · 24h
- Avg latency
- 1020 ms
- Server probes · 24h
- Subscribers
- 4,370
- active
- Total calls
- 20
- last 7 days
Pricing
Pick a tier — billed monthly, cancel anytime.
Free
Free
- 11,000 calls / month
- 3 requests / second
- Hard cap (429 above quota, no overage)
- 11,000 calls/month
- 3 req/sec
- Events, week-ahead & countries
- No credit card
Starter
€9.50 /month
- 140,000 calls / month
- 8 requests / second
- Hard cap (429 above quota, no overage)
- 140,000 calls/month
- 8 req/sec
- Consensus, actual & previous, country filters
- Email support
Pro
€26.50 /month
- 650,000 calls / month
- 15 requests / second
- Hard cap (429 above quota, no overage)
- 650,000 calls/month
- 15 req/sec
- Forex, rates & research pipelines
- Priority support
Scale
€63.00 /month
- 3,300,000 calls / month
- 30 requests / second
- Hard cap (429 above quota, no overage)
- 3,300,000 calls/month
- 30 req/sec
- Macro-analytics scale
- Dedicated SLA
Built by
Related APIs
Other APIs with overlapping tags.
US Federal Fiscal API
Live US federal fiscal data from the US Treasury's official FiscalData API — the cost-and-flow side of US public finance. Get the federal budget deficit or surplus by month for the current fiscal year (receipts, outlays and the net) from the Monthly Treasury Statement; the interest the United States pays to service its national debt, by month and fiscal-year-to-date, broken down by security type; and the average interest rate the Treasury pays on each class of its debt (Bills, Notes, Bonds, TIPS) plus the weighted overall rate. Live, no key, nothing cached. Distinct from debt-level (debt-to-the-penny) and auction feeds — this is the deficit, the interest bill and the average rate on the debt.
api.oanor.com/usfiscal-api
Argentina Economy API
Live Argentine macro-financial indicators from argentinadatos.com (official BCRA, INDEC and market data). Argentina is followed for three numbers above all: the riesgo-país (country risk — the JP Morgan EMBI spread over US Treasuries in basis points, the headline measure of sovereign default risk), inflation (monthly and year-over-year, among the world's highest), and the plazo-fijo rate (the annual interest banks pay on 30-day peso deposits, the saver's defence against inflation). The riesgo-pais endpoint returns the latest spread and recent history; the inflation endpoint returns the latest monthly and interannual rate; the plazo-fijo endpoint compares the deposit rate at every bank; the indicators endpoint returns a combined snapshot. Read live, nothing stored. This is Argentina's own country-risk, inflation and deposit-rate layer — distinct from its parallel-dollar feed and single central-bank APIs.
api.oanor.com/argentina-api
OFR Financial Stress API
Live financial-stability data from the U.S. Office of Financial Research, the federal body created after 2008 to measure systemic risk, via its public Financial Stress Index (FSI). The OFR FSI is a daily, market-based index of stress in the global financial system: a positive value means above-average stress, zero is the historical norm and negative means calm. Get the latest headline index with its day-over-day change. Decompose it into the five kinds of stress it tracks — credit, equity valuation, funding, safe-assets/flight-to-safety and volatility — to see which channel is driving stress. Split it by where the stress sits, the United States versus other advanced economies. Pull the daily time series of the headline or any component back two decades. Live, no key, nothing stored. Distinct from rate, FX, central-bank and stock-index APIs — this is a single, official, daily measure of how stressed the financial system is and why. Perfect for macro, risk, trading and analytics apps.
api.oanor.com/ofr-api
Fed SOMA Balance Sheet API
Live data on the Federal Reserve's balance sheet — the System Open Market Account (SOMA) — via the Federal Reserve Bank of New York's public markets API. SOMA is the portfolio of Treasury securities, agency debt and agency MBS the Fed holds, the asset side of the world's most important central-bank balance sheet, the thing that grows in QE and shrinks in QT. Get the latest weekly snapshot — total holdings and the breakdown across bills, notes and bonds, TIPS, FRNs, agency MBS, CMBS and agency debt. Pull the weekly time series back two decades to see every round of quantitative easing and tightening. Read the actual line-item securities the Fed owns — each CUSIP with its security type, maturity, coupon, par value held and share of the issue outstanding. Bucket the Treasury holdings by time to maturity, the profile that drives the pace of runoff. Live, no key, nothing stored. Distinct from money-market reference-rate, FX-rate, central-bank-policy and stock-index APIs — this is the size, composition and maturity of the Fed's actual securities portfolio. Perfect for rates, macro, fixed-income and analytics apps.
api.oanor.com/fedsoma-api
Frequently asked questions
Quick answers about pricing, quotas, and integration.
How do I get an API key for Economic Calendar API?
What's the rate limit for Economic Calendar API?
How much does Economic Calendar API cost?
Can I cancel my subscription anytime?
Is Economic Calendar API GDPR-compliant?
Pick an endpoint from the list on the left to see its details and try it.
Code snippets
Sign up to get an API key, then call any path under your slug.
curl https://api.oanor.com/economiccalendar-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/economiccalendar-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/economiccalendar-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/economiccalendar-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Ratings
Sign in to rate.
No reviews yet.
Discussion
Ask questions, share usage tips, get answers from the provider and other developers. Public — anyone can read.
Sign in to start a thread or reply.
Sign inNew thread
·
-
Provider answer
🔒 This thread is locked — no new replies.
-
·
- No threads yet — start the discussion.
Support
Private 1:1 support with the provider — billing questions, integration issues, account problems. Only you and the provider team can see these threads.
Sign in to open a support ticket.
Sign inOpen new ticket
Describe what you need help with. The provider team gets an email and replies on the ticket page.
-
·
Urgent - No tickets yet for this API.