Skip to main content
← All datasets

Insider Activity Summary

Free

Rolled-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

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

Python SDK

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