How to Look Up a Bank: FDIC Certificate Number, RSSD ID, and What to Do With Them
There are roughly 4,600 FDIC-insured commercial banks in the United States. At least a dozen of them are named some variation of "First National Bank." If you are trying to …
There are roughly 4,600 FDIC-insured commercial banks in the United States. At least a dozen of them are named some variation of “First National Bank.” If you are trying to pull the call report for the $800M institution headquartered in rural Georgia — not the $4B one in Indiana with the same name — you need an identifier more precise than a name. That is what the FDIC certificate number and the RSSD ID are for.
This guide explains how to look up any U.S. bank, what these identifiers mean, which official tools to use, and how to get from “I need to find this bank” to “I am looking at its actual financials” without spending an afternoon downloading ZIP files from the FFIEC portal.
Why Bank Names Are Not Enough
Names are marketing. They change through rebrands, mergers, and acquisitions. They collide — BankFind returns eight distinct institutions with “Heritage Bank” in the name as of early 2026. Regulators solved this problem decades ago by assigning permanent numeric identifiers. Two of them do most of the work.
The FDIC certificate number is assigned by the Federal Deposit Insurance Corporation when a bank receives deposit insurance. It identifies the insured bank charter, specifically — not the holding company, not a branch, the charter itself. Once assigned, it follows that charter until the institution fails, merges out of existence, or voluntarily surrenders its insurance. It is the primary key for virtually everything the FDIC publishes: insurance status, branch data, financial summaries, call report history, and structural events like mergers and name changes.
The RSSD ID is assigned by the Federal Reserve Board. It covers a broader universe: not just insured banks but bank holding companies, financial holding companies, and individual branches. The same family of institutions might have three separate RSSD IDs — one for the parent holding company, one for the subsidiary bank, one for a thrift subsidiary — while only the bank has an FDIC certificate.
The RSSD ID matters whenever you need to go up the corporate tree. Holding companies file the FR Y-9C (not the call report), and they are identified by RSSD. If you want to know who owns a bank, trace affiliated entities, or pull consolidated holding-company financials, you need the RSSD.
| FDIC Certificate Number | RSSD ID | |
|---|---|---|
| Assigned by | FDIC | Federal Reserve Board |
| Identifies | Insured bank charter | Banks, holding companies, and branches |
| Primary use | FDIC BankFind, call report filings | NIC data, FR Y-9C, holding-company structure |
| Covers holding companies? | No | Yes |
| Format | 5-digit numeric | Up to 10 numeric digits |
In practice, you often end up using both. The FDIC cert gets you the bank’s own data; the RSSD gets you the organizational context around it.
The Official Lookup Tools
FDIC BankFind Suite (banks.data.fdic.gov) is the starting point for most lookups. Search by name, city, state, or certificate number. Once you find the right institution, BankFind confirms insurance status, shows all historical names and locations, lists branches, and flags structural events — acquisitions, failures, voluntary liquidations. It also exposes financial summary data and is the cleanest place to verify that the $300M community bank you are researching is, in fact, the one you think it is.
FFIEC National Information Center (ffiec.gov/NPW) is the Federal Reserve’s institution database. Its Institution Search accepts name or RSSD ID and is the authoritative source for holding-company relationships. If you pull up a bank here, you can navigate directly to its parent company and see which other entities sit in the same corporate family. This is the tool to reach for when structure matters — regulatory exam context, M&A diligence, understanding which entity is the obligor on a particular filing.
FFIEC Central Data Repository (cdr.ffiec.gov) is where the actual call report filings live in XML format. It is comprehensive and official. It is also oriented toward retrieving individual filings rather than doing any analysis on them. Most analysts who need trend data do not stay here long.
How to Look Up a Bank, Step by Step
Step 1: Start with name and geography. Go to BankFind, enter the bank’s name and narrow by state or city. For common names, BankFind will return multiple hits. Look at the address, asset size, and charter class to confirm you have the right institution.
Step 2: Record the FDIC certificate number. Once you have confirmed the institution, note its FDIC cert. This is the stable identifier you want in your spreadsheet, your SQL query, or your API call. Bank names change; the cert does not.
Step 3: Get the RSSD ID if you need organizational context. BankFind actually displays the RSSD ID on most institution pages. Alternatively, go to FFIEC NIC and search by name or cert number to pull up the RSSD and see the holding-company tree.
Step 4: Pull the data. With the identifiers in hand, you can retrieve call reports from the CDR, UBPR data from the FFIEC, or structured financials from BankRegReports.
Steps 1 through 3 take about five minutes once you have done it a few times. Step 4 is where the variance is. If your goal is to download a raw filing and build something from scratch, the official tools are adequate. If your goal is to actually analyze the institution — capital ratios, asset quality trends, peer comparison, profitability over multiple cycles — the official tools leave most of the work to you.

