latestOpenAPI 3.0.02026-08-2010141507.9 KB

3d5897270d8a

SEC Filings

Filing statistics

Stock Pro

Returns aggregate filing activity statistics for a company, including total counts by form type, amendment rate, and XBRL coverage. Useful for understanding a company's SEC filing history and compliance patterns.

get/api/filings/stats

Query parameters

symbolstring

Stock ticker symbol. Identify the entity by exactly one of: symbol, cik, cusip, composite_figi, or share_class_figi. At least one is required.

cikinteger

SEC Central Index Key (CIK).

cusipstring

CUSIP identifier (9 characters).

composite_figistring

Composite OpenFIGI identifier.

share_class_figistring

Share-class OpenFIGI identifier.

Response

Filing statistics

totalFilingsinteger

Total number of SEC filings for this company

byTypeobject

Breakdown by form type

xbrlCoveragenumber

Fraction of filings with XBRL data

Example response

{
  "totalFilings": 342,
  "byType": {
    "10-K": {
      "count": 12,
      "latest": "2024-11-01"
    },
    "8-K": {
      "count": 89,
      "latest": "2024-12-15"
    },
    "10-Q": {
      "count": 35,
      "latest": "2024-08-02"
    }
  },
  "amendments": {
    "count": 8,
    "rate": 0.023
  },
  "xbrlCoverage": 0.87
}