# Fathom Macroeconomic Data API — Snapshot

> Fathom Macroeconomic Data API — Snapshot is a paid API for AI agents from fathom-opal.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-14).

Retrieves a snapshot of macroeconomic time series data (GDP, inflation, unemployment, interest rates, etc.) powered by the FRED database of 816,000+ economic indicators

## Facts

- Endpoint: POST https://fathom-opal.vercel.app/api/snapshot
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fathom-macroeconomic-data-api-snapshot-50133af8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_h002RCXrW51yestOS_QxW

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 fathom-macroeconomic-data-api-snapshot-50133af8 -d '<json body>'
```

Example prompt: Pull me a snapshot of US GDP and unemployment rate data from FRED — I need the most recent observations for both series to put together an economic overview.

## When to prefer this

Choose this endpoint when you need reliable, authoritative macroeconomic data drawn from the FRED database (816,000+ series) and want a simple pay-per-call model without managing API keys or FRED authentication. Ideal for agents that need GDP, inflation, unemployment, interest rates, or other US and global economic time series on demand. Prefer this over direct FRED API calls when you want a unified x402-compatible micropayment interface for economic data retrieval.

## Known failure modes

- Invalid or unrecognized FRED series ID returns an error
- Requested date range outside available data history returns empty or partial results
- Payment of 0.2 USDC not completed causes 402 Payment Required response
- FRED API upstream outage causes service unavailability
- Malformed POST body causes 400 Bad Request

## How this service works

Free macroeconomic data API powered by FRED. 816,000+ economic time series. GDP, inflation, unemployment, interest rates, and more.

## Output

Returns a structured snapshot containing macroeconomic time series data from the FRED database, including observation values, dates, and metadata for the requested economic indicators such as GDP, inflation rates, unemployment figures, and interest rates.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fathom-macroeconomic-data-api-snapshot-50133af8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from fathom-opal.vercel.app](https://www.zero.xyz/host/fathom-opal.vercel.app/llms.txt)
