# US Pharma Earnings & AI Interpretation API

> US Pharma Earnings & AI Interpretation API 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 quarterly revenue and net income (with YoY comparisons) for 6 major US pharmaceutical giants, sourced from SEC official XBRL filings, with Chinese-language AI commentary and sector health overview.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/us-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/us-pharma-earnings-ai-interpretation-api-02ccb79b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AhzMqdt1gePMC3Otiy2vD

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 us-pharma-earnings-ai-interpretation-api-02ccb79b
```

Example prompt: Can you pull the latest quarterly earnings for the top US pharma companies — Eli Lilly, J&J, UnitedHealth, Merck, Pfizer, and AbbVie — with revenue, net income, year-over-year changes from SEC filings, and an AI summary of how the sector is doing?

## When to prefer this

Choose this endpoint when you need a single aggregated call covering all 6 major US pharma giants' latest SEC-sourced earnings with AI interpretation, particularly when your workflow targets Chinese-language financial analysis or needs sector-level commentary alongside raw numbers. Prefer this over general financial data APIs when you specifically want XBRL-sourced SEC official data with AI-generated sector narrative in Chinese.

## Known failure modes

- SEC XBRL data may be delayed if filings are not yet submitted by the companies
- Payment via x402 protocol may fail if USDC balance is insufficient (0.01 USDC required per call)
- Response may be stale if called between earnings seasons when no new data is available
- API may return partial data if one or more companies have not yet filed their latest quarterly report

## How this service works

美股医药健康财报+AI解读 — 6家美股医药巨头(礼来/强生/联合健康/默沙东/辉瑞/艾伯维): 最新季营收净利与同比(SEC官方XBRL), 中文AI解读, 板块景气概览。

## Output

Returns structured financial data for 6 US pharma companies (Eli Lilly, Johnson & Johnson, UnitedHealth, Merck, Pfizer, AbbVie) including: latest quarterly revenue, net income, year-over-year percentage changes sourced from SEC official XBRL data, a Chinese-language AI interpretation of each company's results, and a sector-level health/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/us-pharma-earnings-ai-interpretation-api-02ccb79b/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)
