M&T Bank Corp (MTB-PK) Pension (2014 - 2023)
M&T Bank's (MTB-PK) quarterly Pension came in at $146.0 million in Q4 2023, down 3.95% year-over-year from $152.0 million in Q4 2022, and down 3.95% quarter-over-quarter from $152.0 million in Q4 2022.
M&T Bank Corp (MTB-PK) Pension (2014 - 2023) Analysis & Trends
M&T Bank has disclosed Pension across 10 years of filings, most recently posting $146.0 million for Q4 2023.
- In Q4 2023, Pension fell 3.95% year-over-year to $146.0 million; the TTM figure through Dec 2023 stood at $146.0 million (down 3.95% YoY), while the FY2023 annual figure was $146.0 million, down 3.95% from the prior year.
- Pension came in at $146.0 million for Q4 2023 at M&T Bank, down from $152.0 million in the prior quarter.
- In the past five years, Pension ranged from a high of $209.4 million in Q4 2019 to a low of $146.0 million in Q4 2023.
- Average Pension over 5 years is $165.9 million, with a median of $156.6 million recorded in 2021.
- Year-over-year, Pension soared 80.85% in 2019 and retreated 21.02% in 2020.
- Over 5 years, Pension stood at $209.4 million in 2019, then declined by 21.02% to $165.4 million in 2020, then retreated by 5.33% to $156.6 million in 2021, then declined by 2.92% to $152.0 million in 2022, then decreased by 3.95% to $146.0 million in 2023.
- Per Business Quant data, the three most recent Pension figures were $146.0 million in Q4 2023, $152.0 million in Q4 2022, and $156.6 million in Q4 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 146.00 Mn |
| Dec 31, 2022 | 152.00 Mn |
| Dec 31, 2021 | 156.57 Mn |
| Dec 31, 2020 | 165.38 Mn |
| Dec 31, 2019 | 209.39 Mn |
| Dec 31, 2018 | 115.78 Mn |
| Dec 31, 2017 | 173.85 Mn |
| Dec 31, 2016 | 365.03 Mn |
| Dec 31, 2015 | 379.40 Mn |
| Dec 31, 2014 | 307.75 Mn |
M&T Bank Corp Pension 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=pension&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "pension", "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=pension&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();