M&T Bank Corp (MTB-PK) Change in Net Loans (2009 - 2026)
M&T Bank's (MTB-PK) quarterly Change in Net Loans came in at $3.3 billion in Q2 2026, up 77.94% year-over-year from $1.9 billion in Q2 2025, and up 106.77% quarter-over-quarter from $1.6 billion in Q1 2026.
M&T Bank Corp (MTB-PK) Change in Net Loans (2009 - 2026) Analysis & Trends
M&T Bank has disclosed Change in Net Loans across 16 years of filings, most recently posting $3.3 billion for Q2 2026.
- In Q2 2026, Change in Net Loans rose 77.94% year-over-year to $3.3 billion; the TTM figure through Jun 2026 stood at $7.4 billion (up 265.23% YoY), while the FY2025 annual figure was $3.7 billion, up 40.17% from the prior year.
- Change in Net Loans came in at $3.3 billion for Q2 2026 at M&T Bank, up from $1.6 billion in the prior quarter.
- In the past five years, Change in Net Loans ranged from a high of $3.6 billion in Q4 2022 to a low of -$795.0 million in Q3 2023.
- Average Change in Net Loans over 5 years is $992.3 million, with a median of $863.2 million recorded in 2022.
- Year-over-year, Change in Net Loans surged 611.64% in 2022 and sank 284.54% in 2023.
- Over 5 years, Change in Net Loans stood at $3.6 billion in 2022, then plunged by 41.01% to $2.1 billion in 2023, then tumbled by 84.75% to $322.0 million in 2024, then jumped by 418.94% to $1.7 billion in 2025, then jumped by 99.34% to $3.3 billion in 2026.
- Per Business Quant data, the three most recent Change in Net Loans figures were $3.3 billion in Q2 2026, $1.6 billion in Q1 2026, and $1.7 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.33 Bn |
| Mar 31, 2026 | 1.61 Bn |
| Dec 31, 2025 | 1.67 Bn |
| Sep 30, 2025 | 823.00 Mn |
| Jun 30, 2025 | 1.87 Bn |
| Mar 31, 2025 | -678.00 Mn |
| Dec 31, 2024 | 322.00 Mn |
| Sep 30, 2024 | 520.00 Mn |
| Jun 30, 2024 | 1.07 Bn |
| Mar 31, 2024 | 724.00 Mn |
| Dec 31, 2023 | 2.11 Bn |
| Sep 30, 2023 | -795.00 Mn |
| Jun 30, 2023 | 479.00 Mn |
| Mar 31, 2023 | 1.17 Bn |
| Dec 31, 2022 | 3.58 Bn |
| Sep 30, 2022 | -206.74 Mn |
| Jun 30, 2022 | 903.31 Mn |
| Mar 31, 2022 | -637.62 Mn |
| Dec 31, 2021 | -699.73 Mn |
| Sep 30, 2021 | -3.81 Bn |
M&T Bank Corp Change in Net 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=change-in-net-loans&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-net-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=change-in-net-loans&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();