M&T Bank Corp (MTB-PK) Assets (2009 - 2026)
M&T Bank's (MTB-PK) quarterly Assets came in at $219.3 billion in Q2 2026, up 3.63% year-over-year from $211.6 billion in Q2 2025, and up 2.11% quarter-over-quarter from $214.7 billion in Q1 2026.
M&T Bank Corp (MTB-PK) Assets (2009 - 2026) Analysis & Trends
M&T Bank has disclosed Assets across 18 years of filings, most recently posting $219.3 billion for Q2 2026.
- In Q2 2026, Assets rose 3.63% year-over-year to $219.3 billion; the TTM figure through Jun 2026 stood at $219.3 billion (up 3.63% YoY), while the FY2025 annual figure was $213.5 billion, up 2.6% from the prior year.
- Assets came in at $219.3 billion for Q2 2026 at M&T Bank, up from $214.7 billion in the prior quarter.
- In the past five years, Assets ranged from a high of $219.3 billion in Q2 2026 to a low of $63.8 billion in Q4 2022.
- Average Assets over 5 years is $183.0 billion, with a median of $209.0 billion recorded in 2023.
- Year-over-year, Assets plunged 58.89% in 2022 and surged 228.0% in 2023.
- Over 5 years, Assets stood at $63.8 billion in 2022, then surged by 226.65% to $208.3 billion in 2023, then decreased by 0.08% to $208.1 billion in 2024, then advanced by 2.6% to $213.5 billion in 2025, then increased by 2.69% to $219.3 billion in 2026.
- Per Business Quant data, the three most recent Assets figures were $219.3 billion in Q2 2026, $214.7 billion in Q1 2026, and $213.5 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 219.26 Bn |
| Mar 31, 2026 | 214.74 Bn |
| Dec 31, 2025 | 213.51 Bn |
| Sep 30, 2025 | 211.28 Bn |
| Jun 30, 2025 | 211.58 Bn |
| Mar 31, 2025 | 210.32 Bn |
| Dec 31, 2024 | 208.11 Bn |
| Sep 30, 2024 | 211.79 Bn |
| Jun 30, 2024 | 208.86 Bn |
| Mar 31, 2024 | 215.14 Bn |
| Dec 31, 2023 | 208.26 Bn |
| Sep 30, 2023 | 209.12 Bn |
| Jun 30, 2023 | 207.67 Bn |
| Mar 31, 2023 | 202.96 Bn |
| Dec 31, 2022 | 63.76 Bn |
| Sep 30, 2022 | 63.76 Bn |
| Jun 30, 2022 | 63.76 Bn |
| Mar 31, 2022 | 149.86 Bn |
| Dec 31, 2021 | 155.11 Bn |
| Sep 30, 2021 | 151.90 Bn |
M&T Bank Corp Assets 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=assets&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets", "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=assets&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();