First Horizon Corp (FHN-PE) Retained Earnings (2019 - 2026)
First Horizon's (FHN-PE) quarterly Retained Earnings came in at $5.4 billion in Q2 2026, up 15.24% year-over-year from $4.7 billion in Q2 2025, and up 3.42% quarter-over-quarter from $5.2 billion in Q1 2026.
First Horizon Corp (FHN-PE) Retained Earnings (2019 - 2026) Analysis & Trends
First Horizon has disclosed Retained Earnings across 8 years of filings, most recently posting $5.4 billion for Q2 2026.
- In Q2 2026, Retained Earnings rose 15.24% year-over-year to $5.4 billion; the TTM figure through Jun 2026 stood at $5.4 billion (up 15.24% YoY), while the FY2025 annual figure was $5.0 billion, up 14.81% from the prior year.
- Retained Earnings came in at $5.4 billion for Q2 2026 at First Horizon, up from $5.2 billion in the prior quarter.
- In the past five years, Retained Earnings ranged from a high of $5.4 billion in Q2 2026 to a low of $3.0 billion in Q1 2022.
- Average Retained Earnings over 5 years is $4.1 billion, with a median of $4.1 billion recorded in 2024.
- Year-over-year, Retained Earnings climbed 24.73% in 2022 and rose 8.93% in 2024.
- Over 5 years, Retained Earnings stood at $3.4 billion in 2022, then grew by 15.57% to $4.0 billion in 2023, then rose by 10.54% to $4.4 billion in 2024, then climbed by 14.81% to $5.0 billion in 2025, then advanced by 7.0% to $5.4 billion in 2026.
- Per Business Quant data, the three most recent Retained Earnings figures were $5.4 billion in Q2 2026, $5.2 billion in Q1 2026, and $5.0 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 5.38 Bn |
| Mar 31, 2026 | 5.21 Bn |
| Dec 31, 2025 | 5.03 Bn |
| Sep 30, 2025 | 4.85 Bn |
| Jun 30, 2025 | 4.67 Bn |
| Mar 31, 2025 | 4.52 Bn |
| Dec 31, 2024 | 4.38 Bn |
| Sep 30, 2024 | 4.30 Bn |
| Jun 30, 2024 | 4.17 Bn |
| Mar 31, 2024 | 4.07 Bn |
| Dec 31, 2023 | 3.96 Bn |
| Sep 30, 2023 | 3.87 Bn |
| Jun 30, 2023 | 3.83 Bn |
| Mar 31, 2023 | 3.60 Bn |
| Dec 31, 2022 | 3.43 Bn |
| Sep 30, 2022 | 3.25 Bn |
| Jun 30, 2022 | 3.08 Bn |
| Mar 31, 2022 | 3.00 Bn |
| Dec 31, 2021 | 2.89 Bn |
| Sep 30, 2021 | 2.75 Bn |
First Horizon Corp Retained Earnings 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=retained-earnings&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();