# CN Earnings Bank — A-Share Banking Sector Earnings Intelligence

> CN Earnings Bank — A-Share Banking Sector 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 the latest earnings report data and AI-generated commentary for the top 12 A-share listed Chinese banks, including revenue, net profit, ROE, per-share operating cash flow, YoY/QoQ comparisons, and sector-level summary statistics.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/cn-earnings-bank
- 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/cn-earnings-bank-a-share-banking-sector-earnings-intelligence-79a9a330
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NFToABiNtsin2op_-E35K

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 cn-earnings-bank-a-share-banking-sector-earnings-intelligence-79a9a330
```

Example prompt: Pull the latest A-share banking sector earnings report — I want to see revenue and net profit growth (year-over-year and quarter-over-quarter), ROE, and the AI commentary for each of the top 12 banks like ICBC, CCB, and CMB, plus the sector-level summary.

## When to prefer this

Use this endpoint when you need a pre-packaged, AI-interpreted earnings summary for the Chinese A-share banking sector in a single call, without having to aggregate raw data from multiple sources. It is ideal for agents serving Chinese equity research, portfolio monitoring of financial stocks, or macroeconomic analysis of China's banking industry. Prefer this over raw data feeds when you need both the quantitative metrics and qualitative four-quadrant AI commentary in one response.

## Known failure modes

- Payment not settled via x402 — endpoint returns 402 Payment Required
- Data not yet updated for latest reporting period — may return prior quarter data
- Network timeout on agentdatum.com infrastructure
- No input schema parameters required beyond HTTP GET, so malformed query params may be silently ignored

## How this service works

A股银行财报+AI解读 — 12家A股上市银行最新报告期业绩(工农中建交邮储/招行/兴业等营收前12): 营收与净利润的同比+环比、销售毛利率、净资产收益率ROE、每股经营现金流, 每家配中文AI解读(量利双升/增收不增利等四象限结论), 板块级景气概览(净利同比中位数/增长家数占比/扩张分化收缩三态/龙头集中度)。

## Output

A structured response containing per-bank data for up to 12 A-share listed banks (including ICBC, ABC, BOC, CCB, BOCOM, PSBC, CMB, CIB, and others): revenue and net profit with YoY and QoQ changes, gross margin, ROE, per-share operating cash flow, and a Chinese-language AI-generated four-quadrant earnings conclusion per bank. Also includes sector-level aggregates: median net profit YoY growth, share of banks with positive growth, expansion/flat/contraction breakdown, and top-bank profit concentration ratio.

## 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/cn-earnings-bank-a-share-banking-sector-earnings-intelligence-79a9a330/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)
