Skip to main content
Every dataset has its own footprint: where its history starts, how often it updates, and whether its backfill is still in flight. Rather than asking you to memorize those facts, the API reports them on the way out — on each response, and on a dedicated status endpoint.

The coverage object

Cursor-based dataset responses carry a coverage block beside data:
Some datasets add fields — notes[] for caveats, staleness for how old the current snapshot is.
Several datasets are backfilled backwards — newest first, reaching further into the past over time — so their start date moves. Always read coverage.available_from from the response rather than hard-coding a date from this page: an empty result for an older date range usually means “before this feed’s start”, not “the company did nothing”.

The status endpoint

GET /v1/_status is free to call and returns per-dataset coverage and freshness in one place:
Use it to answer “is this dataset ready for the company set I care about?” before running a large job, and to monitor freshness from your own systems — it costs nothing.

Freshness by dataset

A summary of where each dataset’s history starts and how often it moves. Entries marked moving are backfilled backwards — check coverage.available_from for the current floor.
The news and international-disclosure feeds are recency products, not archives — they carry weeks of history, and what you buy is being current. Do not build historical studies on them; use the filings, financials, and events datasets for history.

Coverage is per-dimension, not per-company

A company appearing in the registry does not mean every dataset covers it. Short interest is US-only; foreign ownership and monthly revenue are Taiwan-only; insider trades are US Form 4 filers; a company found in the registry may have no SEC filings at all. When you filter a cross-company query on a dimension, you also restrict results to the companies that dimension covers. The free vocabulary endpoints (listed in Plans and credits) let you enumerate each dataset’s universe — tickers, CIKs, facets, families — before spending credits on it.

Company identifiers

How companies are identified across datasets with different footprints.

Plans and credits

The free discovery endpoints for probing coverage before you spend.