Separate estimate from confirmation
Expected, confirmed, rescheduled, cancelled, and completed states stay explicit, with the source evidence and retrieval time behind each observation.
Query expected, confirmed, rescheduled, cancelled, and completed earnings events by symbol or date. Each observation includes its fiscal period, session timing, source evidence, status, and known-at timestamp.
An earnings calendar API supplies company reporting dates and session timing. Historical research also needs when each date became known, because today's finalized calendar can reveal schedule changes that a past strategy could not have seen.
Expected, confirmed, rescheduled, cancelled, and completed states stay explicit, with the source evidence and retrieval time behind each observation.
A new date does not overwrite the previous date. An as-of query reconstructs the calendar visible before the change.
Issuer, fiscal quarter or year, session timing, timezone, and reporting event remain separate from the calendar day.
Join the event with its 8-K, filing documents, point-in-time facts, public news references, and permitted price-and-volume windows.
Product boundary: Early calendar observations are not certainties. DataCedar exposes status, source, and known-at time rather than labelling every estimate as issuer-confirmed. Reaction windows require separately permitted market history.
curl "https://api.datacedar.com/v3/stocks/earnings?as_of=2026-07-17T12:00:00Z&limit=100" \
-H "X-API-Key: $QUARTERTRACE_API_KEY"{
"data": [{
"symbol": "AAPL",
"event_date": "2026-07-30",
"session_timing": "after_market_close",
"status": "confirmed",
"fiscal_period": "2026-Q3",
"known_at": "2026-06-26T13:00:00Z",
"source_evidence": "..."
}]
}Examples document the public contract and may use illustrative values or redacted identifiers. Availability fields and rights filters are authoritative for the active environment.
Collect a date claim with its source, confidence or status, and retrieval time.
Append confirmations and changes instead of mutating the prior observation.
Attach the issuer, fiscal period, timezone, and market-session timing.
Build event windows using only observations known before the simulated decision.
Most calendars show the date currently believed to be correct. That is useful for planning the coming week, but it is dangerous for a historical simulation. A company may have changed or confirmed the date after the model's decision point.
DataCedar stores each observation with a status and known-at time. The calendar can therefore answer both 'when did the company report?' and 'what date did a researcher believe on this earlier day?'
An announcement before the opening bell belongs to a different return window from one published after the close. A date without timezone and session timing can shift the event by an entire trading day.
DataCedar normalizes before-market, during-session, after-market, and unknown timing while preserving source wording. Research code can choose a consistent event-session rule and flag ambiguous observations.
The useful research object includes the fiscal period, release evidence, filing, call record, known-at fundamentals, news references, and the market response. Keeping those in separate vendor silos creates fragile joins and hidden mismatches.
DataCedar uses one event identity and company timeline. Transcript text remains rights-gated, while public SEC releases and calendar evidence can still support a complete, inspectable event record.
A planning calendar answers what is expected now. A research calendar must also answer what was expected then.
Yes. The model retains historical event observations and schedule changes rather than keeping only today's final date.
Build historical stock price and volume exports with explicit adjustments, coverage checks, symbol history, and event windows for reproducible backtesting.
Query permitted stock price and volume beside SEC filings, earnings events, point-in-time fundamentals, news references, macro data, and coverage metadata.
Query SEC filing metadata, primary documents, exhibits, XBRL facts, and amendments with accession-level provenance and known-at timestamps.
A searchable, event-linked earnings-call schema for licensed transcripts and permitted issuer audio, with speakers, sections, source provenance, and rights controls.
Explorer is $0 with no card and a 1 request/second limit. Market history and transcript text appear only when an eligible source is active for the account.
Open DataCedar