Keep the source concept
Taxonomy tag, custom concept, unit, frame, period, fiscal year and quarter, form, accession, and filing date remain available.
Query company facts by symbol, tag, fiscal period, and as-of cutoff. Each value retains its XBRL concept, unit, form, accession, filing date, period, and known-at timestamp for restatement-safe backtests.
A fundamentals API provides structured financial-statement facts and derived metrics. Historical research requires the version disclosed by the cutoff, not a later restatement presented as if it had always been known.
Taxonomy tag, custom concept, unit, frame, period, fiscal year and quarter, form, accession, and filing date remain available.
Known-at filters exclude later disclosures and restatements before selecting the eligible version.
Every value can trace back to the filing and accession that reported it, making normalized fields inspectable.
Source facts remain immutable; trailing periods, ratios, growth, and other derived metrics can be versioned independently.
Product boundary: Normalization improves usability but cannot make every issuer's accounting concepts directly comparable. DataCedar preserves the original concept and document context so researchers can inspect exceptions.
curl "https://api.datacedar.com/v3/stocks/AAPL/fundamentals?tag=Revenue&as_of=2026-05-02T00:00:00Z&limit=20" \
-H "X-API-Key: $QUARTERTRACE_API_KEY"{
"data": [{
"concept": "us-gaap:RevenueFromContractWithCustomerExcludingAssessedTax",
"value": 95359000000,
"unit": "USD",
"period_end": "2026-03-28",
"form": "10-Q",
"accession": "0000320193-26-000000",
"known_at": "2026-05-01T20:05:00Z"
}]
}Examples document the public contract and may use illustrative values or redacted identifiers. Availability fields and rights filters are authoritative for the active environment.
Choose the source concept or normalized field and the required fiscal granularity.
Apply the simulated decision time before resolving the eligible filing version.
Retain unit, period, frame, form, accession, and source concept with the value.
Compute ratios or trailing values in a separate, versioned layer that cites its inputs.
The same friendly label can refer to different taxonomy concepts, units, durations, and issuer-specific extensions. Removing that context makes a table easy to read but hard to trust.
DataCedar keeps the XBRL concept and filing accession beside normalized output. A researcher can inspect the source document and handle an issuer-specific exception without abandoning the API.
A later 10-K or amendment may report a different value for an earlier period. A latest-value endpoint can silently insert that revision into a backtest conducted before the later filing.
DataCedar stores fact versions with filing and known-at timestamps. The as-of cutoff is applied before choosing the value, while later versions remain available for restatement research.
Trailing-twelve-month revenue, margins, growth, and ratios are calculations, not source facts. Their validity depends on period selection, sign conventions, units, and the versions of every input.
DataCedar separates source values from derived layers. A derived metric should retain its formula, input accessions, calculation time, and schema version so it can be recomputed after a mapping change.
A polished ratio is useful only when its source period and eligible filing version are unambiguous.
Yes. Source facts retain filing and known-at timestamps so as-of queries can exclude later disclosures and revisions.
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.
Query scheduled, confirmed, rescheduled, and completed earnings events with known-at history, source evidence, fiscal periods, and reaction windows.
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