$ man earnings-calendar
/earnings-calendar(1)
PRICE / CALL
$0.03
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
edgefinanceCATEGORY
uncategorized
STATUS
● live
NAME
earnings-calendar — earnings calendar derived from sec 8-k item 2.02, 10-q, 10-k, nt 10-q, nt 10-k filings
SYNOPSIS
POST https://x402.org/v1/earnings-calendar
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.DESCRIPTION
Earnings calendar derived from SEC 8-K Item 2.02, 10-Q, 10-K, NT 10-Q, NT 10-K filings. Federal public SEC EDGAR data only — no aggregator ToU concerns.
INPUT — request schema
| property | type | description | req? |
|---|---|---|---|
| ticker | string | US-listed ticker (e.g. 'AAPL', 'MSFT'). Either ticker or cik is required. | optional |
| cik | string | SEC CIK (zero-padded or numeric, e.g. '0000320193'). Use when ticker is ambiguous or unavailable. | optional |
| limit | number | Max earnings-related filings to return. 1-50. Default 8. | optional |
| upcoming_only | boolean | If true, only returns the next-earnings estimate plus future-dated filings (skips historical events). Default false. | optional |
OUTPUT — response shape
| field | type | description |
|---|---|---|
| event_count | string | Total number of earnings-related filings matched across the requested ticker and date window. |
| next_earnings_estimate | string | Projected date of the next earnings release based on the issuer's prior 8-K/10-Q/10-K cadence. |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/earnings-calendar \
-H 'Content-Type: application/json' \
-d '{ }'first response =
402 Payment Required with payment requirements; sign + retry with X-PAYMENT.EXAMPLE 2 · mcp
# install once claude mcp add x402 --command "npx x402-deployer-mcp" # then ask Claude Code: # "use the earnings-calendar tool to ..."
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- edge-financeearnings-calendarsec-filingssec-edgar8-k10-qearnings-dates
- methods
- POST
- cluster
- edgefinance
- price
- $0.03 USDC per call
ADJACENT — other endpoints in edgefinance
| endpoint | description | price |
|---|---|---|
| earnings-call-transcribe | Earnings call transcriber. | $0.03 |
| earnings-transcript | Earnings call transcript generator. | $0.03 |
| fda-calendar | FDA Advisory Committee meeting calendar. | $0.03 |
| trademark-search | Trademark search / USPTO trademark lookup / TSDR / federal trademark database. | $0.03 |
| uspto-trademark-search | USPTO trademark status / TSDR lookup. | $0.03 |
| bls-occupational-stats | BLS Public Data API — wages, employment levels, growth by series ID. | $0.02 |
| polymarket-kalshi-arbitrage | Polymarket × Kalshi arbitrage scanner / cross-venue prediction market spread / event price arbitrage detector / Polymarket vs Kalshi comp… | $0.02 |
| fec-political-contributions | FEC political contributions search via api.open.fec.gov. | $0.04 |
SEE ALSO