# x402stock Corporate Events by Ticker

> x402stock Corporate Events by Ticker is a paid API for AI agents from agents.x402stock.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Retrieves corporate events data (earnings, dividends, splits, etc.) for a given US stock ticker symbol, paid per-request in USDC via x402

## Facts

- Endpoint: GET https://agents.x402stock.xyz/api/v1/events/%7Bticker%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402stock-corporate-events-by-ticker-1bd2bf93
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CSCCuBuz1yYp54UtAWXsA

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 x402stock-corporate-events-by-ticker-1bd2bf93
```

Example prompt: Pull up all corporate events for AAPL — earnings dates, dividends, splits, anything on record — and tell me what's coming up next.

## When to prefer this

Use this endpoint when you need structured corporate event data (earnings, dividends, splits) for a specific US stock ticker and want pay-per-request pricing with no account or API key required. Prefer it over subscription-based market data APIs when usage is sporadic or agent-driven and autonomous micropayment via USDC/x402 is acceptable.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error or empty result
- Payment failure (insufficient USDC balance) results in 402 response blocking data access
- Ticker for non-US or unlisted security may return no data
- Rate limiting or proxy errors from ZeroClick intermediary layer
- Stale or missing data if the underlying x402stock API has not yet updated for a recent announcement

## How this service works

Market and economic data for AI agents — US stocks, ETFs and options, forex, crypto and on-chain perps, energy commodities (crude, natural gas, gasoline), US and global macro (Fed funds, CPI/PCE, jobs, GDP, Treasury debt & yields, World Bank indicators), SEC filings, congressional trades, and market sentiment. No API keys, no accounts. Pay per request in USDC via x402 or MPP. This server is a pay-per-use, transparent proxy in front of x402stock's own API: it handles identity, payment, and proxying. Agents can purchase autonomously or with their human's approval. This document is the source of truth for agents: it lists the complete verified paid surface with each operation's live price in its x-payment-info. Endpoints not listed here are not part of the supported catalog. The live catalog at /manifest.json is authoritative for prices and any free included units (prices[].includedUnits) - some meters include free usage per account before any charge.

## Output

A list of corporate events associated with the requested ticker, which may include earnings report dates, dividend declaration and payment dates, stock split announcements, and other material corporate actions, with relevant metadata such as dates, amounts, and event types.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402stock-corporate-events-by-ticker-1bd2bf93/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.x402stock.xyz](https://www.zero.xyz/host/agents.x402stock.xyz/llms.txt)
