# ADH US Earnings Intelligence — agentdatum.com

> ADH US Earnings Intelligence — 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-15).

Returns AI-analyzed quarterly earnings data for the top 25 S&P 500 tech stocks, sourced from SEC EDGAR XBRL filings, with revenue, net income, and YoY growth metrics.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/us-earnings
- 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/adh-us-earnings-intelligence-agentdatum-com-9db3f6eb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eAh_EDPbMBVvAbV_Ud2BM

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-us-earnings-intelligence-agentdatum-com-9db3f6eb
```

Example prompt: Pull the latest quarterly earnings data for the top 25 S&P 500 tech stocks — I want to see revenue, net income, and year-over-year growth figures with an AI summary for each company.

## When to prefer this

Choose this endpoint when you need pre-processed, AI-interpreted quarterly earnings data for the top 25 US tech stocks without building your own SEC EDGAR pipeline. Ideal for agents doing portfolio monitoring, earnings-driven trading decisions, or sector-level financial intelligence where time-synchronized, sourced data with narrative analysis is more useful than raw filings. Prefer alternatives if you need real-time intraday data, earnings for non-tech sectors, or individual ticker lookup outside the fixed 25-stock scope.

## Known failure modes

- 402 Payment Required if x402 USDC payment not attached or insufficient
- No query parameters supported — request scope is fixed to top 25 S&P 500 tech stocks
- Data may lag latest earnings if 10-Q has not yet been filed with SEC EDGAR
- Stale collected_at timestamp if upstream SEC EDGAR feed is delayed
- Response may duplicate records (as seen in example schema) if deduplication is incomplete

## How this service works

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

## Output

Returns a JSON object containing up to 25 records for top S&P 500 GICS IT and communication services stocks. Each record includes the company name, ticker symbol, latest quarter period end date, revenue in USD, net income in USD, revenue YoY growth percentage, net income YoY growth percentage, and an AI-generated markdown narrative analyzing the results. Also includes metadata: product ID, data source (SEC EDGAR XBRL), update cadence note, and collection timestamp.

## 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": {
  "count": 25,
  "scope": "标普500 科技板块核心龙头（GICS IT + 通信服务，共25只）",
  "market": "美股",
  "stocks": [
   {
    "name": "Apple Inc.",
    "ticker": "AAPL",
    "ai_analysis": "## Apple Inc.(AAPL) 财报 AI 解读（截至 2026-06-27）\n- 最新季度营收 1094.17 亿美元（同比 16.36%）。\n- 净利润 297.89 亿美元（同比 27.12%）。\n- 营收增长，需求旺盛、份额",
    "latest_quarter": {
     "period_end": "2026-06-27",
     "revenue_usd": 109417000000,
     "net_income_usd": 29789000000,
     "revenue_yoy_pct": 16.36,
     "net_income_yoy_pct": 27.12
    }
   },
   {
    "name": "Apple Inc.",
    "ticker": "AAPL",
    "ai_analysis": "## Apple Inc.(AAPL) 财报 AI 解读（截至 2026-06-27）\n- 最新季度营收 1094.17 亿美元（同比 16.36%）。\n- 净利润 297.89 亿美元（同比 27.12%）。\n- 营收增长，需求旺盛、份额",
    "latest_quarter": {
     "period_end": "2026-06-27",
     "revenue_usd": 109417000000,
     "net_income_usd": 29789000000,
     "revenue_yoy_pct": 16.36,
     "net_income_yoy_pct": 27.12
    }
   }
  ],
  "product": "us-earnings",
  "data_source": "SEC EDGAR XBRL（美国证监会官方免费接口）",
  "update_note": "季度财报随 10-Q 披露更新",
  "collected_at": "2026-08-13T08:43:23Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/adh-us-earnings-intelligence-agentdatum-com-9db3f6eb/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)
