# The Stall Earnings Calendar

> The Stall Earnings Calendar is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15, last successful call 2026-06-15).

Retrieves an earnings calendar of upcoming or recent corporate earnings announcements, paid per call via USDC on Base mainnet with no API key required.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/earnings-calendar
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Last successful call: 2026-06-15
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-earnings-calendar-d8c6d2bc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_h3MDlb0kj4Qb1UbIZO3WW

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-earnings-calendar-d8c6d2bc
```

Example prompt: What companies have earnings announcements coming up this week — pull the earnings calendar so I can see who's reporting and when.

## When to prefer this

Choose this endpoint when you need a quick, no-account earnings calendar lookup and are already operating in an x402/USDC micropayment context on Base mainnet. Ideal for agents that need to check upcoming earnings dates without maintaining API subscriptions to financial data providers.

## Known failure modes

- Payment failure: insufficient USDC balance on Base mainnet returns HTTP 402
- No earnings events found for the requested date range returns empty list
- Invalid date parameters may return an error or default range
- Rate-limited or network issues on Base mainnet may cause payment timeout

## How this service works

Earnings calendar for upcoming US stock reports — earnings date, EPS estimate, pre/post-market timing. Filter by ticker for per-company lookups, or scan a date window (1–90 days ahead) for calendar-driven research automation. Data: Alpha Vantage 3-month calendar, cached 2 hr.

## Output

A list of upcoming or recent corporate earnings events, including company names, ticker symbols, scheduled reporting dates, and potentially EPS estimates or beat/miss indicators, returned as structured data after a $0.005 USDC micropayment on Base mainnet.

## Example request

```json
{
 "required": "earnings_calendar",
 "properties": "symbol,date,estimate,actual"
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-earnings-calendar-d8c6d2bc/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)
