M&T Bank Corp (MTB-PK) Revenue (2009 - 2026)
M&T Bank's (MTB-PK) quarterly Revenue came in at $2.5 billion in Q2 2026, up 5.68% year-over-year from $2.4 billion in Q2 2025, and up 3.73% quarter-over-quarter from $2.4 billion in Q1 2026.
M&T Bank Corp (MTB-PK) Revenue (2009 - 2026) Analysis & Trends
M&T Bank has disclosed Revenue across 18 years of filings, most recently posting $2.5 billion for Q2 2026.
- In Q2 2026, Revenue rose 5.68% year-over-year to $2.5 billion; the TTM figure through Jun 2026 stood at $10.0 billion (up 5.75% YoY), while the FY2025 annual figure was $9.7 billion, up 4.43% from the prior year.
- Revenue came in at $2.5 billion for Q2 2026 at M&T Bank, up from $2.4 billion in the prior quarter.
- In the past five years, Revenue ranged from a high of $9.1 billion in Q4 2023 to a low of $155.1 million in Q3 2023.
- Average Revenue over 5 years is $1.9 billion, with a median of $2.3 billion recorded in 2024.
- The largest YoY upside for Revenue was 1403.62% in 2024 against a maximum downside of 73.85% in 2024.
- Over 5 years, Revenue stood at $1.6 billion in 2022, then soared by 470.1% to $9.1 billion in 2023, then plunged by 73.85% to $2.4 billion in 2024, then rose by 3.77% to $2.5 billion in 2025, then advanced by 2.3% to $2.5 billion in 2026.
- Per Business Quant data, the three most recent Revenue figures were $2.5 billion in Q2 2026, $2.4 billion in Q1 2026, and $2.5 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.53 Bn |
| Mar 31, 2026 | 2.44 Bn |
| Dec 31, 2025 | 2.48 Bn |
| Sep 30, 2025 | 2.51 Bn |
| Jun 30, 2025 | 2.40 Bn |
| Mar 31, 2025 | 2.31 Bn |
| Dec 31, 2024 | 2.39 Bn |
| Sep 30, 2024 | 2.33 Bn |
| Jun 30, 2024 | 2.30 Bn |
| Mar 31, 2024 | 160.00 Mn |
| Dec 31, 2023 | 9.12 Bn |
| Sep 30, 2023 | 155.09 Mn |
| Jun 30, 2023 | 172.46 Mn |
| Mar 31, 2023 | 194.00 Mn |
| Dec 31, 2022 | 1.60 Bn |
| Sep 30, 2022 | 186.58 Mn |
| Jun 30, 2022 | 190.08 Mn |
| Mar 31, 2022 | 169.21 Mn |
| Dec 31, 2021 | 5.52 Bn |
| Sep 30, 2021 | 160.00 Mn |
M&T Bank Corp Revenue 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=revenue&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "revenue", "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=revenue&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();