# TwelveX Earnings Calendar

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

Returns scheduled corporate earnings announcements for stocks within a specified date range

## Facts

- Endpoint: GET https://tw3lvtrexdata.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-ada05457
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ckzDcd8LtwWh_4FaIZsYF

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-ada05457
```

Example prompt: Pull the earnings calendar from TwelveX for the next two weeks — from July 14 to July 28 — so I can see which companies are reporting their quarterly results.

## When to prefer this

Use this endpoint when you need a calendar view of upcoming or past corporate earnings announcements across all stocks, particularly when planning trades or research around earnings season. Prefer this over individual stock lookups when you need a broad date-range sweep of all reporting companies.

## Known failure modes

- Invalid date format returns an error — dates must be in YYYY-MM-DD format
- Empty result if no earnings are scheduled in the requested range
- Overly wide date range may return very large payloads or be rejected
- Payment failure (402) if USDC balance is insufficient
- Service unavailable if Twelve Data upstream is down

## How this service works

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

## Output

A structured list of corporate earnings events scheduled within the requested date range, including company names, ticker symbols, expected EPS, and reporting dates, returned as a JSON object powered by Twelve Data.

## 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-ada05457/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tw3lvtrexdata.vercel.app](https://www.zero.xyz/host/tw3lvtrexdata.vercel.app/llms.txt)
