# AgentDatum US Energy Earnings + AI Analysis

> AgentDatum US Energy Earnings + AI Analysis 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).

Fetches latest quarterly financials (revenue, net income, YoY) for 5 major US energy stocks from SEC XBRL data, with Chinese-language AI commentary and sector outlook

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/us-earnings-energy
- 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/agentdatum-us-energy-earnings-ai-analysis-16023efa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iXwrFlT0LFRtG0QaR9pUN

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 agentdatum-us-energy-earnings-ai-analysis-16023efa
```

Example prompt: Pull the latest quarterly earnings for the big 5 US energy stocks — ExxonMobil, Chevron, ConocoPhillips, Schlumberger, and EOG — including revenue, net income, and year-over-year changes from SEC data, and give me an AI breakdown of what it means for the sector.

## When to prefer this

Choose this endpoint when you need a pre-packaged, ready-to-use summary of the top 5 US energy majors' quarterly financials sourced directly from official SEC XBRL filings, especially when you also want Chinese-language AI interpretation and sector context. Ideal for agents serving Chinese-speaking investors or analysts who want authoritative earnings data without building their own SEC data pipeline. Prefer this over raw SEC APIs when you need the AI narrative layer and sector-level oil cycle commentary bundled together at low cost.

## Known failure modes

- SEC XBRL data not yet available for the most recent quarter (data lag after earnings release)
- Network timeout or upstream data source unavailability
- Payment authorization failure via x402 protocol ($0.01 USDC required)
- Empty or partial response if one or more companies have not yet filed quarterly data

## How this service works

美股能源财报+AI解读 — 5家美股能源巨头(埃克森美孚/雪佛龙/康菲/斯伦贝谢/EOG): 最新季营收净利与同比(SEC官方XBRL), 中文AI解读, 板块景气概览。油价周期与能源盈利联动参考。

## Output

Returns structured quarterly financial data (revenue, net income, YoY growth rates) sourced from SEC official XBRL filings for ExxonMobil (XOM), Chevron (CVX), ConocoPhillips (COP), SLB/Schlumberger, and EOG Resources, accompanied by Chinese-language AI commentary interpreting the results and a sector-wide energy industry sentiment overview with context on oil price cycle dynamics.

## 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/agentdatum-us-energy-earnings-ai-analysis-16023efa/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)
