First Horizon Corp (FHN-PE) Minority Interest (2019 - 2026)
First Horizon's (FHN-PE) quarterly Minority Interest came in at $295.0 million in Q2 2026, little changed year-over-year from $295.0 million in Q2 2025, and little changed quarter-over-quarter from $295.0 million in Q1 2026.
First Horizon Corp (FHN-PE) Minority Interest (2019 - 2026) Analysis & Trends
First Horizon has disclosed Minority Interest across 8 years of filings, most recently posting $295.0 million for Q2 2026.
- In Q2 2026, Minority Interest changed 0.0% year-over-year to $295.0 million; the TTM figure through Jun 2026 stood at $295.0 million (changed 0.0% YoY), while the FY2025 annual figure was $295.0 million, changed 0.0% from the prior year.
- Minority Interest came in at $295.0 million for Q2 2026 at First Horizon, roughly flat from $295.0 million in the prior quarter.
- In the past five years, Minority Interest ranged from a high of $295.0 million in Q1 2022 to a low of $295.0 million in Q1 2022.
- Average Minority Interest over 5 years is $295.0 million, with a median of $295.0 million recorded in 2022.
- The largest YoY upside for Minority Interest was 0.0% in 2022 against a maximum downside of 0.0% in 2022.
- Over 5 years, Minority Interest stood at $295.0 million in 2022, then changed by 0.0% to $295.0 million in 2023, then changed by 0.0% to $295.0 million in 2024, then changed by 0.0% to $295.0 million in 2025, then changed by 0.0% to $295.0 million in 2026.
- Per Business Quant data, the three most recent Minority Interest figures were $295.0 million in Q2 2026, $295.0 million in Q1 2026, and $295.0 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 295.00 Mn |
| Mar 31, 2026 | 295.00 Mn |
| Dec 31, 2025 | 295.00 Mn |
| Sep 30, 2025 | 295.00 Mn |
| Jun 30, 2025 | 295.00 Mn |
| Mar 31, 2025 | 295.00 Mn |
| Dec 31, 2024 | 295.00 Mn |
| Sep 30, 2024 | 295.00 Mn |
| Jun 30, 2024 | 295.00 Mn |
| Mar 31, 2024 | 295.00 Mn |
| Dec 31, 2023 | 295.00 Mn |
| Sep 30, 2023 | 295.00 Mn |
| Jun 30, 2023 | 295.00 Mn |
| Mar 31, 2023 | 295.00 Mn |
| Dec 31, 2022 | 295.00 Mn |
| Sep 30, 2022 | 295.00 Mn |
| Jun 30, 2022 | 295.00 Mn |
| Mar 31, 2022 | 295.00 Mn |
| Dec 31, 2021 | 295.00 Mn |
| Sep 30, 2021 | 295.00 Mn |
First Horizon Corp Minority Interest 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=minority-interest&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "minority-interest", "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=minority-interest&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();