Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint · rollforge · bestiary · statline · matchpoint · retail · agentops · browserworkflow · modelrouter · compose
$ man earnings-calendar

/earnings-calendar

agentutility / edge-finance / earnings-calendar
PRICE / CALL
$0.03
USDC · base mainnet · scheme: exact
METHOD
POST
CATEGORY
uncategorized
STATUS
live
NAME
earnings-calendar finds a company's next earnings date and its recent earnings-related sec filings
SYNOPSIS
POST https://x402.agentutility.ai/earnings-calendar
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

Finds a company's next earnings date and its recent earnings-related SEC filings. For a US-listed ticker (or CIK), returns recent and upcoming filings (8-K Item 2.02 Results of Operations, 10-Q, 10-K, NT 10-Q, NT 10-K) with filed_date, fiscal-quarter end, accession number, and EDGAR document URL, plus a next-earnings-date estimate derived from prior filing cadence. SEC EDGAR public data only, no aggregator ToU risk. Use it as an earnings calendar, earnings release schedule, quarterly results date feed, late-filing NT-10 tracker, or earnings-date estimator.

INPUTrequest schema
propertytypedescriptionreq?
tickerstringUS-listed ticker (e.g. 'AAPL', 'MSFT'). Either ticker or cik is required.optional
cikstringSEC CIK (zero-padded or numeric, e.g. '0000320193'). Use when ticker is ambiguous or unavailable.optional
limitnumberMax earnings-related filings to return. 1-50. Default 8.optional
upcoming_onlybooleanIf true, only returns the next-earnings estimate plus future-dated filings (skips historical events). Default false.optional
OUTPUTresponse shape
fieldtypedescription
event_countstringTotal number of earnings-related filings matched across the requested ticker and date window.
next_earnings_estimatestringProjected date of the next earnings release based on the issuer's prior 8-K/10-Q/10-K cadence.
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/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 the MCP package for this endpoint's cluster
npx -y @agentutility/mcp-<cluster>

# Required: EVM private key with USDC on Base
export X402_PRIVATE_KEY=0x...

# Then call the earnings-calendar tool from your MCP-aware agent.
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
ADJACENTother endpoints in edgefinance
endpointdescriptionprice
earnings-calendar-apiFinds company earnings dates from SEC filings: 8-K Item 2.02, 10-Q, 10-K, NT filing signals, fiscal periods, and next-earnings cadence es…$0.03
earnings-call-transcribeEarnings call transcriber.$0.03
earnings-transcriptEarnings call transcript generator.$0.03
fda-calendarTracks upcoming FDA Advisory Committee (AdComm) meetings, a catalyst calendar for biotech.$0.03
fda-calendar-apiTracks FDA advisory committee meetings, monitoring upcoming and recent AdComm notices, docket ids, committee names, and meeting dates.$0.03
trademark-searchLooks up any US trademark by serial number or registration number via the federal public TSDR API.$0.03
uspto-trademark-searchUSPTO trademark status / TSDR lookup.$0.03
bls-occupational-statsBLS Public Data API — wages, employment levels, growth by series ID.$0.02
SEE ALSO
agentutility · edgefinance · x402 · mcp · llms.txt · registry.json · bazaar.x402.org