M&T Bank Corp (MTB-PK) Interest income - Loans (2009 - 2026)
M&T Bank's (MTB-PK) quarterly Interest income - Loans came in at $2.1 billion in Q2 2026, up 0.78% year-over-year from $2.1 billion in Q2 2025, and up 3.81% quarter-over-quarter from $2.0 billion in Q1 2026.
M&T Bank Corp (MTB-PK) Interest income - Loans (2009 - 2026) Analysis & Trends
M&T Bank has disclosed Interest income - Loans across 18 years of filings, most recently posting $2.1 billion for Q2 2026.
- In Q2 2026, Interest income - Loans rose 0.78% year-over-year to $2.1 billion; the TTM figure through Jun 2026 stood at $8.2 billion (down 0.84% YoY), while the FY2025 annual figure was $8.2 billion, down 2.82% from the prior year.
- Interest income - Loans came in at $2.1 billion for Q2 2026 at M&T Bank, up from $2.0 billion in the prior quarter.
- In the past five years, Interest income - Loans ranged from a high of $2.2 billion in Q3 2024 to a low of $870.6 million in Q1 2022.
- Average Interest income - Loans over 5 years is $1.9 billion, with a median of $2.1 billion recorded in 2023.
- Year-over-year, Interest income - Loans dropped 10.49% in 2022 and surged 112.5% in 2023.
- Over 5 years, Interest income - Loans stood at $1.7 billion in 2022, then increased by 26.86% to $2.1 billion in 2023, then declined by 0.57% to $2.1 billion in 2024, then decreased by 1.19% to $2.1 billion in 2025, then declined by 0.19% to $2.1 billion in 2026.
- Per Business Quant data, the three most recent Interest income - Loans figures were $2.1 billion in Q2 2026, $2.0 billion in Q1 2026, and $2.1 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.07 Bn |
| Mar 31, 2026 | 1.99 Bn |
| Dec 31, 2025 | 2.07 Bn |
| Sep 30, 2025 | 2.10 Bn |
| Jun 30, 2025 | 2.05 Bn |
| Mar 31, 2025 | 2.01 Bn |
| Dec 31, 2024 | 2.10 Bn |
| Sep 30, 2024 | 2.15 Bn |
| Jun 30, 2024 | 2.13 Bn |
| Mar 31, 2024 | 2.10 Bn |
| Dec 31, 2023 | 2.11 Bn |
| Sep 30, 2023 | 2.06 Bn |
| Jun 30, 2023 | 2.00 Bn |
| Mar 31, 2023 | 1.85 Bn |
| Dec 31, 2022 | 1.66 Bn |
| Sep 30, 2022 | 1.46 Bn |
| Jun 30, 2022 | 1.25 Bn |
| Mar 31, 2022 | 870.60 Mn |
| Dec 31, 2021 | 905.03 Mn |
| Sep 30, 2021 | 944.42 Mn |
M&T Bank Corp Interest income - Loans API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=interest-income-loans&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-income-loans", "ticker": "MTB-PK", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=interest-income-loans&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();