# A股新能源电池板块财报+AI解读

> A股新能源电池板块财报+AI解读 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 report data with AI-generated Chinese analysis for the top 12 A-share new energy companies (battery, lithium, solar, wind, storage) including revenue, net profit, margins, ROE, cash flow, and sector sentiment summary.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/cn-earnings-battery
- 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/a-ai-c3d3ff61
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_o7BLGNT6GEZyKO8lvtSXg

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 a-ai-c3d3ff61
```

Example prompt: Give me the latest earnings summary for the top 12 A-share new energy companies — I need revenue and net profit growth rates, gross margins, ROE, and the AI four-quadrant sector conclusion in Chinese.

## When to prefer this

Choose this endpoint when you need pre-aggregated, AI-interpreted financial fundamentals for the Chinese new energy sector in one call — especially when you need Chinese-language AI analysis (four-quadrant conclusion) alongside raw financials. Prefer over raw exchange data sources when you want sector-level synthesis without building your own aggregation pipeline.

## Known failure modes

- Data not yet updated for the latest reporting period — returns stale quarter data
- Payment failure via x402 protocol — HTTP 402 returned if USDC payment not settled
- Network timeout if upstream data source is slow
- Empty or partial data if some companies have not yet filed their reports

## How this service works

A股新能源财报+AI解读 — 12家A股新能源龙头(宁德时代/比亚迪/亿纬锂能/赣锋锂业等电池-锂电-光伏-风电-储能产业链营收前12): 营收净利同比+环比、毛利率、ROE、现金流, 中文AI解读四象限结论, 板块景气概览。

## Output

A structured JSON response covering the 12 top A-share new energy companies (CATL, BYD, EVE Energy, Ganfeng Lithium, etc.) with: revenue and net profit YoY and QoQ growth, gross margin, ROE, operating cash flow, an AI-generated Chinese four-quadrant investment conclusion per company, and a sector-wide prosperity/sentiment 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/a-ai-c3d3ff61/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)
