# ADH Chinese A-Share Earnings Intelligence

> ADH Chinese A-Share Earnings 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 AI-analyzed quarterly and annual earnings data for the top 20 Chinese A-share technology stocks (CSI 300/500 constituents), including revenue, net profit, YoY growth rates, and AI-generated financial commentary.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/cn-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-chinese-a-share-earnings-intelligence-b8705446
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_23srH1XiP0SPra91-K1h7

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-chinese-a-share-earnings-intelligence-b8705446
```

Example prompt: Can you pull the latest earnings intelligence for the top Chinese A-share tech stocks — I want to see revenue, net profit, year-over-year growth, and the AI-generated commentary for each company's most recent quarterly and annual reports?

## When to prefer this

Choose this endpoint when you need pre-processed, AI-annotated earnings intelligence specifically for top Chinese A-share technology stocks without having to integrate raw exchange data yourself. It is ideal when you want both raw financials (revenue, profit, YoY) and natural-language AI commentary in a single call, paid per-use at $0.01 USDC via x402. Prefer alternatives if you need: coverage beyond the fixed 20-stock universe, US or other markets, real-time tick data, or non-earnings financial metrics.

## Known failure modes

- Stale data if exchange disclosure has not yet been processed — update_note field indicates current coverage period
- Network or upstream AkShare source unavailability causing 5xx errors
- No query parameters supported — malformed requests with extra body content may be rejected
- Data covers only the fixed 20 stock universe; requests expecting broader coverage will not receive additional tickers
- AI analysis text may be truncated in edge cases

## How this service works

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

## Output

A JSON object containing data for 20 core Chinese A-share technology stocks (CSI 300/CSI 500 constituents), each with: stock code, company name, latest annual period financials (revenue, net profit, revenue YoY%, net profit YoY%), latest quarterly period financials (same fields), and an AI-generated Chinese-language earnings analysis. Also includes scope description, market label, data source attribution (AkShare/东方财富), update notes, and a UTC 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": 20,
  "scope": "沪深300∪中证500 头部科技股（共20只核心龙头）",
  "market": "A股",
  "stocks": [
   {
    "code": "002230",
    "name": "科大讯飞",
    "ai_analysis": "## 科大讯飞(002230) 财报 AI 解读（2026年一季报）\n- 营业总收入 52.74 亿元（同比 13.23%）。\n- 净亏损 1.70 亿元（同比 12.17%，亏损幅度收窄）。\n- 营收增长，反映业务扩张、需求向好。\n- 风",
    "latest_annual": {
     "period": "20251231",
     "revenue": 27105390547.66,
     "net_profit": 839390861.36,
     "revenue_yoy": 16.1174,
     "net_profit_yoy": 49.85
    },
    "latest_quarter": {
     "period": "20260331",
     "revenue": 5274188660.25,
     "net_profit": -169724621.52,
     "revenue_yoy": 13.2331,
     "net_profit_yoy": 12.17
    }
   },
   {
    "code": "002230",
    "name": "科大讯飞",
    "ai_analysis": "## 科大讯飞(002230) 财报 AI 解读（2026年一季报）\n- 营业总收入 52.74 亿元（同比 13.23%）。\n- 净亏损 1.70 亿元（同比 12.17%，亏损幅度收窄）。\n- 营收增长，反映业务扩张、需求向好。\n- 风",
    "latest_annual": {
     "period": "20251231",
     "revenue": 27105390547.66,
     "net_profit": 839390861.36,
     "revenue_yoy": 16.1174,
     "net_profit_yoy": 49.85
    },
    "latest_quarter": {
     "period": "20260331",
     "revenue": 5274188660.25,
     "net_profit": -169724621.52,
     "revenue_yoy": 13.2331,
     "net_profit_yoy": 12.17
    }
   }
  ],
  "product": "cn-earnings",
  "data_source": "AkShare 东方财富业绩报表（免费源，本地采集后缓存至生产环境）",
  "update_note": "季报随交易所披露更新；当前覆盖 2026Q1 一季报 + 2025 年报",
  "collected_at": "2026-08-13T08:40:48Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/adh-chinese-a-share-earnings-intelligence-b8705446/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)
