Skip to main content
Bank M&A

Bank M&A Analysis with Call Report Data

The U.S. had 14,000 banks in 1990. It has roughly 4,300 today. That contraction — mostly mergers, some failures — happened because of a simple arithmetic problem: compliance costs, technology …

9 MIN READ

The U.S. had 14,000 banks in 1990. It has roughly 4,300 today. That contraction — mostly mergers, some failures — happened because of a simple arithmetic problem: compliance costs, technology spending, and funding pressure don’t scale with assets the way earnings do, and a $300 million community bank simply cannot buy the same technology stack as a $30 billion regional. The math eventually forces a conversation.

What makes bank M&A analysis unusual is how much of it you can do without ever entering a data room. Every FDIC-insured institution files a standardized call report each quarter — the FFIEC 031 for banks with foreign offices, the FFIEC 041 for most domestic institutions, the FFIEC 051 for smaller banks with simplified reporting. The schedules are identical across filers. That uniformity is what makes systematic bank M&A analysis possible at scale: the same capital, credit, and funding metrics exist for every one of 4,300 institutions, going back decades.

This post walks through how to do that analysis — from screening to diligence to judging deal economics.


Why the Merger Rationale Shapes the Whole Analysis

Before running a single ratio, ask what the buyer is actually trying to buy. The answer determines which numbers matter.

Efficiency deals — the most common rationale for community bank consolidation — live or die on cost takeout. If the combined efficiency ratio doesn’t improve materially within two years, the deal premium was money left on the table. The target’s non-interest expense base (RIAD4093 on Schedule RI) and staffing cost per asset are the numbers to stress.

Deposit franchise deals turn on something else entirely. A low-cost, sticky core deposit base is arguably the most valuable thing one bank can acquire from another, especially after 2022 reminded everyone what rate risk looks like. Here you care about the target’s cost of interest-bearing deposits (RIAD4509 relative to rate benchmarks), the ratio of non-interest-bearing demand to total deposits, and any reliance on brokered or wholesale funding (Schedule RC-E).

Geographic expansion is simpler to evaluate but harder to price. The buyer is paying for market access, not financial performance — which means the deposit franchise and loan pipeline matter more than the trailing efficiency ratio.

Knowing the motive keeps you from over-indexing on the wrong metrics.


Histogram of return on assets across every FDIC-insured U.S. bank
M&A pricing tracks earnings power. Return on assets across every FDIC-insured bank is the first screen for whether a target earns its keep. BankRegReports analysis.

Screening: Narrowing 4,300 Banks to a Shortlist

Systematic target screening starts with filters, not relationships. Call report data lets you cut the universe on objective criteria before a banker ever makes a call.

A reasonable first screen for a community bank acquirer looking to expand by deposit share:

  • Total assets: $200M–$1.5B (manageable integration, meaningful scale add)
  • Core deposit ratio above 75% (Schedule RC-E non-brokered deposits / total deposits)
  • Cost of funds below peer median
  • NPL ratio below 1.0% (RCON5525 + RCON5526, nonaccrual + 90+ day past due, divided by total loans)
  • CET1 or leverage ratio above well-capitalized thresholds
  • Geography within 250 miles of existing footprint

Community Bank Targets by Core Deposit Ratio vs. Cost of Funds

Running this filter through BankRegReports typically produces 40–120 names depending on geography, a manageable shortlist for relationship development.

The BankRegAPI makes the same screen scriptable:

from bankregreports import BankReg

brr = BankReg("brr_xxx")

targets = brr.screen_banks(
    asset_min=200_000,       # $200M in thousands
    asset_max=1_500_000,
    core_deposit_ratio_min=0.75,
    npl_ratio_max=0.01,
    state=["GA", "TN", "SC", "NC"],
    as_of="2025-12-31"
)

print(targets[["institution_name", "total_assets", "core_deposit_ratio",
               "cost_of_funds", "npl_ratio", "cet1_ratio"]].head(10))

# institution_name          total_assets  core_deposit_ratio  cost_of_funds  npl_ratio  cet1_ratio
# First National of Canton      412,881            0.83          0.0218       0.0041      0.1421
# Heritage Community Bank       298,445            0.79          0.0197       0.0028      0.1562
# Blue Ridge Financial          887,320            0.81          0.0231       0.0073      0.1334
# ...

