← All datasets
SEC Accession Index (All Filings)
FreeFull SEC accession index per filer - every filing, all form types, newest first.
Endpoint
GET /api/v1/banks/{rssd_id}/sec/filings/all/ Parameters
| Name | Required | Description |
|---|---|---|
| rssd_id | required | Federal Reserve RSSD id. e.g. 852218 |
Python SDK
import bankregreports bank = bankregreports.bankreg("brr_…") df = bank.filings_all(rssd_id)