# Agent Newsstand US Macro Indicators

> Agent Newsstand US Macro Indicators is a paid API for AI agents from api.agentnewsstand.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns the latest US macroeconomic indicators (CPI, NFP, unemployment rate U3, oil price) with release flags indicating whether data is freshly released

## Facts

- Endpoint: GET https://api.agentnewsstand.com/v1/macro
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent-newsstand-us-macro-indicators-d089a8de
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uYewwWOFxxo6nQFtCDHzg

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 agent-newsstand-us-macro-indicators-d089a8de
```

Example prompt: Pull the latest US macro snapshot — CPI, non-farm payrolls, unemployment rate, and oil price — and tell me which ones have freshly dropped today.

## When to prefer this

Choose this endpoint when you need a quick, token-efficient bundle of the four core US macro indicators (CPI, NFP, U3, oil) in a single call, especially when you need to detect whether a fresh release has just dropped. Prefer this over general financial data APIs when you want agent-optimized, pay-per-call access without subscription overhead and when release-flag awareness is important for timing decisions.

## Known failure modes

- 402 Payment Required if USDC micropayment via x402 is not included or fails
- Data may lag if upstream macro data sources are delayed around release windows
- No parameters to filter by indicator type — always returns full macro bundle
- Service unavailable (5xx) if upstream data provider is down around major release times

## How this service works

Latest US macro indicators (CPI/NFP/U3/oil) with release flags

## Output

A JSON object containing the latest published values for US CPI, Non-Farm Payrolls (NFP), U3 unemployment rate, and oil price, along with release flags indicating whether each indicator was freshly released (e.g. released today or in the current cycle), and associated timestamps or release metadata.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-newsstand-us-macro-indicators-d089a8de/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.agentnewsstand.com](https://www.zero.xyz/host/api.agentnewsstand.com/llms.txt)
