# Financial Data x402 – Producer Prices

> Financial Data x402 – Producer Prices is a paid API for AI agents from x402financialdata.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns the latest U.S. Producer Price Index (PPI) data, including core PPI and final-demand PPI year-over-year percentages, via a pay-per-call x402 micropayment endpoint.

## Facts

- Endpoint: GET https://x402financialdata.com/producer-prices
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/financial-data-x402-producer-prices-9a23d5c8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HGDyEIvu3gWWpMAG7oJLJ

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 financial-data-x402-producer-prices-9a23d5c8
```

Example prompt: What is the latest U.S. Producer Price Index — both core PPI and final-demand PPI year-over-year — right now? Pay the $0.01 USDC fee via x402 to get the current figures.

## When to prefer this

Choose this endpoint when you need a no-subscription, pay-per-call source of U.S. PPI macro data accessible via the x402 micropayment protocol — ideal for agents that need infrequent or on-demand inflation lookups without committing to an API key or monthly plan. Prefer it over traditional data APIs when operating in a crypto-native or autonomous agent context that already handles USDC on Base or Solana.

## Known failure modes

- Payment failure: insufficient USDC balance or unsupported chain results in 402 Payment Required
- Data unavailability: BLS data not yet released for the target period, reflected in failed_series array
- Invalid query parameters: malformed properties field may return 400 or empty response
- Network timeout: upstream BLS data fetch delay causing slow or failed response

## How this service works

Pay-per-call stock, macro, on-chain, and crypto data over the x402 protocol. USDC on Base or Solana, no API keys, no subscriptions.

## Output

A JSON object containing the as-of date for the data pull, core PPI year-over-year percentage with its reference and comparison dates, PPI final demand year-over-year percentage with its reference and comparison dates, and a list of any failed data series.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "as_of": "2026-08-01",
  "failed_series": [],
  "core_ppi_yoy_pct": {
   "date": "2026-06-01",
   "value": 4.6773,
   "compared_to_date": "2025-06-01"
  },
  "ppi_final_demand_yoy_pct": {
   "date": "2026-06-01",
   "value": 5.5077,
   "compared_to_date": "2025-06-01"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/financial-data-x402-producer-prices-9a23d5c8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402financialdata.com](https://www.zero.xyz/host/x402financialdata.com/llms.txt)
