M&T Bank Corp (MTB-PK) Investment Gain (Loss) (2009 - 2026)
M&T Bank's (MTB-PK) quarterly Investment Gain (Loss) came in at $2.0 million in Q2 2026, down 50.0% quarter-over-quarter from $4.0 million in Q1 2026.
M&T Bank Corp (MTB-PK) Investment Gain (Loss) (2009 - 2026) Analysis & Trends
M&T Bank has disclosed Investment Gain (Loss) across 17 years of filings, most recently posting $2.0 million for Q2 2026.
- In Q2 2026, Investment Gain (Loss) changed N/A year-over-year to $2.0 million; the TTM figure through Jun 2026 stood at $8.0 million (down 50.0% YoY), while the FY2025 annual figure was $2.0 million, down 92.59% from the prior year.
- Investment Gain (Loss) came in at $2.0 million for Q2 2026 at M&T Bank, down from $4.0 million in the prior quarter.
- In the past five years, Investment Gain (Loss) ranged from a high of $18.0 million in Q4 2024 to a low of -$8.0 million in Q2 2024.
- Average Investment Gain (Loss) over 5 years is $1.9 million, with a median of $1.0 million recorded in 2025.
- Year-over-year, Investment Gain (Loss) slumped 480.76% in 2022 and jumped 21067.74% in 2023.
- Over 5 years, Investment Gain (Loss) stood at -$4.1 million in 2022, then surged by 197.87% to $4.0 million in 2023, then soared by 350.0% to $18.0 million in 2024, then tumbled by 94.44% to $1.0 million in 2025, then soared by 100.0% to $2.0 million in 2026.
- Per Business Quant data, the three most recent Investment Gain (Loss) figures were $2.0 million in Q2 2026, $4.0 million in Q1 2026, and $1.0 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.00 Mn |
| Mar 31, 2026 | 4.00 Mn |
| Dec 31, 2025 | 1.00 Mn |
| Sep 30, 2025 | 1.00 Mn |
| Dec 31, 2024 | 18.00 Mn |
| Sep 30, 2024 | -2.00 Mn |
| Jun 30, 2024 | -8.00 Mn |
| Mar 31, 2024 | 2.00 Mn |
| Dec 31, 2023 | 4.00 Mn |
| Jun 30, 2023 | 13.00 Mn |
| Mar 31, 2023 | -416,000.00 |
| Dec 31, 2022 | -4.09 Mn |
| Sep 30, 2022 | -1.11 Mn |
| Jun 30, 2022 | -62,000.00 |
| Mar 31, 2022 | -743,000.00 |
| Dec 31, 2021 | 2.00 Mn |
| Sep 30, 2021 | 291,000.00 |
| Jun 30, 2021 | -11.00 Mn |
| Mar 31, 2021 | -12.28 Mn |
| Dec 31, 2020 | 1.62 Mn |
M&T Bank Corp Investment Gain (Loss) 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=investment-gain-loss&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "investment-gain-loss", "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=investment-gain-loss&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();