---
title: "Filing statistics"
method: GET
path: "/api/filings/stats"
tags: ["SEC Filings"]
---

# Filing statistics

`GET /api/filings/stats`

![Stock](https://img.shields.io/badge/Stock-f97316) ![Pro](https://img.shields.io/badge/Pro-8b5cf6)

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.

## Query parameters

- `symbol` string
- `cik` integer
- `cusip` string
- `composite_figi` string
- `share_class_figi` string

## Response `200`

Filing statistics

- object
  - `totalFilings` integer — Total number of SEC filings for this company
  - `byType` object — Breakdown by form type
  - `amendments` object
    - `count` integer — Number of amended filings
    - `rate` number — Amendment rate (amendments / total filings)
  - `xbrlCoverage` number — Fraction of filings with XBRL data

## Other responses

- `400` — Invalid parameters or company not found
- `403` — Feature not available on current plan

---

[API](https://skmtc.net/stockfit/apis/stockfit-api.md) · [All operations](https://skmtc.net/stockfit/apis/stockfit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stockfit/stockfit-api/revisions/3d5897270d8a/schema)
