M&T Bank Corp (MTB-PK) Other Non-Current Liabilities (2009 - 2026)
M&T Bank's (MTB-PK) quarterly Other Non-Current Liabilities came in at $4.2 billion in Q2 2026, up 2.24% year-over-year from $4.2 billion in Q2 2025, and up 6.28% quarter-over-quarter from $4.0 billion in Q1 2026.
M&T Bank Corp (MTB-PK) Other Non-Current Liabilities (2009 - 2026) Analysis & Trends
M&T Bank has disclosed Other Non-Current Liabilities across 18 years of filings, most recently posting $4.2 billion for Q2 2026.
- In Q2 2026, Other Non-Current Liabilities rose 2.24% year-over-year to $4.2 billion; the TTM figure through Jun 2026 stood at $4.2 billion (up 2.24% YoY), while the FY2025 annual figure was $4.4 billion, up 1.07% from the prior year.
- Other Non-Current Liabilities came in at $4.2 billion for Q2 2026 at M&T Bank, up from $4.0 billion in the prior quarter.
- In the past five years, Other Non-Current Liabilities ranged from a high of $4.9 billion in Q3 2023 to a low of $2.2 billion in Q1 2022.
- Average Other Non-Current Liabilities over 5 years is $4.2 billion, with a median of $4.3 billion recorded in 2024.
- Year-over-year, Other Non-Current Liabilities soared 116.55% in 2022 and fell 15.75% in 2024.
- Over 5 years, Other Non-Current Liabilities stood at $4.4 billion in 2022, then climbed by 3.18% to $4.5 billion in 2023, then decreased by 4.38% to $4.3 billion in 2024, then rose by 1.07% to $4.4 billion in 2025, then fell by 2.66% to $4.2 billion in 2026.
- Per Business Quant data, the three most recent Other Non-Current Liabilities figures were $4.2 billion in Q2 2026, $4.0 billion in Q1 2026, and $4.4 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.25 Bn |
| Mar 31, 2026 | 4.00 Bn |
| Dec 31, 2025 | 4.36 Bn |
| Sep 30, 2025 | 4.14 Bn |
| Jun 30, 2025 | 4.16 Bn |
| Mar 31, 2025 | 3.85 Bn |
| Dec 31, 2024 | 4.32 Bn |
| Sep 30, 2024 | 4.17 Bn |
| Jun 30, 2024 | 4.44 Bn |
| Mar 31, 2024 | 4.53 Bn |
| Dec 31, 2023 | 4.52 Bn |
| Sep 30, 2023 | 4.95 Bn |
| Jun 30, 2023 | 4.49 Bn |
| Mar 31, 2023 | 4.05 Bn |
| Dec 31, 2022 | 4.38 Bn |
| Sep 30, 2022 | 4.48 Bn |
| Jun 30, 2022 | 3.74 Bn |
| Mar 31, 2022 | 2.17 Bn |
| Dec 31, 2021 | 2.13 Bn |
| Sep 30, 2021 | 2.07 Bn |
M&T Bank Corp Other Non-Current Liabilities 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=other-non-current-liabilities&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-liabilities", "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=other-non-current-liabilities&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();