# The Stall — Dividend Calendar

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

Returns upcoming or historical dividend payment calendar data for stocks, including ex-dividend dates, payment dates, and dividend amounts.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/dividend-calendar
- Price: $0.059/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-dividend-calendar-05a3bcd4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_36x9UwLU8sUpzhXrZHqwK

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-dividend-calendar-05a3bcd4
```

Example prompt: What's the dividend calendar for Apple (AAPL) — show me the upcoming ex-dividend date, payment date, and dividend amount so I can plan my income portfolio.

## When to prefer this

Use this endpoint when you need structured dividend scheduling data — ex-dates, pay dates, and amounts — for individual stocks or a range of upcoming dividend events. Prefer this over general financial data APIs when you specifically need dividend calendar information and want to pay per-query in USDC with no account setup.

## Known failure modes

- Invalid or unrecognized ticker symbol returns empty results or error
- Date range with no dividend events returns empty calendar
- Payment failure via x402 returns HTTP 402 with payment required details
- Rate limiting or service unavailability returns HTTP 503
- Non-US or OTC stocks may return incomplete dividend data

## How this service works

Upcoming dividend ex-dates from NASDAQ — all stocks going ex-dividend on a given date (default: today) or in the next 1–7 days. Returns symbol, company name, ex-date, record date, payment date, dividend amount, and annual indicated dividend. $0.008/call.

## Output

Returns dividend calendar entries including ex-dividend date, record date, payment date, declared date, and dividend per share amount for the queried stock or date range.

## Example request

```json
{
 "required": "ticker",
 "properties": "AAPL"
}
```

## 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-dividend-calendar-05a3bcd4/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)
