← All datasets
Insider Activity Summary
FreeRolled-up monthly insider buy/sell activity (net shares, dollar volume, transaction counts) for one bank's registrant.
Endpoint
GET /api/v1/banks/{rssd_id}/sec/insider-summary/ Parameters
| Name | Required | Description |
|---|---|---|
| rssd_id | required | Federal Reserve RSSD id. e.g. 852218 |
Python SDK
import bankregreports bank = bankregreports.bankreg("brr_…") df = bank.insider_summary(rssd_id)