# US Economic Calendar — Scheduled Macro Release Dates

> US Economic Calendar — Scheduled Macro Release Dates is a paid API for AI agents from asistent-crypto.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns upcoming scheduled release dates for key US macro events (FOMC, CPI, PCE, NFP, GDP, Retail Sales) from the official US release calendar.

## Facts

- Endpoint: POST https://asistent-crypto.vercel.app/api/x402/data/economic-calendar
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/us-economic-calendar-scheduled-macro-release-dates-8165edef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_M2ihXnANeoxcDDZimI5Md

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 us-economic-calendar-scheduled-macro-release-dates-8165edef -d '<json body>'
```

Example prompt: What major US macro events are scheduled in the next few weeks — FOMC, CPI, PCE, NFP — so I can figure out whether to reduce position size before any big prints?

## When to prefer this

Use this endpoint when you need official, scheduled release dates for US macro events (not analyst consensus or forecasted values) to inform position sizing or risk management around high-impact prints. Prefer this over general financial data APIs when you specifically need the release schedule rather than the actual reported figures.

## Known failure modes

- Payment failure: USDC payment not processed, returns 402 or payment error
- Calendar data unavailable: upstream official calendar source unreachable
- No upcoming events: edge case where no events are scheduled in the near window
- Stale data: if the official calendar hasn't been refreshed, returned dates may lag updates

## How this service works

Scheduled macro catalysts ahead — FOMC, CPI, PCE, Non-Farm Payrolls, GDP, Retail Sales — from the official US release calendar. The dates that decide whether a position should be sized down before the print. Returns the scheduled release, not analyst consensus.

## Output

A structured list of upcoming scheduled US macro release dates including FOMC decisions, CPI, PCE, Non-Farm Payrolls, GDP, and Retail Sales reports — drawn from the official US government release calendar, not analyst estimates or consensus forecasts.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "required": [],
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/us-economic-calendar-scheduled-macro-release-dates-8165edef/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from asistent-crypto.vercel.app](https://www.zero.xyz/host/asistent-crypto.vercel.app/llms.txt)
