Catalog/finance-econ-snapshot

Finance

US economic indicators snapshot API

Join the latest values of five headline US indicators into one call: GDP (World Bank), CPI year-over-year + unemployment rate (BLS), the 10-year Treasury par yield (US Treasury), and the effective fed funds rate (NY Fed) — all keyless. The value-add is the join + schema normalization across four sources agents would otherwise call and reconcile separately. Answers 'snapshot of the US economy', 'latest GDP CPI unemployment and rates', 'current US macro dashboard', 'where do US indicators stand now'.

Price$0.01per request
MethodPOST
Route/v1/finance/econ-snapshot
StatusLive
MIME typeapplication/json
Rate limit60/minute
Cache3600s public
financeeconomymacrogdpcpiunemploymentindicatorsdashboard
API URLhttps://x402.hexl.dev/v1/finance/econ-snapshot
Integration docs
Example request
{}
Example response
{
  "asOf": "2026-06-03",
  "indicators": {
    "gdpCurrentUsd": {
      "value": 28750956130731.2,
      "year": "2024",
      "source": "World Bank NY.GDP.MKTP.CD"
    },
    "cpiYoYPercent": {
      "value": 3.81,
      "asOf": "2026-04",
      "source": "BLS CPI-U (CUUR0000SA0)"
    },
    "unemploymentRatePercent": {
      "value": 4.3,
      "asOf": "2026-04",
      "source": "BLS LNS14000000"
    },
    "treasury10yPercent": {
      "value": 4.46,
      "date": "2026-06-02",
      "source": "US Treasury par yield curve"
    },
    "fedFundsEffectivePercent": {
      "value": 3.62,
      "date": "2026-06-02",
      "source": "New York Fed EFFR"
    }
  }
}
Input schema
{
  "type": "object",
  "required": [],
  "properties": {}
}
Output schema
{
  "type": "object",
  "additionalProperties": true
}