First Horizon Corp (FHN-PE) Income from Non-Controlling Interests (2009 - 2026)
First Horizon's (FHN-PE) quarterly Income from Non-Controlling Interests came in at $4.0 million in Q2 2026, little changed year-over-year from $4.0 million in Q2 2025, and little changed quarter-over-quarter from $4.0 million in Q1 2026.
First Horizon Corp (FHN-PE) Income from Non-Controlling Interests (2009 - 2026) Analysis & Trends
First Horizon has disclosed Income from Non-Controlling Interests across 18 years of filings, most recently posting $4.0 million for Q2 2026.
- In Q2 2026, Income from Non-Controlling Interests changed 0.0% year-over-year to $4.0 million; the TTM figure through Jun 2026 stood at $16.0 million (down 5.88% YoY), while the FY2025 annual figure was $16.0 million, down 15.79% from the prior year.
- Income from Non-Controlling Interests came in at $4.0 million for Q2 2026 at First Horizon, roughly flat from $4.0 million in the prior quarter.
- In the past five years, Income from Non-Controlling Interests ranged from a high of $5.0 million in Q3 2023 to a low of $3.0 million in Q1 2022.
- Average Income from Non-Controlling Interests over 5 years is $4.1 million, with a median of $4.0 million recorded in 2022.
- Year-over-year, Income from Non-Controlling Interests soared 100.0% in 2022 and slipped 20.0% in 2024.
- Over 5 years, Income from Non-Controlling Interests stood at $4.0 million in 2022, then gained by 25.0% to $5.0 million in 2023, then retreated by 20.0% to $4.0 million in 2024, then changed by 0.0% to $4.0 million in 2025, then changed by 0.0% to $4.0 million in 2026.
- Per Business Quant data, the three most recent Income from Non-Controlling Interests figures were $4.0 million in Q2 2026, $4.0 million in Q1 2026, and $4.0 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.00 Mn |
| Mar 31, 2026 | 4.00 Mn |
| Dec 31, 2025 | 4.00 Mn |
| Sep 30, 2025 | 4.00 Mn |
| Jun 30, 2025 | 4.00 Mn |
| Mar 31, 2025 | 4.00 Mn |
| Dec 31, 2024 | 4.00 Mn |
| Sep 30, 2024 | 5.00 Mn |
| Jun 30, 2024 | 5.00 Mn |
| Mar 31, 2024 | 5.00 Mn |
| Dec 31, 2023 | 5.00 Mn |
| Sep 30, 2023 | 5.00 Mn |
| Jun 30, 2023 | 4.00 Mn |
| Mar 31, 2023 | 4.00 Mn |
| Dec 31, 2022 | 4.00 Mn |
| Sep 30, 2022 | 3.00 Mn |
| Jun 30, 2022 | 3.00 Mn |
| Mar 31, 2022 | 3.00 Mn |
| Dec 31, 2021 | 2.00 Mn |
| Sep 30, 2021 | 3.00 Mn |
First Horizon Corp Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();