M&T Bank Corp (MTB-PK) Other Non-Current Assets (2009 - 2025)
M&T Bank's (MTB-PK) quarterly Other Non-Current Assets came in at $159.0 million in Q4 2025, up 51.43% year-over-year from $105.0 million in Q4 2024, and up 51.43% quarter-over-quarter from $105.0 million in Q4 2024.
M&T Bank Corp (MTB-PK) Other Non-Current Assets (2009 - 2025) Analysis & Trends
M&T Bank has disclosed Other Non-Current Assets across 17 years of filings, most recently posting $159.0 million for Q4 2025.
- In Q4 2025, Other Non-Current Assets rose 51.43% year-over-year to $159.0 million; the TTM figure through Dec 2025 stood at $159.0 million (up 51.43% YoY), while the FY2025 annual figure was $159.0 million, up 51.43% from the prior year.
- Other Non-Current Assets came in at $159.0 million for Q4 2025 at M&T Bank, up from $105.0 million in the prior quarter.
- In the past five years, Other Non-Current Assets ranged from a high of $159.0 million in Q4 2025 to a low of $93.0 million in Q4 2022.
- Average Other Non-Current Assets over 5 years is $111.0 million, with a median of $100.0 million recorded in 2023.
- Year-over-year, Other Non-Current Assets declined 5.11% in 2022 and jumped 51.43% in 2025.
- Over 5 years, Other Non-Current Assets stood at $98.0 million in 2021, then retreated by 5.11% to $93.0 million in 2022, then increased by 7.53% to $100.0 million in 2023, then increased by 5.0% to $105.0 million in 2024, then jumped by 51.43% to $159.0 million in 2025.
- Per Business Quant data, the three most recent Other Non-Current Assets figures were $159.0 million in Q4 2025, $105.0 million in Q4 2024, and $100.0 million in Q4 2023.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 159.00 Mn |
| Dec 31, 2024 | 105.00 Mn |
| Dec 31, 2023 | 100.00 Mn |
| Dec 31, 2022 | 93.00 Mn |
| Dec 31, 2021 | 98.01 Mn |
| Dec 31, 2020 | 92.17 Mn |
| Dec 31, 2019 | 67.73 Mn |
| Dec 31, 2018 | 64.19 Mn |
| Dec 31, 2017 | 66.02 Mn |
| Dec 31, 2016 | 71.69 Mn |
| Dec 31, 2015 | 73.15 Mn |
| Dec 31, 2014 | 81.03 Mn |
| Dec 31, 2013 | 5.28 Bn |
| Dec 31, 2012 | 4.45 Bn |
| Jun 30, 2012 | 4.52 Bn |
| Mar 31, 2012 | 4.57 Bn |
| Dec 31, 2011 | 4.61 Bn |
| Sep 30, 2011 | 4.66 Bn |
| Jun 30, 2011 | 4.74 Bn |
| Mar 31, 2011 | 4.59 Bn |
M&T Bank Corp Other Non-Current Assets 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-assets&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-assets", "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-assets&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();