X

x402-factory · Econ Initial Claims

by x402-factory

GETBase

$0.02

per call · USD Coin on Base

Initial jobless claims (DOL, weekly): latest print, revisions, surprise — Latest Initial jobless claims print from the DOL via FRED/ALFRED: first-release vs latest value with a revised flag (revisions never pose as print-day numbers), surprise vs a labeled expectation (market-implied when a matching prediction market exists, else trend-model), next weekly release date, and a 12-observation mini-series. Same shape as /v1/econ/:series bound to initial-claims.

Endpoint

GET https://x402-factory.com/v1/econ/initial-claims

3

Calls / 30d

1

Unique payers / 30d

Sep 1

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://x402-factory.com/v1/econ/initial-claims", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://x402-factory.com/v1/econ/initial-claims" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data": {
    "fred_id": "ICSA",
    "frequency": "Weekly",
    "latest_print": {
      "first_release_value": 209000,
      "first_released_on": "2026-08-13",
      "headline": 209,
      "headline_basis": "first release level",
      "headline_units": "thousands",
      "latest_value": 209000,
      "obs_date": "2026-08-08",
      "revised": false
    },
    "next_release_date": "2026-08-20",
    "recent": [
      {
        "obs_date": "2026-05-23",
        "value": 212000
      },
      {
        "obs_date": "2026-05-30",
        "value": 225000
      },
      {
        "obs_date": "2026-06-06",
        "value": 230000
      },
      {
        "obs_date": "2026-06-13",
        "value": 227000
      },
      {
        "obs_date": "2026-06-20",
        "value": 216000
      },
      {
        "obs_date": "2026-06-27",
        "value": 217000
      },
      {
        "obs_date": "2026-07-04",
        "value": 217000
      },
      {
        "obs_date": "2026-07-11",
        "value": 209000
      },
      {
        "obs_date": "2026-07-18",
        "value": 189000
      },
      {
        "obs_date": "2026-07-25",
        "value": 198000
      },
      {
        "obs_date": "2026-08-01",
        "value": 200000
      },
      {
        "obs_date": "2026-08-08",
        "value": 209000
      }
    ],
    "release_name": "Unemployment Insurance Weekly Claims Report",
    "revisions": [
      {
        "first_value": 199000,
        "latest_value": 200000,
        "obs_date": "2026-08-01"
      },
      {
        "first_value": 197000,
        "latest_value": 198000,
        "obs_date": "2026-07-25"
      },
      {
        "first_value": 187000,
        "latest_value": 189000,
        "obs_date": "2026-07-18"
      }
    ],
    "series": "initial-claims",
    "source_agency": "U.S. Employment and Training Administration",
    "surprise": {
      "actual": 209,
      "expectation_detail": "trend-model: mean of prior 4 levels",
      "expectation_source": "trend-model",
      "expected": 199,
      "surprise": 10
    },
    "title": "Initial Jobless Claims (SA)",
    "units": "Number"
  },
  "meta": {
    "data_mode": "live",
    "docs": "https://x402-factory.com/docs/econ.series.initial-claims",
    "endpoint": "/v1/econ/initial-claims",
    "freshness": "daily",
    "generated_at": "2026-09-01T09:36:54.291Z",
    "request_id": "req_00000000",
    "sources": [
      "fred"
    ],
    "version": "1.0.0"
  }
}

Payment details

Pay to0xcc42ed39a06b6cf3f484307ef76b88bf56fb305f
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of AI & Inference and the homepage with a featured placement.

Get featured →

More from x402-factory & similar services