# AgentDatum US Consumer Sector Earnings & AI Analysis

> AgentDatum US Consumer Sector 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).

Returns latest quarterly earnings (revenue, net income, YoY growth) for 6 major US consumer stocks — Walmart, Costco, P&G, Coca-Cola, McDonald's, Pepsi — plus Chinese-language AI commentary and sector overview, sourced from SEC XBRL filings.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/us-earnings-consumer
- 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-consumer-sector-earnings-ai-analysis-92817785
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lTQ2RdnfpAzGUig_uXfMf

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-consumer-sector-earnings-ai-analysis-92817785
```

Example prompt: Pull the latest quarterly earnings for Walmart, Costco, P&G, Coca-Cola, McDonald's, and Pepsi from SEC filings, including revenue, net income, year-over-year comparisons, and give me an AI-generated summary of how the US consumer sector is holding up.

## When to prefer this

Choose this endpoint when you need a consolidated, pre-processed view of US consumer sector earnings across the top 6 companies in a single call, especially when you want authoritative SEC XBRL sourcing plus AI-generated Chinese-language commentary. Prefer this over building your own SEC EDGAR scraper or calling individual company APIs when you need sector-level synthesis quickly and cheaply at $0.01 per call.

## Known failure modes

- SEC XBRL data not yet available for the latest quarter — returns stale or prior-quarter data
- Upstream SEC API unavailability causes empty or error response
- Payment failure via x402 protocol prevents access
- Network timeout if SEC data ingestion is slow
- One or more of the 6 companies may have delayed filings, causing partial data

## How this service works

美股消费零售财报+AI解读 — 6家美股消费巨头(沃尔玛/好市多/宝洁/可口可乐/麦当劳/百事): 最新季营收净利与同比(SEC官方XBRL), 中文AI解读, 板块景气概览。消费晴雨表。

## Output

A structured response containing the most recent quarterly revenue and net income figures for 6 US consumer sector giants (Walmart, Costco, P&G, Coca-Cola, McDonald's, Pepsi), year-over-year comparisons derived from official SEC XBRL filings, a Chinese-language AI-generated interpretation of each company's results, and a sector-level health/sentiment overview acting as a consumer activity barometer.

## 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-consumer-sector-earnings-ai-analysis-92817785/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)
