First Horizon Corp (FHN-PE) Other Non-Current Assets (2011 - 2026)
First Horizon's (FHN-PE) quarterly Other Non-Current Assets came in at $3.9 billion in Q2 2026, up 2.14% year-over-year from $3.8 billion in Q2 2025, and up 1.3% quarter-over-quarter from $3.9 billion in Q1 2026.
First Horizon Corp (FHN-PE) Other Non-Current Assets (2011 - 2026) Analysis & Trends
First Horizon has disclosed Other Non-Current Assets across 16 years of filings, most recently posting $3.9 billion for Q2 2026.
- In Q2 2026, Other Non-Current Assets rose 2.14% year-over-year to $3.9 billion; the TTM figure through Jun 2026 stood at $3.9 billion (up 2.14% YoY), while the FY2025 annual figure was $3.9 billion, down 2.7% from the prior year.
- Other Non-Current Assets came in at $3.9 billion for Q2 2026 at First Horizon, up from $3.9 billion in the prior quarter.
- In the past five years, Other Non-Current Assets ranged from a high of $4.6 billion in Q3 2023 to a low of $3.6 billion in Q2 2022.
- Average Other Non-Current Assets over 5 years is $4.0 billion, with a median of $3.9 billion recorded in 2025.
- Year-over-year, Other Non-Current Assets grew 23.9% in 2023 and slipped 15.28% in 2024.
- Over 5 years, Other Non-Current Assets stood at $4.1 billion in 2022, then rose by 2.18% to $4.2 billion in 2023, then slipped by 4.15% to $4.0 billion in 2024, then declined by 2.7% to $3.9 billion in 2025, then increased by 0.46% to $3.9 billion in 2026.
- Per Business Quant data, the three most recent Other Non-Current Assets figures were $3.9 billion in Q2 2026, $3.9 billion in Q1 2026, and $3.9 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.91 Bn |
| Mar 31, 2026 | 3.86 Bn |
| Dec 31, 2025 | 3.89 Bn |
| Sep 30, 2025 | 3.92 Bn |
| Jun 30, 2025 | 3.82 Bn |
| Mar 31, 2025 | 3.86 Bn |
| Dec 31, 2024 | 4.00 Bn |
| Sep 30, 2024 | 3.88 Bn |
| Jun 30, 2024 | 4.16 Bn |
| Mar 31, 2024 | 4.10 Bn |
| Dec 31, 2023 | 4.17 Bn |
| Sep 30, 2023 | 4.58 Bn |
| Jun 30, 2023 | 4.46 Bn |
| Mar 31, 2023 | 4.19 Bn |
| Dec 31, 2022 | 4.08 Bn |
| Sep 30, 2022 | 3.90 Bn |
| Jun 30, 2022 | 3.60 Bn |
| Mar 31, 2022 | 3.61 Bn |
| Dec 31, 2021 | 3.54 Bn |
| Sep 30, 2021 | 3.77 Bn |
First Horizon Corp Other Non-Current 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=other-non-current-assets&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-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=other-non-current-assets&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();