Skip to main content
← All datasets

M&A Events (SEC)

Free

Mergers & acquisitions where this bank is on either side (SEC filings).

Endpoint

GET /api/v1/banks/{rssd_id}/sec/ma/

Parameters

NameRequiredDescription
rssd_idrequired Federal Reserve RSSD id. e.g. 852218

Python SDK

import bankregreports
bank = bankregreports.bankreg("brr_…")
df = bank.sec_ma_events(rssd_id)
Powered by BankRegAPI