M&T Bank Corp (MTB-PK) Preferred Shares (2009 - 2026)
M&T Bank's (MTB-PK) quarterly Preferred Shares came in at $2.4 billion in Q2 2026, up 1.67% year-over-year from $2.4 billion in Q2 2025, and little changed quarter-over-quarter from $2.4 billion in Q1 2026.
M&T Bank Corp (MTB-PK) Preferred Shares (2009 - 2026) Analysis & Trends
M&T Bank has disclosed Preferred Shares across 16 years of filings, most recently posting $2.4 billion for Q2 2026.
- In Q2 2026, Preferred Shares rose 1.67% year-over-year to $2.4 billion; the TTM figure through Jun 2026 stood at $2.4 billion (up 1.67% YoY), while the FY2025 annual figure was $2.8 billion, up 18.38% from the prior year.
- Preferred Shares came in at $2.4 billion for Q2 2026 at M&T Bank, roughly flat from $2.4 billion in the prior quarter.
- In the past five years, Preferred Shares ranged from a high of $2.8 billion in Q4 2025 to a low of $1.8 billion in Q1 2022.
- Average Preferred Shares over 5 years is $2.2 billion, with a median of $2.2 billion recorded in 2022.
- Year-over-year, Preferred Shares jumped 60.85% in 2022 and declined 12.76% in 2025.
- Over 5 years, Preferred Shares stood at $2.0 billion in 2022, then changed by 0.0% to $2.0 billion in 2023, then climbed by 19.05% to $2.4 billion in 2024, then increased by 18.38% to $2.8 billion in 2025, then fell by 14.11% to $2.4 billion in 2026.
- Per Business Quant data, the three most recent Preferred Shares figures were $2.4 billion in Q2 2026, $2.4 billion in Q1 2026, and $2.8 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.43 Bn |
| Mar 31, 2026 | 2.43 Bn |
| Dec 31, 2025 | 2.83 Bn |
| Sep 30, 2025 | 2.39 Bn |
| Jun 30, 2025 | 2.39 Bn |
| Mar 31, 2025 | 2.39 Bn |
| Dec 31, 2024 | 2.39 Bn |
| Sep 30, 2024 | 2.39 Bn |
| Jun 30, 2024 | 2.74 Bn |
| Mar 31, 2024 | 2.01 Bn |
| Dec 31, 2023 | 2.01 Bn |
| Sep 30, 2023 | 2.01 Bn |
| Jun 30, 2023 | 2.01 Bn |
| Mar 31, 2023 | 2.01 Bn |
| Dec 31, 2022 | 2.01 Bn |
| Sep 30, 2022 | 2.01 Bn |
| Jun 30, 2022 | 2.01 Bn |
| Mar 31, 2022 | 1.75 Bn |
| Dec 31, 2021 | 1.75 Bn |
| Sep 30, 2021 | 1.75 Bn |
M&T Bank Corp Preferred Shares 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=preferred-shares&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "preferred-shares", "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=preferred-shares&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();