# cn-earnings-pharma

> cn-earnings-pharma 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 financial earnings data and AI-generated Chinese analysis for the top 12 A-share pharmaceutical companies, including revenue, net profit growth rates, gross margin, ROE, and cash flow.

## Facts

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

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-pharma-9898b2d5
```

Example prompt: Pull the latest earnings data for the top 12 A-share pharmaceutical companies — I want to see revenue and net profit YoY/QoQ growth, gross margin, ROE, cash flow, and a Chinese AI interpretation of how the sector is doing overall.

## When to prefer this

Choose this endpoint when you need a pre-aggregated, AI-interpreted snapshot of Chinese A-share pharmaceutical sector earnings in one call, covering all major sub-sectors (chemical drugs, devices, TCM, biologics) without needing to query individual company APIs. It is especially useful for agents operating in Chinese-language financial research contexts where natural-language AI interpretation in Chinese is required alongside raw financials. Prefer alternatives if you need real-time tick data, non-pharma sectors, or earnings for companies outside the top-12 A-share pharma universe.

## Known failure modes

- Payment failure via x402 protocol results in 402 status and no data returned
- Stale data if upstream earnings sources have not refreshed post-reporting period
- No query parameters supported so filtering by individual company is not possible
- Service may return empty or partial data during earnings blackout periods between reporting seasons

## How this service works

A股医药财报+AI解读 — 12家A股医药龙头(恒瑞医药/迈瑞医疗/药明康德/片仔癀等化药-器械-中药-生物制品营收前12): 营收净利同比+环比、毛利率、ROE、现金流, 中文AI解读, 板块景气概览。

## Output

Returns structured financial metrics for 12 leading A-share pharmaceutical companies (covering chemical drugs, medical devices, traditional Chinese medicine, and biologics) including: revenue and net profit with YoY and QoQ growth rates, gross margin, ROE, cash flow figures, Chinese-language AI interpretation of each company's results, and a sector-level sentiment/prosperity overview.

## 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-pharma-9898b2d5/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)
