DEV Community

이성열 (월억)
이성열 (월억)

Posted on • Originally published at rapidapi.com

📊 Us Unemployment API — Real-time Economic Data 2026

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"
Enter fullscreen mode Exit fullscreen mode

Response Example

{
  "data": {
    "unemployment_rate": [
      {"date": "2026-01-01", "value": "4.4"},
      {"date": "2025-10-01", "value": "4.3"}
    ]
  },
  "updated_at": "2026-03-01"
}
Enter fullscreen mode Exit fullscreen mode

Pricing

Plan Price Requests/month
BASIC Free 100
PRO $9/mo 10,000
ULTRA $29/mo 50,000

👉 Get API Access on RapidAPI


GlobalData Store — 100+ economic data APIs covering US, Korea, Japan, EU, China, and Global markets.

data #api #economics #finance

Top comments (0)