# TwelveX Earnings Data API

> TwelveX Earnings Data API is a paid API for AI agents from twelv1x402.vercel.app, paid per call via x402, $0.15/call, status down (last checked 2026-09-15).

Returns earnings data (EPS, estimates, surprise) for a given stock symbol via Twelve Data.

## Facts

- Endpoint: POST https://twelv1x402.vercel.app/api/earnings/%7Bsymbol%7D
- Price: $0.15/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/twelvex-earnings-data-api-e50baaa6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wanATKBpXu369TV1VLqih

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-earnings-data-api-e50baaa6 -d '<json body>'
```

Example prompt: Pull the latest earnings data for AAPL — I want to see the actual EPS, the estimate, and the surprise percentage from the most recent quarter.

## When to prefer this

Use this endpoint when you need structured earnings data (EPS actuals, estimates, surprise) for a specific publicly traded stock symbol and want a pay-per-call model via x402 without a subscription. Prefer over direct Twelve Data API when you need micropayment-based access or don't have a Twelve Data API key.

## Known failure modes

- Invalid or unsupported stock symbol returns an error
- Symbol not covered by Twelve Data returns no data
- Missing symbol in the path returns 400 or 422
- Payment not processed results in 402 response
- Rate limiting or quota exceeded returns 429
- Vercel cold start may add latency on first call

## How this service works

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

## Output

Returns earnings data for the requested stock symbol including actual EPS, estimated EPS, earnings surprise amount and percentage, reporting date, and fiscal period information, sourced from Twelve Data.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/twelvex-earnings-data-api-e50baaa6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from twelv1x402.vercel.app](https://www.zero.xyz/host/twelv1x402.vercel.app/llms.txt)
