First Horizon Corp (FHN-PE) Investment Gain (Loss) (2010 - 2026)
First Horizon's (FHN-PE) quarterly Investment Gain (Loss) came in at -$2.0 million in Q1 2026, down 200.0% year-over-year from $2.0 million in Q1 2025, and down 200.0% quarter-over-quarter from $2.0 million in Q3 2025.
First Horizon Corp (FHN-PE) Investment Gain (Loss) (2010 - 2026) Analysis & Trends
First Horizon has disclosed Investment Gain (Loss) across 17 years of filings, most recently posting -$2.0 million for Q1 2026.
- In Q1 2026, Investment Gain (Loss) fell 200.0% year-over-year to -$2.0 million; the TTM figure through Mar 2026 stood at -$2.0 million (down 200.0% YoY), while the FY2025 annual figure was $2.0 million, up 102.2% from the prior year.
- Investment Gain (Loss) came in at -$2.0 million for Q1 2026 at First Horizon, down from $2.0 million in the prior quarter.
- In the past five years, Investment Gain (Loss) ranged from a high of $12.0 million in Q3 2022 to a low of -$91.0 million in Q4 2024.
- Average Investment Gain (Loss) over 5 years is -$5.8 million, with a median of $1.0 million recorded in 2023.
- Year-over-year, Investment Gain (Loss) jumped 500.0% in 2022 and slumped 1720.0% in 2024.
- Over 5 years, Investment Gain (Loss) stood at $12.0 million in 2022, then slumped by 141.67% to -$5.0 million in 2023, then tumbled by 1720.0% to -$91.0 million in 2024, then surged by 102.2% to $2.0 million in 2025, then plunged by 200.0% to -$2.0 million in 2026.
- Per Business Quant data, the three most recent Investment Gain (Loss) figures were -$2.0 million in Q1 2026, $2.0 million in Q3 2025, and $2.0 million in Q2 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -2.00 Mn |
| Sep 30, 2025 | 2.00 Mn |
| Jun 30, 2025 | 2.00 Mn |
| Mar 31, 2025 | 2.00 Mn |
| Dec 31, 2024 | -91.00 Mn |
| Sep 30, 2024 | 1.00 Mn |
| Jun 30, 2024 | 1.00 Mn |
| Mar 31, 2024 | 1.00 Mn |
| Dec 31, 2023 | -5.00 Mn |
| Jun 30, 2023 | 1.00 Mn |
| Mar 31, 2023 | 1.00 Mn |
| Sep 30, 2022 | 12.00 Mn |
| Jun 30, 2022 | 2.00 Mn |
| Mar 31, 2022 | -8.00 Mn |
| Dec 31, 2021 | 1.00 Mn |
| Sep 30, 2021 | -3.00 Mn |
| Jun 30, 2021 | 11.00 Mn |
| Mar 31, 2021 | -9.00 Mn |
| Dec 31, 2020 | -4.00 Mn |
| Sep 30, 2020 | 3.00 Mn |
First Horizon 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=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "investment-gain-loss", "ticker": "FHN-PE", "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=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();