The BankRegReports API documentation covers the full set of screening parameters and the underlying MDRM codes they map to.


Diligence: What the Call Report Actually Tells You

Once you have a target, the call report supports a serious independent read of its condition — before you ever see an offering memorandum.

Capital and tangible book value. The CET1 ratio matters, but in M&A the more immediately relevant figure is tangible common equity. Deals are priced as multiples of tangible book, and goodwill created in an acquisition has to be deducted from the buyer’s tangible capital. A target with $50M in TCE might look affordable; but if the deal is priced at 1.5× tangible book, the buyer is absorbing $75M in tangible capital deployment plus the goodwill drag. Work backward from the price to understand the pro forma tangible capital impact on the acquirer.

Loan portfolio quality. Schedule RC-C (Part I) breaks the loan portfolio into categories — C&I, CRE, construction, residential real estate, consumer — that let you map where the credit risk actually lives. Schedule RI-B gives you charge-off and recovery history. RCON5525 (nonaccrual loans) and RCON5526 (loans 90+ days past due, still accruing) are the two nonperforming buckets to aggregate against total loans. Reserve coverage — RCON3123 (allowance for loan losses) divided by nonperforming loans — tells you how much cushion sits between current marks and real losses.

Hidden credit problems are the single most common source of post-deal disappointment. A target can look clean through the headline NPL ratio if charge-offs were aggressive (shrinking the nonperforming numerator) but future losses are still accruing in the classified/criticized book. Call report data doesn’t show the classified book — that requires exam data — but trending the charge-off rate (RIAD4635 / average loans) over 8–12 quarters reveals whether the target has been consistently scrubbing its book or managing the ratio.

Securities book and rate risk. The 2023–2024 cycle made this unavoidable. Unrealized losses on available-for-sale securities are visible on Schedule RC (RCFD0391 for fair value, RCFD0390 for amortized cost). The gap between the two is the mark-to-market hit that flows through AOCI and reduces tangible book. In a deal, AFS securities are generally marked to fair value through purchase accounting — which means the buyer effectively absorbs those losses at close. Model this explicitly.

Funding profile. Brokered deposits (Schedule RC-E, line 8) signal rate sensitivity and potential runoff risk. High non-interest-bearing demand (RCON6631) signals a core franchise that won’t reprice. The cost of interest-bearing deposits trends (RIAD4509) compared to peer averages show whether management has been disciplined on funding costs or has been buying deposits.


Deal Economics: Three Tests That Matter

Tangible Book Value Earnback — Illustrative Community Bank Deal

Tangible book value dilution and earnback. Every deal at a premium to tangible book dilutes the buyer’s TBV per share on day one. The earnback period — how many years of incremental earnings it takes to recover that dilution — is the most-used single metric for evaluating deal pricing. Four to five years is the rough market standard for community bank deals; deals stretching past seven years carry real execution risk. Model it with conservative cost save assumptions.

EPS accretion. Will the deal be accretive to earnings per share in year one or two, after cost saves are phased in and merger charges are excluded? Deals that are TBV-dilutive but EPS-accretive immediately can still make sense — the earnback is funded by the incremental earnings. Deals that are both dilutive and flat on EPS require extraordinary cost saves or revenue synergies to justify the premium.

Pro forma capital. Run the combined bank’s capital ratios after purchase accounting, goodwill creation, and any fair value marks. Regulators expect the combined institution to remain well-capitalized at close. If the deal consumes capital below the 8% CET1 threshold, either the price comes down, the deal structure changes, or it doesn’t happen.


The Regulatory Layer

Regulatory approval isn’t a formality. Both institutions’ CRA performance ratings are on the record. A bank rated “Needs to Improve” or “Substantial Noncompliance” under CRA can delay or sink a merger application — the agencies have explicit authority to weigh it, and they do. Pull the CRA and HMDA data for both institutions early. If there’s a problem, you want to know before the deal is announced.

For deals that push the combined institution past $10B in assets, the analysis gets more complex: Durbin Amendment interchange fee limits apply, CFPB examination authority kicks in, and stress testing expectations increase. Cross the $10B line accidentally and you’ve handed regulators a reason to slow-roll the application.

