# CFTC Commitments of Traders (COT) Report — ADH Financial Intelligence

> CFTC Commitments of Traders (COT) Report — ADH Financial Intelligence is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns the latest CFTC COT legacy futures-only data for ~33 commodity and financial contracts, including speculative and commercial net positions, open interest, and week-over-week changes.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/cftc-cot
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cftc-commitments-of-traders-cot-report-adh-financial-intelligence-1f157cdd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CETpUAKD5P4Srh2iiQxpw

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 cftc-commitments-of-traders-cot-report-adh-financial-intelligence-1f157cdd
```

Example prompt: Pull the latest CFTC Commitments of Traders report — I want to see which commodity markets have the most extreme speculative net positioning right now and how things changed week over week.

## When to prefer this

Choose this endpoint when you need ready-to-use, entity-resolved CFTC COT speculative positioning data without having to parse the CFTC's raw CSV files yourself. It is ideal for macro regime analysis, crowded-trade detection, and weekly positioning reviews in commodity and financial futures markets. Prefer this over raw CFTC feeds when you want structured JSON with net positions, percent-of-open-interest metrics, and WoW deltas already computed.

## Known failure modes

- Data may be up to one week stale as COT reports are published weekly on Fridays after market close
- If CFTC source is delayed or unavailable, upstream data collection may lag
- No contract-specific filtering supported — always returns all covered markets
- Non-200 HTTP responses may occur if the x402 payment is not properly settled

## How this service works

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

## Output

A JSON object containing an array of ~33 commodity/financial contract records, each with open interest, total traders, commercial long/short/net, large speculator long/short/net, net as percent of open interest, and week-over-week net change. Also includes a 'how to read' explanation in Chinese, report date, and data provenance metadata.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "data": [
    {
     "zh": "天然气",
     "market": "NAT GAS ICE LD1 - ICE FUTURES ENERGY DIV",
     "contract": "NAT GAS ICE LD1",
     "open_interest": 7798054,
     "traders_total": 272,
     "commercial_net": -62734,
     "large_spec_net": 36230,
     "commercial_long": 5572933,
     "large_spec_long": 764979,
     "commercial_short": 5635667,
     "large_spec_short": 728749,
     "large_spec_net_pct_oi": 0.46,
     "large_spec_net_change_wow": -17255
    },
    {
     "zh": "天然气",
     "market": "NAT GAS ICE LD1 - ICE FUTURES ENERGY DIV",
     "contract": "NAT GAS ICE LD1",
     "open_interest": 7798054,
     "traders_total": 272,
     "commercial_net": -62734,
     "large_spec_net": 36230,
     "commercial_long": 5572933,
     "large_spec_long": 764979,
     "commercial_short": 5635667,
     "large_spec_short": 728749,
     "large_spec_net_pct_oi": 0.46,
     "large_spec_net_change_wow": -17255
    }
   ],
   "contracts": 33,
   "how_to_read": "large_spec_net>0 投机资金净多；net_pct_oi 越极端越接近拥挤交易；commercial_net 是产业套保方向，通常与投机反向。周度更新(每周五盘后)。",
   "report_date": "2026-08-04",
   "universe_rows": 359
  },
  "note": "CFTC 官方周度 COT（Legacy Futures Only），免费无 key",
  "type": "金融信号",
  "source": "cftc-publicreporting",
  "product_id": "cftc-cot",
  "collected_at": "2026-08-14T00:25:05Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cftc-commitments-of-traders-cot-report-adh-financial-intelligence-1f157cdd/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)
