UnifyAPI
← Back to catalog

fdic.financials

mock data$0.001 / call

Bank Financial Reports

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.

Financeprovider: Fdic#fdic#finance

Input schema

certrequired

FDIC certificate number for the institution

integer
limit

Number of quarterly periods to return, max 20 (default 4)

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/fdic.financials \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"cert":0,"limit":0}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.