Find financial events, not duplicate headlines
Search company, SEC, macro, crypto, and exchange references linked to stable event clusters.
Use a financial news API that distinguishes a headline from a durable event, keeps every material citation, and preserves when each revision entered the historical information set.
Built for: Research engineers and AI teams that need searchable financial-news references without pretending every source includes licensed article text.
Search company, SEC, macro, crypto, and exchange references linked to stable event clusters.
Separate publication time from when a document entered the usable dataset for point-in-time research.
Return canonical links and permitted metadata by default; include text only when the active source policy allows it.
A keyless search for “earnings” returned an official issuer announcement from the Google Blog. The document preserved its source, result type, publication time, and later known-at time—the fields a point-in-time workflow needs to avoid look-ahead leakage.
{
"id": "f94ae9412e3601a142badc7f7eb80c8b",
"result_kind": "document",
"source_id": "google_blog",
"subtitle": "official_issuer_announcement",
"title": "Q2 2026 earnings call: Remarks from our CEO",
"published_at_ms": 1784753100000,
"known_at_ms": 1784753367049
}Search rights-cleared financial event and document metadata across stocks, crypto, macro, SEC, exchange, protocol, and aggregate social sources.
GET /v3/intelligence/search?q=earningscurl 'https://api.datacedar.com/v3/intelligence/search?q=earnings&limit=20' \
-H 'X-API-Key: dc_...'document_idA stable source-document identifier supports deterministic joins and removals.
title + canonical_urlThe public reference stays attached to the publisher or first-party origin.
published_at + known_atPublication and dataset availability remain distinct for historical research.
source_id + rights_versionEvery result identifies the current source policy used at serving time.
display_stateThe API distinguishes link metadata, permitted text, aggregate signals, restricted content, and tombstones.
event_links[]Documents connect to revisioned events and resolved entities instead of remaining isolated headlines.
Query display-safe financial document and event metadata by text, entity, source, asset class, or time.
Inspect entity matches and the primary or supporting relationship between a document and an event.
Follow the citation to its canonical source and check publication, retrieval, rights, and correction state.
Persist the cursor and known-at cutoff so a later rerun uses the same eligible information set.
Not by default. Public and publisher sources normally contribute citation and link metadata. Text is returned only when the active source policy explicitly permits storage, processing, and display for the requested use.
The API supports known-at filtering, document timestamps, event revisions, and cursor pagination. Actual history is source-specific, so clients should inspect coverage and rights state with every research window.
Source documents keep their own identity while related reports can connect to a shared event cluster. This preserves publisher provenance without forcing distinct reports into one overwritten record.
Run a free query and inspect canonical URLs, publication and known-at times, event links, and display state before choosing the integration.