{"name":"earnings-calendar-api","description":"Finds company earnings dates from SEC filings: 8-K Item 2.02, 10-Q, 10-K, NT filing signals, fiscal periods, and next-earnings cadence estimates. Same EDGAR-backed handler as earnings-calendar. Use it as an earnings calendar API, next earnings date API, or SEC earnings filing calendar.","price":"$0.03","method":"POST","input_schema":{"properties":{"ticker":{"type":"string","description":"US-listed ticker (e.g. 'AAPL', 'MSFT'). Either ticker or cik is required."},"cik":{"type":"string","description":"SEC CIK (zero-padded or numeric, e.g. '0000320193'). Use when ticker is ambiguous or unavailable."},"limit":{"type":"number","description":"Max earnings-related filings to return. 1-50. Default 8."},"upcoming_only":{"type":"boolean","description":"If true, only returns the next-earnings estimate plus future-dated filings (skips historical events). Default false."}}},"input_example":{"ticker":"AAPL","limit":4},"output_example":{"ticker":"AAPL","event_count":4,"next_earnings_estimate":"2026-08-01"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}