# The Stall — Dividend Intelligence

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

Returns dividend data and intelligence for a given US stock ticker, payable per-call in USDC on Base via x402.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/dividend-intel
- Price: $0.015/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-intelligence-bdbaa410
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wGWtJKItO1NwQyUwUTuvv

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-intelligence-bdbaa410
```

Example prompt: What's the dividend intel on Coca-Cola (KO) — yield, payout history, and growth rate?

## When to prefer this

Use this endpoint when you need structured dividend data (yield, history, growth) for a specific US-listed stock or ETF and want a pay-per-call approach with no API key or account setup. Ideal for agents performing investment research, income screening, or dividend portfolio analysis on a per-query basis.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error or empty result
- Non-US ticker symbols may not be supported
- Insufficient USDC balance or failed x402 payment results in 402 Payment Required with no data
- Ticker for a non-dividend-paying stock may return empty or null dividend fields
- Network or upstream data provider outage may result in 5xx error

## How this service works

Full dividend intelligence for any US equity: trailing 12-month yield, forward annual rate, payout frequency (monthly/quarterly/semi-annual/annual), 5-year dividend CAGR, consecutive years paid, consecutive years of growth, and complete 5-year dividend history with dates and amounts. Single call — no API key. Ideal for income screening, dividend safety analysis, and yield comparison across a portfolio.

## Output

Returns dividend intelligence for the requested US stock ticker, likely including current dividend yield, historical dividend payments, payout frequency, payout ratio, and dividend growth metrics.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "ticker": "JNJ"
  }
 }
}
```

## 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-intelligence-bdbaa410/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)
