# cn-stock-finance

> cn-stock-finance is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Retrieves Chinese A-share financial statements (income/profit/balance sheet/cash flow) and research report PDF links from East Money (东财) data source.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/cn-stock-finance
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cn-stock-finance-1ae01ea5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_d1X07T5e_ST5dFc3-Ovk1

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-stock-finance-1ae01ea5
```

Example prompt: Pull the latest financial statements for 宁德时代 (CATL, A-share 300750) — I need the income statement, balance sheet, cash flow summary, and any available research report PDF links from East Money.

## When to prefer this

Choose this endpoint when you need structured A-share financial statement data (income/balance sheet/cash flow) and research report PDF links for China-listed companies, particularly when sourcing from East Money (东方财富). Preferred over generic web scraping when you need reliable, cached, structured output at low cost ($0.01 per call) without handling China-specific access restrictions yourself.

## Known failure modes

- Rate limiting or risk controls from the underlying East Money source may result in stale or unavailable data
- Cache miss may cause slower response if local scraping pipeline hasn't refreshed
- Missing or incomplete research report PDF links if none published recently
- Invalid or unrecognized stock ticker returns empty or error response
- VPS cache staleness during market holidays or extended off-hours periods

## How this service works

A-share Financial Reports / Research — Eastmoney A-share financial statements (revenue, net profit, balance sheet, cash flow) plus research report PDF links. Domestic sources have risk controls; uses local collection script pushed to VPS cache.

## Output

Returns A-share company financial statement data in three core tables (income statement with revenue and net profit, balance sheet with assets and liabilities, cash flow statement) plus links to available research report PDFs sourced from East Money (东方财富), served from a cached VPS layer populated by a local scraping script.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "source": "新浪财经/东方财富 via akshare（本地采集）",
  "symbol": "600519",
  "data_type": "A股基本面",
  "field_note": "finance_main 为历年核心财务指标（每股收益/净资产收益率/毛利率等）；balance_sheet/profit_sheet 为资产负债表与利润表分期数据",
  "collected_at": "2026-08-13T08:40:21Z",
  "finance_main": [
   {
    "日期": "2022-03-31",
    "非主营比重": 0.0009,
    "三项费用比重": 7.2135,
    "主营利润比重": 106.1746,
    "投资收益率(%)": null,
    "股息发放率(%)": null,
    "股本报酬率(%)": 1429.0836,
    "营业利润率(%)": 74.3963,
    "资产报酬率(%)": 7.1436,
    "销售净利率(%)": 55.5866,
    "销售毛利率(%)": null,
    "存货周转率(次)": 0.0734,
    "净利润增长率(%)": 21.5278,
    "净资产增长率(%)": 17.7646,
    "净资产报酬率(%)": 8.3534,
    "净资产收益率(%)": 8.34,
    "总资产利润率(%)": 7.1436,
    "总资产增长率(%)": 16.7661,
    "主营业务利润(元)": 25493720473.86,
    "加权每股收益(元)": 13.73,
    "存货周转天数(天)": 1226.158,
    "摊薄每股收益(元)": 14.2908,
    "主营业务利润率(%)": 78.9383,
    "主营业务成本率(%)": 7.6323,
    "总资产净利润率(%)": 7.0891,
    "成本费用利润率(%)": 262.9426,
    "固定资产周转率(次)": null,
    "应收账款周转率(次)": null,
    "每股未分配利润(元)": 141.667,
    "每股资本公积金(元)": 1.0945,
    "加权净资产收益率(%)": 8.7,
    "每股收益_调整后(元)": 13.73,
    "应收账款周转天数(天)": null,
    "每股经营性现金流(元)": -5.4737,
    "主营业务收入增长率(%)": 18.4258,
    "每股净资产_调整前(元)": 171.0784,
    "每股净资产_调整后(元)": 164.6102,
    "调整后的每股净资产(元)": null,
    "扣除非经常性损益后的净利润(元)": 17243064446.83,
    "扣除非经常性损益后的每股收益(元)": null
   },
   {
    "日期": "2022-03-31",
    "非主营比重": 0.0009,
    "三项费用比重": 7.2135,
    "主营利润比重": 106.1746,
    "投资收益率(%)": null,
    "股息发放率(%)": null,
    "股本报酬率(%)": 1429.0836,
    "营业利润率(%)": 74.3963,
    "资产报酬率(%)": 7.1436,
    "销售净利率(%)": 55.5866,
    "销售毛利率(%)": null,
    "存货周转率(次)": 0.0734,
    "净利润增长率(%)": 21.5278,
    "净资产增长率(%)": 17.7646,
    "净资产报酬率(%)": 8.3534,
    "净资产收益率(%)": 8.34,
    "总资产利润率(%)": 7.1436,
    "总资产增长率(%)": 16.7661,
    "主营业务利润(元)": 25493720473.86,
    "加权每股收益(元)": 13.73,
    "存货周转天数(天)": 1226.158,
    "摊薄每股收益(元)": 14.2908,
    "主营业务利润率(%)": 78.9383,
    "主营业务成本率(%)": 7.6323,
    "总资产净利润率(%)": 7.0891,
    "成本费用利润率(%)": 262.9426,
    "固定资产周转率(次)": null,
    "应收账款周转率(次)": null,
    "每股未分配利润(元)": 141.667,
    "每股资本公积金(元)": 1.0945,
    "加权净资产收益率(%)": 8.7,
    "每股收益_调整后(元)": 13.73,
    "应收账款周转天数(天)": null,
    "每股经营性现金流(元)": -5.4737,
    "主营业务收入增长率(%)": 18.4258,
    "每股净资产_调整前(元)": 171.0784,
    "每股净资产_调整后(元)": 164.6102,
    "调整后的每股净资产(元)": null,
    "扣除非经常性损益后的净利润(元)": 17243064446.83,
    "扣除非经常性损益后的每股收益(元)": null
   }
  ],
  "profit_sheet": [
   {
    "报告日": "20020930",
    "退保金": null,
    "其他收益": null,
    "分保费用": null,
    "利息支出
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cn-stock-finance-1ae01ea5/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)
