# AgentDatum US Chip Earnings & AI Analysis

> AgentDatum US Chip Earnings & AI Analysis 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 latest quarterly revenue, net income, and YoY growth for 10 major global semiconductor companies (NVDA/AMD/Broadcom/Intel/Micron/TSMC/ASML/Qualcomm/TI/ARM) with Chinese-language AI four-quadrant interpretation and sector-wide health summary.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/us-earnings-chips
- 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/agentdatum-us-chip-earnings-ai-analysis-7143395c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NjwugMvPZztlOopvcLlNM

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 agentdatum-us-chip-earnings-ai-analysis-7143395c
```

Example prompt: Give me the latest quarterly earnings for the top 10 semiconductor companies — revenue, net income, and year-over-year growth — plus the AI interpretation of how the chip sector is doing overall.

## When to prefer this

Choose this endpoint when you need a consolidated, ready-to-use view of semiconductor earnings across 10 major global chipmakers without having to query SEC EDGAR individually or normalize XBRL data yourself. Ideal for AI agents building financial intelligence reports, sector health dashboards, or AI compute chain analysis. The built-in AI four-quadrant interpretation and sector-level summary save significant post-processing. Use this over generic financial data APIs when you specifically need chip sector focus, Chinese-language AI commentary, and official SEC XBRL single-quarter data in one call for $0.01.

## Known failure modes

- SEC XBRL data not yet available for the most recent quarter — may return prior quarter figures
- Network timeout or upstream SEC data source unavailability
- Payment required error (x402) if USDC micropayment not attached
- Rate limiting if called too frequently
- Stale data if earnings releases have just occurred and XBRL filings are delayed

## How this service works

美股芯片半导体财报+AI解读 — 10家全球芯片龙头(NVDA/AMD/博通/英特尔/美光/台积电/ASML/高通/德州仪器/ARM): 最新季营收净利与同比(SEC官方XBRL单季口径), 中文AI解读四象限结论, 板块景气概览(净利同比中位数/扩张分化收缩)。AI算力链景气一手数据。

## Output

A structured JSON response containing: per-company quarterly revenue and net income (SEC XBRL single-quarter basis), year-over-year percentage changes for each, a Chinese-language AI four-quadrant analytical conclusion for each company, and a sector-level summary including the median net income YoY growth and an expansion/divergence/contraction classification for the overall semiconductor sector.

## 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"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentdatum-us-chip-earnings-ai-analysis-7143395c/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)