What These Identifiers Unlock
Once you have a bank’s FDIC cert or RSSD ID, you have a key to 24+ years of quarterly financial history. For a community bank analyst, that means being able to contextualize any metric against the full rate cycle — which matters right now.
Consider net interest margin. The community bank average peaked around 3.8% in mid-2023 as higher rates pushed asset yields up faster than deposit costs repriced. By Q1 2025, that average had compressed back to roughly 3.3–3.5% as funding costs caught up. A bank sitting at 3.0% today needs a different conversation than one at 3.8% — but you cannot have that conversation without knowing where the bank has been. The identifiers let you trace that history.
The same applies to asset quality. The typical community bank NPL ratio runs 0.8–1.0%. Anything above 2.0% is elevated enough to draw examiner attention. Net charge-off rates at healthy community banks generally run 0.35–0.50%. A bank with an NCO rate of 1.2% for two consecutive quarters is either in a specific credit niche that explains it or it has a problem — and you need the trend, not just a point-in-time number.
For capital, the median CET1 ratio across community banks sits around 13%, well above the 6.5% regulatory minimum for “well capitalized” status. An institution at 9% is adequately capitalized on paper but thin enough that an unexpected credit event becomes a board-level conversation.
None of this analysis starts without correctly identifying which institution you are looking at. That is the job of the FDIC cert and RSSD ID.
Looking Up a Bank in BankRegReports
BankRegReports accepts bank name, city, state, FDIC certificate number, or RSSD ID in a single search field. The result is an institution profile that includes capital ratios, asset quality, NIM, ROA, ROE, efficiency ratio, and funding metrics charted across quarterly history, with peer benchmarks overlaid.
For analysts who want to automate this pull, the BankRegAPI accepts FDIC cert and RSSD ID as query parameters and returns structured JSON:
import requests
resp = requests.get(
"https://api.bankregreports.com/api/v1/bank/metrics/",
params={"fdic_cert": 57803, "metrics": "nim,roa,cet1_ratio"},
headers={"Authorization": "Bearer YOUR_TOKEN"},
)
data = resp.json()
The full API documentation covers available endpoints, metric codes, and peer group definitions.

Frequently Asked Questions
What is an FDIC certificate number? A unique number the Federal Deposit Insurance Corporation assigns to each insured depository institution when it receives deposit insurance. It identifies the insured bank charter and is the primary key in FDIC BankFind data.
What is an RSSD ID? A unique identifier the Federal Reserve Board assigns to financial institutions, including banks, holding companies, and branches. Up to ten digits; used in the FFIEC National Information Center and as the identifier for FR Y-9C filers.
What is the difference between an FDIC certificate number and an RSSD ID? The FDIC cert identifies the insured bank charter, issued by the FDIC. The RSSD ID is issued by the Federal Reserve and covers a broader set of entities — banks, holding companies, and branches. Use the FDIC cert for the bank’s own financial data; use the RSSD to map organizational structure.
How do I find out if a bank is FDIC-insured? Use the FDIC BankFind Suite at banks.data.fdic.gov. Search by name and location to confirm insurance status, view branches, and see the bank’s structural history.
What is the FFIEC NIC? The Federal Reserve’s National Information Center — a public database of institution identifiers and organizational structure. Its Institution Search accepts bank name or RSSD ID and is the best source for holding-company relationships.
Can I look up a bank by name alone? Yes, but duplicates are common and names change over time. Confirming the FDIC certificate number or RSSD ID ensures you are working with the correct institution.
What data can I access once I have an FDIC cert or RSSD ID? The full public regulatory record: quarterly call report filings, UBPR peer analytics, FDIC enforcement actions, branch data, and structural history. Platforms like BankRegReports organize that data into institution profiles with peer benchmarks already applied.
The data in this post is available through the BankRegReports platform. Pull peer benchmarks, Call Report metrics, UBPR trends, and enforcement history for any FDIC-insured bank — no data engineering required. Explore the platform →