# TwelveX Dividends Endpoint

> TwelveX Dividends Endpoint is a paid API for AI agents from twelvix402.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-08).

Retrieves dividend history and data for a given stock symbol via the Twelve Data financial API.

## Facts

- Endpoint: POST https://twelvix402.vercel.app/api/dividends/%7Bsymbol%7D
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/twelvex-dividends-endpoint-60ba2a7c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_K0FbXAMWGgZtgF5rBbThY

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 twelvex-dividends-endpoint-60ba2a7c -d '<json body>'
```

Example prompt: What's the dividend history for Apple (AAPL)? I want to see past dividend payments and ex-dividend dates.

## When to prefer this

Use this endpoint when you need dividend-specific data for an equity/stock ticker, especially when you want historical dividend payments, ex-dividend dates, or dividend yield. Prefer this over general stock price endpoints when the user's question is specifically about income/dividend investing. Backed by Twelve Data which covers a broad range of global equities.

## Known failure modes

- Invalid or unsupported stock symbol returns error response
- Symbol not found in Twelve Data database
- Rate limiting or quota exceeded
- Payment failure via x402 protocol results in 402 response
- Network timeout on Vercel deployment
- Non-equity symbols (e.g. crypto or forex) may not have dividend data

## How this service works

Premium financial data API — 25 endpoints for stocks, forex, crypto, and technical analysis. Powered by Twelve Data.

## Output

Returns structured dividend data for the requested stock symbol, including dividend amounts, payment dates, ex-dividend dates, and potentially yield information, sourced from Twelve Data's financial database.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/twelvex-dividends-endpoint-60ba2a7c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from twelvix402.vercel.app](https://www.zero.xyz/host/twelvix402.vercel.app/llms.txt)
