Plan: Free and above · Credits: free (not metered)
What You Can Use Dataset Status For
Check whether a dataset is ready for the company set you care about before running a large job. Monitor freshness from your own systems. Distinguish a dataset that is still backfilling from one that has no data for a company.Key Dataset Status Fields
coverage and coverage_pct describe how much of the universe is covered. last_sweep_at is when coverage was last measured.
families lists each dataset family with available, pending, last_refreshed_at and a note. generated_at timestamps the response itself.
How Coverage Is Reported Elsewhere
Every cursor-based dataset response also carries its owncoverage block beside data, with available_from, available_to, update_frequency and history_status.
Read those from the response rather than hard-coding a date from documentation. Several datasets are backfilled backwards — newest first, reaching further into the past over time — so their start date moves.
Dataset Status Date Convention
last_refreshed_at on a family is when that family last ingested, not when its newest row is dated. A daily dataset that refreshed an hour ago normally has a newest row dated the previous trading day.