# cn-earnings-gold

> cn-earnings-gold 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 earnings financials and AI-generated Chinese commentary for China's top 12 A-share gold and non-ferrous metal companies, including revenue, net profit, margins, ROE, and cash flow with sector outlook.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/cn-earnings-gold
- 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-gold-aba7dbf9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_upweXA7Y__ey2E8u42cvx

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-gold-aba7dbf9
```

Example prompt: Can you pull the latest earnings breakdown — revenue, net profit, gross margin, ROE, and cash flow — for the top 12 A-share gold and non-ferrous metal stocks like Zijin Mining and Shandong Gold, along with the AI sector commentary in Chinese?

## When to prefer this

Use this endpoint when you need pre-aggregated, AI-interpreted earnings intelligence specifically for China's top A-share gold and non-ferrous metal sector in Chinese language context. Prefer it over general financial data APIs when you want sector-level synthesis with gold price cycle linkage and Chinese AI commentary without assembling individual company reports yourself.

## Known failure modes

- Stale or unavailable earnings data if recent reporting period has not yet been published
- Payment not processed via x402 protocol resulting in 402 response
- Endpoint returns partial data if some companies have delayed filings
- Network timeout if upstream financial data source is temporarily unavailable

## How this service works

A股黄金有色财报+AI解读 — 12家A股黄金有色龙头(紫金矿业/山东黄金/中金黄金/洛阳钼业/北方稀土等营收前12): 营收净利同比+环比、毛利率、ROE、现金流, 中文AI解读, 板块景气概览。金价周期与板块盈利联动参考。

## Output

A structured dataset covering the top 12 A-share gold and non-ferrous metal companies (including Zijin Mining, Shandong Gold, China Gold, Luoyang Molybdenum, China Northern Rare Earth, etc.) with revenue, net profit (YoY and QoQ growth), gross margin, ROE, cash flow metrics, an AI-generated Chinese-language interpretation of each company's results, and a sector-wide sentiment and cycle outlook linking gold price trends to sector profitability.

## 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-gold-aba7dbf9/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)
