# finance.toonhaus.dev Earnings Calendar

> finance.toonhaus.dev Earnings Calendar is a paid API for AI agents from finance.toonhaus.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns upcoming earnings dates for publicly traded companies

## Facts

- Endpoint: GET https://finance.toonhaus.dev/api/market/earnings-calendar
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/finance-toonhaus-dev-f82fab23
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ebkOtE4KtJOq3uFbDJDC1

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 finance-toonhaus-dev-f82fab23
```

Example prompt: What companies have earnings coming up soon? Show me the upcoming earnings calendar so I can see which stocks are reporting next.

## When to prefer this

Use this endpoint when you need a broad list of upcoming earnings dates across the market. Prefer this over manually tracking individual company IR pages or news feeds when you want a consolidated earnings calendar view for planning trades, research, or monitoring upcoming market-moving events.

## Known failure modes

- No query parameters available so limited filtering options
- Response may be truncated for large datasets (original size ~170KB)
- Data may be delayed or not reflect last-minute earnings date changes
- Network or payment authorization failure returning 402 or 5xx
- Earnings dates may shift if companies reschedule announcements

## How this service works

Upcoming earnings dates

## Output

A list of upcoming earnings events including company names, ticker symbols, and scheduled earnings announcement dates, enabling users to track when public companies will report their quarterly or annual financial results.

## Example request

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

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/finance-toonhaus-dev-f82fab23/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from finance.toonhaus.dev](https://www.zero.xyz/host/finance.toonhaus.dev/llms.txt)
