Five stress categories
API · /ofr-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 health
healthy- Uptime
- 100.00%
- Server probes · 24h
- Avg latency
- 364 ms
- Server probes · 24h
- Subscribers
- 4,277
- active
- Total calls
- 16
- last 7 days
Pricing
Pick a tier — billed monthly, cancel anytime.
Free
Free
- 7,500 calls / month
- 2 requests / second
- Hard cap (429 above quota, no overage)
- 7.5k calls/month
- 2 req/sec
- FSI + categories + regions + history
- No credit card
Starter
€11.00 /month
- 145,000 calls / month
- 5 requests / second
- Hard cap (429 above quota, no overage)
- 145k calls/month
- 5 req/sec
- Email support
Pro
€29.00 /month
- 810,000 calls / month
- 12 requests / second
- Hard cap (429 above quota, no overage)
- 810k calls/month
- 12 req/sec
- Priority support
Business
€71.00 /month
- 4,400,000 calls / month
- 30 requests / second
- Hard cap (429 above quota, no overage)
- 4.4M calls/month
- 30 req/sec
- 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
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
BIS Effective Exchange Rates (Currency Strength) API
How strong each currency is on a trade-weighted basis, served live from the Bank for International Settlements' open statistics API — no key, nothing cached. An effective exchange rate (EER) measures a currency against a basket of its trading partners' currencies, not just one pair — it is the single best gauge of whether a currency is broadly strengthening or weakening. The BIS publishes nominal and real (inflation-adjusted) EER indices for 64 economies, against a broad (64-economy) or narrow (27-economy) basket, all on a base of 100. The rankings endpoint returns every economy's current EER index, ranked, so you can see the world's strongest and weakest currencies at a glance. The country endpoint returns one economy's EER index with its history and its 12-month change. The movers endpoint ranks the biggest currency gainers and losers over the past year — who has appreciated and who has depreciated most. Everything is the BIS's own compiled data, live, nothing stored; figures are monthly. This is the trade-weighted currency-strength layer for any forex, macro, trade or research app. Distinct from bilateral FX-rate and central-bank APIs — this is effective exchange rates: real and nominal trade-weighted currency strength, from the BIS. 3 endpoints, no key on our side.
api.oanor.com/eer-api
Frequently asked questions
Quick answers about pricing, quotas, and integration.
How do I get an API key for OFR Financial Stress API?
What's the rate limit for OFR Financial Stress API?
How much does OFR Financial Stress API cost?
Can I cancel my subscription anytime?
Is OFR Financial Stress 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/ofr-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/ofr-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/ofr-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/ofr-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.