Skip to main content
← All datasets

Executive Compensation

Free

Named-executive-officer compensation for one bank's registrant.

Endpoint

GET /api/v1/banks/{rssd_id}/sec/executive-comp/

Parameters

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

Python SDK

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