M&T Bank Corp (MTB-PK) Dividend Coverage Ratio (2009 - 2026)
M&T Bank's (MTB-PK) quarterly Dividend Coverage Ratio came in at 3.58 in Q2 2026, up 12.38% year-over-year from 3.19 in Q2 2025, and up 31.17% quarter-over-quarter from 2.73 in Q1 2026.
M&T Bank Corp (MTB-PK) Dividend Coverage Ratio (2009 - 2026) Analysis & Trends
M&T Bank has disclosed Dividend Coverage Ratio across 16 years of filings, most recently posting 3.58 for Q2 2026.
- In Q2 2026, Dividend Coverage Ratio rose 12.38% year-over-year to 3.58; the TTM figure through Jun 2026 stood at 3.17 (up 10.56% YoY), while the FY2025 annual figure was 3.0, up 9.72% from the prior year.
- Dividend Coverage Ratio came in at 3.58 for Q2 2026 at M&T Bank, up from 2.73 in the prior quarter.
- In the past five years, Dividend Coverage Ratio ranged from a high of 3.91 in Q2 2023 to a low of 1.02 in Q2 2022.
- Average Dividend Coverage Ratio over 5 years is 2.87, with a median of 3.03 recorded in 2024.
- Year-over-year, Dividend Coverage Ratio tumbled 68.42% in 2022 and soared 283.33% in 2023.
- Over 5 years, Dividend Coverage Ratio stood at 3.73 in 2022, then sank by 43.47% to 2.11 in 2023, then surged by 36.18% to 2.88 in 2024, then grew by 9.53% to 3.15 in 2025, then climbed by 13.76% to 3.58 in 2026.
- Per Business Quant data, the three most recent Dividend Coverage Ratio figures were 3.58 in Q2 2026, 2.73 in Q1 2026, and 3.15 in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.58 |
| Mar 31, 2026 | 2.73 |
| Dec 31, 2025 | 3.15 |
| Sep 30, 2025 | 3.24 |
| Jun 30, 2025 | 3.19 |
| Mar 31, 2025 | 2.43 |
| Dec 31, 2024 | 2.88 |
| Sep 30, 2024 | 3.00 |
| Jun 30, 2024 | 2.78 |
| Mar 31, 2024 | 2.29 |
| Dec 31, 2023 | 2.11 |
| Sep 30, 2023 | 3.07 |
| Jun 30, 2023 | 3.91 |
| Mar 31, 2023 | 3.18 |
| Dec 31, 2022 | 3.73 |
| Sep 30, 2022 | 3.09 |
| Jun 30, 2022 | 1.02 |
| Mar 31, 2022 | 2.31 |
| Dec 31, 2021 | 2.97 |
| Sep 30, 2021 | 3.50 |
M&T Bank Corp Dividend Coverage Ratio 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=dividend-coverage-ratio&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-coverage-ratio", "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=dividend-coverage-ratio&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();