Bank Financial Reports
fdic.institutions.financialsRetrieve quarterly Call Report financial data for any FDIC-insured institution using its certificate number. Returns total assets, deposits, equity, net income, ROA, ROE, net interest margin, and efficiency ratio.
Instructions
Retrieve quarterly Call Report financial data for an FDIC-insured institution. Returns total assets, deposits, equity, net income, ROA, ROE, net interest margin, and efficiency ratio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cert | Yes | FDIC certificate number for the institution | |
| limit | No | Number of quarterly periods to return, max 20 (default 4) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |