# TwelveX Earnings Calendar

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

Retrieves a calendar of upcoming and past corporate earnings announcements for a specified date range, powered by Twelve Data.

## Facts

- Endpoint: GET https://twelvix402.vercel.app/api/earnings-calendar
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/twelvex-earnings-calendar-517446ce
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4s_MJpUKsJBosJvT8q3uU

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-calendar-517446ce
```

Example prompt: Pull up the earnings calendar for next week — from Monday April 21 to Friday April 25 — so I can see which companies are reporting and plan around them.

## When to prefer this

Use this endpoint when you need a broad calendar view of all upcoming or recent corporate earnings announcements across the market for a date range, rather than looking up a specific company's historical earnings. Prefer this over stock-specific endpoints when planning trades or monitoring market events across multiple companies simultaneously.

## Known failure modes

- Invalid date format returns an error or empty result
- start_date after end_date may return an empty or error response
- Dates too far in the future may return no data if not yet scheduled
- Rate limiting or payment failure (402) if USDC payment is not processed
- Very broad date ranges may return large payloads or be throttled

## How this service works

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

## Output

Returns a structured list of corporate earnings events within the specified date range, including company identifiers, scheduled announcement dates, and potentially EPS estimates and actuals where available.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "end_date": {
   "type": "string"
  },
  "start_date": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

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