First Horizon Corp (FHN-PE) Non-Current Debt (2011 - 2026)
First Horizon's (FHN-PE) quarterly Non-Current Debt came in at $1.3 billion in Q2 2026, down 1.56% year-over-year from $1.3 billion in Q2 2025, and little changed quarter-over-quarter from $1.3 billion in Q1 2026.
First Horizon Corp (FHN-PE) Non-Current Debt (2011 - 2026) Analysis & Trends
First Horizon has disclosed Non-Current Debt across 16 years of filings, most recently posting $1.3 billion for Q2 2026.
- In Q2 2026, Non-Current Debt fell 1.56% year-over-year to $1.3 billion; the TTM figure through Jun 2026 stood at $1.3 billion (down 1.56% YoY), while the FY2025 annual figure was $1.3 billion, up 10.54% from the prior year.
- Non-Current Debt came in at $1.3 billion for Q2 2026 at First Horizon, roughly flat from $1.3 billion in the prior quarter.
- In the past five years, Non-Current Debt ranged from a high of $1.7 billion in Q1 2025 to a low of $1.2 billion in Q4 2023.
- Average Non-Current Debt over 5 years is $1.4 billion, with a median of $1.3 billion recorded in 2025.
- Year-over-year, Non-Current Debt fell 27.99% in 2023 and soared 45.15% in 2025.
- Over 5 years, Non-Current Debt stood at $1.6 billion in 2022, then decreased by 27.99% to $1.2 billion in 2023, then increased by 3.91% to $1.2 billion in 2024, then climbed by 10.54% to $1.3 billion in 2025, then changed by 0.0% to $1.3 billion in 2026.
- Per Business Quant data, the three most recent Non-Current Debt figures were $1.3 billion in Q2 2026, $1.3 billion in Q1 2026, and $1.3 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.32 Bn |
| Mar 31, 2026 | 1.32 Bn |
| Dec 31, 2025 | 1.32 Bn |
| Sep 30, 2025 | 1.33 Bn |
| Jun 30, 2025 | 1.34 Bn |
| Mar 31, 2025 | 1.69 Bn |
| Dec 31, 2024 | 1.20 Bn |
| Sep 30, 2024 | 1.20 Bn |
| Jun 30, 2024 | 1.18 Bn |
| Mar 31, 2024 | 1.17 Bn |
| Dec 31, 2023 | 1.15 Bn |
| Sep 30, 2023 | 1.16 Bn |
| Jun 30, 2023 | 1.16 Bn |
| Mar 31, 2023 | 1.61 Bn |
| Dec 31, 2022 | 1.60 Bn |
| Sep 30, 2022 | 1.60 Bn |
| Jun 30, 2022 | 1.60 Bn |
| Mar 31, 2022 | 1.59 Bn |
| Dec 31, 2021 | 1.59 Bn |
| Sep 30, 2021 | 1.58 Bn |
First Horizon Corp Non-Current Debt 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=non-current-debt&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-debt", "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=non-current-debt&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();