First Horizon Corp (FHN-PE) Assets (2009 - 2026)
First Horizon's (FHN-PE) quarterly Assets came in at $84.4 billion in Q2 2026, up 2.87% year-over-year from $82.1 billion in Q2 2025, and little changed quarter-over-quarter from $84.1 billion in Q1 2026.
First Horizon Corp (FHN-PE) Assets (2009 - 2026) Analysis & Trends
First Horizon has disclosed Assets across 18 years of filings, most recently posting $84.4 billion for Q2 2026.
- In Q2 2026, Assets rose 2.87% year-over-year to $84.4 billion; the TTM figure through Jun 2026 stood at $84.4 billion (up 2.87% YoY), while the FY2025 annual figure was $83.9 billion, up 2.1% from the prior year.
- Assets came in at $84.4 billion for Q2 2026 at First Horizon, roughly flat from $84.1 billion in the prior quarter.
- In the past five years, Assets ranged from a high of $88.7 billion in Q1 2022 to a low of $79.0 billion in Q4 2022.
- Average Assets over 5 years is $82.8 billion, with a median of $82.4 billion recorded in 2023.
- Year-over-year, Assets dropped 11.38% in 2022 and climbed 3.43% in 2023.
- Over 5 years, Assets stood at $79.0 billion in 2022, then gained by 3.43% to $81.7 billion in 2023, then increased by 0.6% to $82.2 billion in 2024, then climbed by 2.1% to $83.9 billion in 2025, then rose by 0.67% to $84.4 billion in 2026.
- Per Business Quant data, the three most recent Assets figures were $84.4 billion in Q2 2026, $84.1 billion in Q1 2026, and $83.9 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 84.44 Bn |
| Mar 31, 2026 | 84.13 Bn |
| Dec 31, 2025 | 83.88 Bn |
| Sep 30, 2025 | 83.19 Bn |
| Jun 30, 2025 | 82.08 Bn |
| Mar 31, 2025 | 81.49 Bn |
| Dec 31, 2024 | 82.15 Bn |
| Sep 30, 2024 | 82.64 Bn |
| Jun 30, 2024 | 82.23 Bn |
| Mar 31, 2024 | 81.80 Bn |
| Dec 31, 2023 | 81.66 Bn |
| Sep 30, 2023 | 82.53 Bn |
| Jun 30, 2023 | 85.07 Bn |
| Mar 31, 2023 | 80.73 Bn |
| Dec 31, 2022 | 78.95 Bn |
| Sep 30, 2022 | 80.30 Bn |
| Jun 30, 2022 | 85.13 Bn |
| Mar 31, 2022 | 88.66 Bn |
| Dec 31, 2021 | 89.09 Bn |
| Sep 30, 2021 | 88.54 Bn |
First Horizon Corp Assets 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=assets&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets", "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=assets&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();