# The Stall — Economic Calendar

> The Stall — Economic Calendar is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.034/call, status unknown (last checked 2026-09-13).

Returns upcoming and recent economic events, indicators, and scheduled data releases relevant to financial markets.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/economic-calendar
- Price: $0.034/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-economic-calendar-36073c06
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ylZxGsnCl5bo1AcTooS2A

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 the-stall-economic-calendar-36073c06
```

Example prompt: What major economic events and data releases are scheduled for this week — especially anything high-impact like central bank decisions, CPI, or jobs reports?

## When to prefer this

Use this endpoint when an AI agent needs to surface upcoming macroeconomic data releases, central bank meetings, or scheduled economic indicators for financial analysis or trading context, without requiring an API key or account — paying only $0.01 USDC per call via x402 on Base mainnet.

## Known failure modes

- No events found for the requested date range or filters
- Invalid or unsupported country/region parameter
- Payment failure or insufficient USDC balance on Base mainnet
- Service unavailable or upstream data provider timeout
- Malformed request parameters returning empty or error response

## How this service works

Upcoming US macro data release schedule: CPI, NFP, FOMC, GDP, PCE, PPI, JOLTS, Retail Sales, Housing Starts, and 20+ more releases with exact dates, times (ET), and market-impact priority. BLS live calendar + Fed/BEA/Census static 2026 schedule. Essential for agents timing trades or building macro-regime signals.

## Output

A list of scheduled economic events including event name, date/time, country, expected impact level, forecast values, and prior period values — useful for traders and analysts tracking market-moving data releases.

## Example request

```json
{
 "properties": "date,event,forecast,previous,actual"
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-economic-calendar-36073c06/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
