Plan: Free and above · Credits: free (not metered)
What You Can Use the Filings Coverage Endpoints For
Check whether a company is covered before querying it. Validate a form type or an item code against the supported list rather than guessing one. Build a local universe of covered CIKs. Distinguish “not covered” from “covered but nothing found”, which is the difference between a data gap and a real answer.The Four Filings Coverage Endpoints
The covered tickers endpoint lists every ticker in the filings index. The covered CIKs endpoint lists every CIK in it, zero-padded to ten characters. The form types endpoint lists the SEC form types the filings index supports. The item types endpoint lists the item codes available per form type, for use with SEC Filing Items. Two further free endpoints cover the company-facts dataset specifically: its own covered-tickers and covered-CIKs lists. See Company Facts.Why CIK Formatting Differs Here
CIKs on these endpoints are zero-padded ten-character strings, for example0000320193. The SEC Filings Index returns cik as an integer instead. Both refer to the same identifier; only the representation differs, and the filings index is the exception.
Filings Coverage Sources
The lists are derived from the filings index itself, which comes from SEC EDGAR. They describe what FocusAlpha holds, not what EDGAR contains.Query the Filings Coverage Endpoints
None of these endpoints takes a parameter. Each returns aresource naming the dataset and an array of values.
Because they cost no credits, they are safe to call on every deployment or as a startup check.