M&T Bank Corp (MTB-PK) Times Interest Earned (2009 - 2026)
M&T Bank's (MTB-PK) quarterly Times Interest Earned came in at 2.28 in Q2 2026, up 11.76% year-over-year from 2.04 in Q2 2025, and up 8.71% quarter-over-quarter from 2.1 in Q1 2026.
M&T Bank Corp (MTB-PK) Times Interest Earned (2009 - 2026) Analysis & Trends
M&T Bank has disclosed Times Interest Earned across 18 years of filings, most recently posting 2.28 for Q2 2026.
- In Q2 2026, Times Interest Earned rose 11.76% year-over-year to 2.28; the TTM figure through Jun 2026 stood at 2.16 (up 12.48% YoY), while the FY2025 annual figure was 2.04, up 13.97% from the prior year.
- Times Interest Earned came in at 2.28 for Q2 2026 at M&T Bank, up from 2.1 in the prior quarter.
- In the past five years, Times Interest Earned ranged from a high of 20.74 in Q1 2022 to a low of 1.61 in Q4 2023.
- Average Times Interest Earned over 5 years is 3.9, with a median of 2.11 recorded in 2025.
- Year-over-year, Times Interest Earned tumbled 86.41% in 2023 and climbed 17.71% in 2024.
- Over 5 years, Times Interest Earned stood at 5.13 in 2022, then plunged by 68.55% to 1.61 in 2023, then grew by 17.71% to 1.9 in 2024, then advanced by 12.14% to 2.13 in 2025, then advanced by 7.14% to 2.28 in 2026.
- Per Business Quant data, the three most recent Times Interest Earned figures were 2.28 in Q2 2026, 2.1 in Q1 2026, and 2.13 in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.28 |
| Mar 31, 2026 | 2.10 |
| Dec 31, 2025 | 2.13 |
| Sep 30, 2025 | 2.12 |
| Jun 30, 2025 | 2.04 |
| Mar 31, 2025 | 1.88 |
| Dec 31, 2024 | 1.90 |
| Sep 30, 2024 | 1.86 |
| Jun 30, 2024 | 1.80 |
| Mar 31, 2024 | 1.62 |
| Dec 31, 2023 | 1.61 |
| Sep 30, 2023 | 2.05 |
| Jun 30, 2023 | 2.62 |
| Mar 31, 2023 | 2.82 |
| Dec 31, 2022 | 5.13 |
| Sep 30, 2022 | 9.24 |
| Jun 30, 2022 | 6.20 |
| Mar 31, 2022 | 20.74 |
| Dec 31, 2021 | 25.26 |
| Sep 30, 2021 | 26.57 |
M&T Bank Corp Times Interest Earned 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=times-interest-earned&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "times-interest-earned", "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=times-interest-earned&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();