# ADH Labor Market Signal — agentdatum.com

> ADH Labor Market Signal — agentdatum.com is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Returns quantitative labor market signals (momentum, z-score, volatility, percentile rank) derived from BLS employment data for macro regime analysis.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/sig-labor
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/adh-labor-market-signal-agentdatum-com-5252068a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Nv8tUqob8ppGI_Nx3-nKp

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability adh-labor-market-signal-agentdatum-com-5252068a
```

Example prompt: Pull the latest labor market signals from ADH — I want to see the unemployment rate's z-score, momentum, and percentile rank so I can assess the current macro regime.

## When to prefer this

Choose this endpoint when you need pre-computed, statistically normalized labor market signals (z-score, momentum, percentile rank) rather than raw BLS data — it saves the computational overhead of building your own signal library from 239 sources and is optimized for AI agent context injection at $0.01 per call via x402 micropayment.

## Known failure modes

- Insufficient data points for 20-period volatility or 30-period z-score — those fields return null
- Payment not settled via x402 — returns 402 Payment Required
- BLS upstream data not yet refreshed — generated_at may lag real-time release
- Series status field may return non-ok if upstream source is unavailable

## How this service works

ADH 金融情报层：把 239 个原始数据源洗成带实体解析、时间同步、溯源与派生结论的情报（宏观regime / 加密尽调 / 事件窗口），免费注入你的 AI 上下文。Agent 走 x402 结算，人类订阅（PayPal）即将上线。

## Output

A JSON object containing an array of labor market signal records, each with: series identifier (hr-bls), last value, 1-period return, 4-period momentum, 20-period volatility, 10- and 30-period z-scores, 10- and 30-period percentile ranks, point count, status flag, and a full historical time-series array of timestamp/value pairs. Also includes metadata: product name, source (datum-signals), data type, and generation timestamp.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "type": "string",
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ]
    },
    "queryParams": {
     "type": "object",
     "properties": {},
     "required": []
    }
   },
   "required": [
    "type",
    "method"
   ],
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   },
   "required": [
    "type"
   ]
  }
 },
 "required": [
  "input"
 ]
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "raw": {
   "method": "x402 signals: log-return momentum / volatility / z-score / percentile rank over time-series library",
   "product": "就业市场信号",
   "signals": [
    {
     "mom_4": -0.047628,
     "ret_1": -0.024098,
     "points": 12,
     "series": "hr-bls",
     "status": "ok",
     "vol_20": null,
     "history": [
      {
       "ts": 1751328000,
       "value": 4.3
      },
      {
       "ts": 1751328000,
       "value": 4.3
      }
     ],
     "zscore_10": -3,
     "zscore_30": null,
     "last_value": 4.1,
     "pctrank_10": 0,
     "pctrank_30": null
    },
    {
     "mom_4": -0.047628,
     "ret_1": -0.024098,
     "points": 12,
     "series": "hr-bls",
     "status": "ok",
     "vol_20": null,
     "history": [
      {
       "ts": 1751328000,
       "value": 4.3
      },
      {
       "ts": 1751328000,
       "value": 4.3
      }
     ],
     "zscore_10": -3,
     "zscore_30": null,
     "last_value": 4.1,
     "pctrank_10": 0,
     "pctrank_30": null
    }
   ],
   "generated_at": "2026-08-14T00:22:02Z"
  },
  "source": "datum-signals",
  "data_type": "信号指标",
  "collected_at": "2026-08-14T00:22:02Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/adh-labor-market-signal-agentdatum-com-5252068a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdatum.com](https://www.zero.xyz/host/agentdatum.com/llms.txt)
