Us Unemployment — Real-time Economic Data
Latest Data
About This API
Us Unemployment provides real-time, structured economic data sourced directly from official databases including FRED (Federal Reserve), World Bank, and IMF.
Key Features
- Updated daily with official data
- Clean JSON format — ready to use
- REST API with simple authentication
- Multiple endpoints:
/summary,/series,/latest
Quick Start
curl -X GET "https://us-unemployment-api.vercel.app/summary?limit=12" \
-H "x-rapidapi-key: YOUR_API_KEY" \
-H "x-rapidapi-host: us-unemployment-api.p.rapidapi.com"
Response Example
{
"data": {
"unemployment_rate": [
{"date": "2026-01-01", "value": "4.4"},
{"date": "2025-10-01", "value": "4.3"}
]
},
"updated_at": "2026-03-01"
}
Pricing
| Plan | Price | Requests/month |
|---|---|---|
| BASIC | Free | 100 |
| PRO | $9/mo | 10,000 |
| ULTRA | $29/mo | 50,000 |
GlobalData Store — 100+ economic data APIs covering US, Korea, Japan, EU, China, and Global markets.
Top comments (0)