# cn-earnings-liquor — A股白酒食品龙头财报+AI解读

> cn-earnings-liquor — 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 latest earnings data (revenue, net profit, gross margin, ROE, cash flow) with AI commentary for China's top 12 A-share baijiu/food companies including Kweichow Moutai, Wuliangye, and Yili.

## Facts

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

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-liquor-a-ai-bb0557fc
```

Example prompt: Can you pull the latest earnings data for the top A-share baijiu and food companies — I want to see revenue growth, net profit margins, gross margin, ROE, and cash flow, plus the AI commentary in Chinese on how the sector is doing?

## When to prefer this

Choose this endpoint when you need pre-aggregated, AI-interpreted earnings fundamentals for China's top baijiu and food companies in a single call, rather than scraping individual company filings or using a general financial data API that lacks Chinese-language AI commentary and sector-level synthesis.

## Known failure modes

- Data not yet updated if earnings season is pending — may return prior period data
- Service returns HTTP 402 if payment via x402 protocol fails
- Network timeout or upstream data unavailability may return 5xx
- Empty or partial data if one or more companies have not yet filed

## How this service works

A股白酒食品财报+AI解读 — 12家A股白酒食品龙头(贵州茅台/五粮液/泸州老窖/伊利/海天等营收前12): 营收净利同比+环比、毛利率(白酒普遍60%+)、ROE、现金流, 中文AI解读, 板块景气概览。

## Output

Structured earnings data for up to 12 A-share baijiu and food sector leaders, including YoY and QoQ revenue/net profit growth, gross margin (typically 60%+ for baijiu), ROE, and cash flow figures, accompanied by a Chinese-language AI interpretation of each company's results and an overall sector 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/cn-earnings-liquor-a-ai-bb0557fc/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)
