# x402stock PCE Data

> x402stock PCE Data is a paid API for AI agents from agents.x402stock.xyz, paid per call via x402 or MPP, $0.02/call, status unknown (last checked 2026-09-15).

Retrieves US Personal Consumption Expenditures (PCE) inflation data for AI agents, paid per request in USDC via x402

## Facts

- Endpoint: GET https://agents.x402stock.xyz/api/v1/pce
- Price: $0.02/call
- Payment: x402, MPP
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402stock-pce-data-a762be36
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3Mz4Ml3-l_4qaAbU-dEdB

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 x402stock-pce-data-a762be36
```

Example prompt: What's the latest PCE inflation reading from x402stock — both headline and core — and how does it compare to the Fed's 2% target?

## When to prefer this

Choose this endpoint when you need the Federal Reserve's preferred inflation metric (PCE) for macro analysis, monetary policy research, or investment decisions. Prefer over CPI endpoints when modeling Fed behavior or assessing real consumer spending trends. Best suited for agents operating autonomously with x402 USDC payment capability and needing no API key setup.

## Known failure modes

- Payment failure if USDC balance is insufficient — returns 402 Payment Required
- Invalid or malformed request body returns 400 Bad Request
- Data unavailable for requested time period
- Rate limiting or proxy timeout from ZeroClick intermediary
- Network errors reaching the upstream x402stock API

## How this service works

US PCE (Personal Consumption Expenditures) price inflation — the Fed's preferred inflation gauge — with the latest headline and core (ex food and energy) index levels, each with year-over-year percent change, plus recent monthly history. No ticker needed. Complements the CPI endpoint with the measure the Fed actually targets. Sourced from the St. Louis Fed (FRED). From x402stock

## Output

Returns US Personal Consumption Expenditures (PCE) data including headline and core PCE index values, month-over-month and year-over-year percentage changes, and potentially historical time series data reflecting the Federal Reserve's preferred inflation gauge.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402stock-pce-data-a762be36/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.x402stock.xyz](https://www.zero.xyz/host/agents.x402stock.xyz/llms.txt)
