# AgentDatum Global Earnings Synthesis — China-US Sector Prosperity Comparison

> AgentDatum Global Earnings Synthesis — China-US Sector Prosperity Comparison is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns a cross-sector earnings prosperity dashboard comparing 13 sectors (7 A-share + 6 US-stock) with net profit/revenue YoY medians, growth ratios, expansion/divergence/contraction states, sector rankings, and a Chinese-language AI synthesis conclusion.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/global-earnings-synthesis
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentdatum-global-earnings-synthesis-china-us-sector-prosperity-8a655041
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MIP7gb1alQ7yV5UKhv5Nx

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-global-earnings-synthesis-china-us-sector-prosperity-8a655041
```

Example prompt: Give me the latest China-US sector earnings prosperity comparison — show which of the 13 sectors (tech, banks, new energy, pharma, liquor, gold, defense, chips, financials, energy, consumer) are expanding vs contracting, their net profit YoY rankings, and the AI summary conclusion.

## When to prefer this

Choose this endpoint when you need a single-call, cross-market sector-level earnings prosperity overview combining both China A-shares and US stocks simultaneously. It is superior to individual sector APIs when you want comparative rankings, the three-state prosperity classification, and an AI-generated synthesis narrative in one response. Prefer it over generic financial data APIs when the goal is sector rotation insight or identifying where earnings momentum is concentrated across the two largest equity markets.

## Known failure modes

- Data not yet available for current reporting period — returns empty or stale sector data
- Upstream earnings database unavailable — returns 5xx error
- Payment not processed (x402) — returns 402 Payment Required before data is delivered
- Malformed response if earnings season is between cycles and fewer than expected sectors have reported

## How this service works

中美财报景气对照 — 横切13个财报板块(A股7+美股6, 含科技/银行/新能源/医药/白酒/黄金/军工/芯片/金融/能源/消费): 各板块净利与营收同比中位数、增长家数占比、扩张分化收缩三态、净利景气排名(最强→最弱), 附中文AI综合结论。一眼看清钱在哪个板块, 配合各板块明细产品下钻。

## Output

A structured JSON response covering 13 sectors (7 A-share: tech, banks, new energy, pharma, liquor, gold, defense; 6 US-stock: chips, financials, energy, consumer, etc.) with per-sector net profit YoY median, revenue YoY median, share of companies with positive growth, a three-state classification (expansion/divergence/contraction), a ranked list from strongest to weakest net profit prosperity, and a comprehensive Chinese-language AI narrative conclusion synthesizing the cross-market picture.

## 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-global-earnings-synthesis-china-us-sector-prosperity-8a655041/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)
