M&T Bank Corp (MTB-PK) Debt Ratio (2009 - 2026)
M&T Bank's (MTB-PK) quarterly Debt Ratio came in at 0.1 in Q2 2026, up 33.14% year-over-year from 0.08 in Q2 2025, and down 16.93% quarter-over-quarter from 0.13 in Q1 2026.
M&T Bank Corp (MTB-PK) Debt Ratio (2009 - 2026) Analysis & Trends
M&T Bank has disclosed Debt Ratio across 18 years of filings, most recently posting 0.1 for Q2 2026.
- In Q2 2026, Debt Ratio rose 33.14% year-over-year to 0.1; the TTM figure through Jun 2026 stood at 0.1 (up 33.14% YoY), while the FY2025 annual figure was 0.07, up 0.67% from the prior year.
- Debt Ratio came in at 0.1 for Q2 2026 at M&T Bank, down from 0.13 in the prior quarter.
- In the past five years, Debt Ratio ranged from a high of 0.17 in Q4 2022 to a low of 0.02 in Q1 2022.
- Average Debt Ratio over 5 years is 0.09, with a median of 0.09 recorded in 2023.
- Year-over-year, Debt Ratio soared 652.71% in 2022 and tumbled 47.94% in 2023.
- Over 5 years, Debt Ratio stood at 0.17 in 2022, then plunged by 47.94% to 0.09 in 2023, then retreated by 21.75% to 0.07 in 2024, then gained by 0.67% to 0.07 in 2025, then surged by 45.95% to 0.1 in 2026.
- Per Business Quant data, the three most recent Debt Ratio figures were 0.1 in Q2 2026, 0.13 in Q1 2026, and 0.07 in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.10 |
| Mar 31, 2026 | 0.13 |
| Dec 31, 2025 | 0.07 |
| Sep 30, 2025 | 0.08 |
| Jun 30, 2025 | 0.08 |
| Mar 31, 2025 | 0.06 |
| Dec 31, 2024 | 0.07 |
| Sep 30, 2024 | 0.08 |
| Jun 30, 2024 | 0.10 |
| Mar 31, 2024 | 0.10 |
| Dec 31, 2023 | 0.09 |
| Sep 30, 2023 | 0.10 |
| Jun 30, 2023 | 0.11 |
| Mar 31, 2023 | 0.11 |
| Dec 31, 2022 | 0.17 |
| Sep 30, 2022 | 0.08 |
| Jun 30, 2022 | 0.08 |
| Mar 31, 2022 | 0.02 |
| Dec 31, 2021 | 0.02 |
| Sep 30, 2021 | 0.02 |
M&T Bank Corp Debt 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=debt-ratio&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-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=debt-ratio&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();