First Horizon Corp (FHN-PE) Assets Average (2009 - 2026)
First Horizon's (FHN-PE) quarterly Assets Average came in at $84.3 billion in Q2 2026, up 3.05% year-over-year from $81.8 billion in Q2 2025, and little changed quarter-over-quarter from $84.0 billion in Q1 2026.
First Horizon Corp (FHN-PE) Assets Average (2009 - 2026) Analysis & Trends
First Horizon has disclosed Assets Average across 17 years of filings, most recently posting $84.3 billion for Q2 2026.
- In Q2 2026, Assets Average rose 3.05% year-over-year to $84.3 billion; the TTM figure through Jun 2026 stood at $84.3 billion (up 3.05% YoY), while the FY2025 annual figure was $83.0 billion, up 1.35% from the prior year.
- Assets Average came in at $84.3 billion for Q2 2026 at First Horizon, roughly flat from $84.0 billion in the prior quarter.
- In the past five years, Assets Average ranged from a high of $88.9 billion in Q1 2022 to a low of $79.6 billion in Q4 2022.
- Average Assets Average over 5 years is $83.0 billion, with a median of $82.5 billion recorded in 2024.
- The largest YoY upside for Assets Average was 3.51% in 2022 against a maximum downside of 10.35% in 2022.
- Over 5 years, Assets Average stood at $79.6 billion in 2022, then increased by 3.1% to $82.1 billion in 2023, then rose by 0.36% to $82.4 billion in 2024, then increased by 1.38% to $83.5 billion in 2025, then grew by 0.9% to $84.3 billion in 2026.
- Per Business Quant data, the three most recent Assets Average figures were $84.3 billion in Q2 2026, $84.0 billion in Q1 2026, and $83.5 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 84.28 Bn |
| Mar 31, 2026 | 84.00 Bn |
| Dec 31, 2025 | 83.53 Bn |
| Sep 30, 2025 | 82.64 Bn |
| Jun 30, 2025 | 81.79 Bn |
| Mar 31, 2025 | 81.82 Bn |
| Dec 31, 2024 | 82.39 Bn |
| Sep 30, 2024 | 82.43 Bn |
| Jun 30, 2024 | 82.01 Bn |
| Mar 31, 2024 | 81.73 Bn |
| Dec 31, 2023 | 82.10 Bn |
| Sep 30, 2023 | 83.80 Bn |
| Jun 30, 2023 | 82.90 Bn |
| Mar 31, 2023 | 79.84 Bn |
| Dec 31, 2022 | 79.63 Bn |
| Sep 30, 2022 | 82.72 Bn |
| Jun 30, 2022 | 86.90 Bn |
| Mar 31, 2022 | 88.88 Bn |
| Dec 31, 2021 | 88.81 Bn |
| Sep 30, 2021 | 88.22 Bn |
First Horizon Corp Assets Average 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-average&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-average", "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-average&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();