# FRED Macro Series Lookup

> FRED Macro Series Lookup is a paid API for AI agents from web-production-60258.up.railway.app, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Fetches any Federal Reserve Economic Data (FRED) time series by name or series ID, returning the last N observations

## Facts

- Endpoint: GET https://web-production-60258.up.railway.app/macro/series
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/web-production-60258-up-railway-app-c357c626
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_y8xx9zP56bRHARxodNCC-

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 web-production-60258-up-railway-app-c357c626
```

Example prompt: Pull the last 20 observations for the FRED series 'UNRATE' (unemployment rate) so I can see recent labor market trends.

## When to prefer this

Use this endpoint when you need historical or recent observations for any specific FRED economic series by ID (e.g. UNRATE, GDP, FEDFUNDS, CPIAUCSL) or by name, and want to control the lookback window with a count of periods. Prefer this over the 'all macro indicators' endpoint when you need a specific series not in the standard dashboard, or when you need raw observations rather than derived/computed indicators.

## Known failure modes

- Unknown series ID or name returns an error or empty result
- N parameter missing or invalid returns a bad request error
- FRED upstream API unavailable causes timeout or 503
- Payment not included or invalid results in 402 Payment Required
- Series that has been discontinued may return partial or no data

## How this service works

Any FRED series by name or ID, last N periods

## Output

Returns time series data for the specified FRED series, including observation dates and values for the last N periods requested, along with series metadata such as title and units.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/web-production-60258-up-railway-app-c357c626/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from web-production-60258.up.railway.app](https://www.zero.xyz/host/web-production-60258.up.railway.app/llms.txt)