Deposit concentration in specific markets (HHI analysis) matters in deals with overlapping footprints. The DOJ and banking agencies each run their own version of the competitive screen. Model the deposit market shares in overlapping MSAs or rural counties before closing — divestitures required by regulators can change the deal economics materially.


Frequently Asked Questions

Can you analyze a bank merger using public data? Yes. The standardized quarterly call report filed by every FDIC-insured bank contains the capital, credit, funding, and earnings data needed to screen targets and run a serious independent diligence read — before any confidential information is exchanged.

What metrics matter most in bank M&A? Tangible common equity and the deal premium relative to it, asset quality from Schedule RC-C and RI-B (nonaccrual loans RCON5525, charge-off rate RIAD4635), deposit franchise quality (core deposit ratio, cost of funds RIAD4509), the efficiency ratio as a synergy baseline, and unrealized AFS securities losses that will mark through at close.

Why do banks merge? Cost efficiency at scale, geographic expansion, acquiring a low-cost deposit franchise, buying specialized lending talent, and ownership succession at small banks. The rationale should drive which metrics you weight most heavily in the analysis.

What is TBV dilution and earnback? Acquisitions at a premium to tangible book value reduce the buyer’s TBV per share on day one from goodwill creation and purchase accounting marks. The earnback period is how many years of incremental deal earnings it takes to recover that dilution. Industry standard for community deals is four to six years; anything beyond seven deserves scrutiny.

How does CRA affect bank mergers? Bank mergers require approval from the OCC, Federal Reserve, or FDIC depending on charter type. Regulators weigh both banks’ CRA performance ratings explicitly. A weak CRA record at either institution can delay or block approval — it belongs in the analysis from day one, not after the merger agreement is signed.

Where can I compare banks for M&A analysis? BankRegReports covers every U.S. bank with 24+ years of quarterly call report history. You can screen the full universe, pull a target’s financial history, and compare two or more institutions side by side across capital, credit, funding, and earnings with peer group benchmarking.


{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Can you analyze a bank merger using public data?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes. The standardized quarterly call report filed by every FDIC-insured bank contains the capital, credit, funding, and earnings data needed to screen targets and run a serious independent diligence read, before any confidential information is exchanged."
      }
    },
    {
      "@type": "Question",
      "name": "What metrics matter most in bank M&A?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Tangible common equity and the deal premium relative to it, asset quality from Schedule RC-C and RI-B (nonaccrual loans RCON5525, charge-off rate RIAD4635), deposit franchise quality (core deposit ratio, cost of funds RIAD4509), the efficiency ratio as a synergy baseline, and unrealized AFS securities losses that mark through purchase accounting at close."
      }
    },
    {
      "@type": "Question",
      "name": "Why do banks merge?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Cost efficiency at scale, geographic expansion, acquiring a low-cost deposit franchise, buying specialized lending talent, and ownership succession at small banks. The rationale determines which metrics matter most in evaluating the deal."
      }
    },
    {
      "@type": "Question",
      "name": "What is TBV dilution and earnback?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Acquisitions at a premium to tangible book value reduce the buyer's TBV per share on day one from goodwill creation and purchase accounting marks. The earnback period is how many years of incremental deal earnings it takes to recover that dilution. Industry standard for community bank deals is four to six years; beyond seven warrants scrutiny."
      }
    },
    {
      "@type": "Question",
      "name": "How does CRA affect bank mergers?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Bank mergers require regulatory approval, and examiners weigh both banks' CRA performance ratings explicitly. A weak CRA record at either institution can delay or block approval, so it belongs in the analysis from day one."
      }
    },
    {
      "@type": "Question",
      "name": "Where can I compare banks for M&A analysis?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "BankRegReports covers every U.S. bank with 24+ years of quarterly call report history. You can screen the full universe, pull a target's financial history, and compare institutions side by side across capital, credit, funding, and earnings with peer group benchmarking."
      }
    }
  ]
}

The data referenced in this post is available through the BankRegReports Data API. The BankRegAPI Python SDK (pip install bankregreports) returns clean, UBPR-validated data from FFIEC, FDIC, Federal Reserve, NCUA, and SEC EDGAR in a single call. Get a free API key →