# TickersFeed US Macro Snapshot

> TickersFeed US Macro Snapshot is a paid API for AI agents from api.tickersfeed.net, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns a single-call US macroeconomic snapshot including CPI, core PCE, fed funds rate, Treasury yields, yield curve, unemployment, and GDP growth, sourced from FRED.

## Facts

- Endpoint: GET https://api.tickersfeed.net/econ/snapshot
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tickersfeed-us-macro-snapshot-086fd0a9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_p2DewDWT1WDV8sMKQuU-j

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 tickersfeed-us-macro-snapshot-086fd0a9
```

Example prompt: Give me a full US macro snapshot right now — inflation, core PCE, fed funds rate, the 10Y and 2Y Treasury yields, whether the yield curve is inverted, unemployment, and GDP growth, all in one shot.

## When to prefer this

Choose this endpoint when you need a comprehensive, multi-indicator US macroeconomic overview in a single API call rather than querying multiple FRED series individually. Ideal for dashboards, AI briefings, or any workflow needing a quick macro context snapshot without assembling data from multiple sources.

## Known failure modes

- FRED data unavailable — upstream source outage returns 503 or error payload
- Payment not processed — x402 payment required response if USDC not provided
- Rate limiting — too many requests in a short window
- Stale data — FRED updates on publication schedule so figures may lag official release dates

## How this service works

US macroeconomic snapshot in one call — current inflation (CPI YoY), core PCE, Federal Reserve interest rate (fed funds), 10Y/2Y Treasury yields, yield curve, unemployment, and GDP growth as JSON. Powered by FRED (Federal Reserve Economic Data). Use for: macro dashboard, economic context for trading decisions, rate environment check, market briefings. $0.005 USDC per call.

## Output

A structured JSON object containing current US macroeconomic indicators: CPI YoY inflation, core PCE, the federal funds rate, 10-year and 2-year Treasury yields, the yield curve spread (10Y minus 2Y), the unemployment rate, and GDP growth rate — all sourced from FRED in a single response.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tickersfeed-us-macro-snapshot-086fd0a9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.tickersfeed.net](https://www.zero.xyz/host/api.tickersfeed.net/llms.txt)
