First Horizon Corp (FHN-PE) Long-Term Debt Issuances (2011 - 2025)
First Horizon's (FHN-PE) quarterly Long-Term Debt Issuances came in at $9.0 million in Q4 2025, up 200.0% year-over-year from $3.0 million in Q4 2024, and up 28.57% quarter-over-quarter from $7.0 million in Q3 2025.
First Horizon Corp (FHN-PE) Long-Term Debt Issuances (2011 - 2025) Analysis & Trends
First Horizon has disclosed Long-Term Debt Issuances across 9 years of filings, most recently posting $9.0 million for Q4 2025.
- In Q4 2025, Long-Term Debt Issuances rose 200.0% year-over-year to $9.0 million; the TTM figure through Jun 2026 stood at $16.0 million (down 96.77% YoY), while the FY2025 annual figure was $8.2 billion, down 1.81% from the prior year.
- Long-Term Debt Issuances came in at $9.0 million for Q4 2025 at First Horizon, up from $7.0 million in the prior quarter.
- In the past five years, Long-Term Debt Issuances ranged from a high of $8.4 billion in Q4 2022 to a low of -$9.0 million in Q4 2024.
- Average Long-Term Debt Issuances over 4 years is $1.9 billion, with a median of $9.0 million recorded in 2025.
- Year-over-year, Long-Term Debt Issuances surged 100362.5% in 2021 and changed 0.0% in 2025.
- Over 4 years, Long-Term Debt Issuances stood at $8.0 billion in 2021, then advanced by 4.23% to $8.4 billion in 2022, then plunged by 100.11% to -$9.0 million in 2024, then soared by 200.0% to $9.0 million in 2025.
- Per Business Quant data, the three most recent Long-Term Debt Issuances figures were $9.0 million in Q4 2025, $7.0 million in Q3 2025, and $497.0 million in Q1 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 9.00 Mn |
| Sep 30, 2025 | 7.00 Mn |
| Mar 31, 2025 | 497.00 Mn |
| Dec 31, 2024 | -9.00 Mn |
| Sep 30, 2024 | 7.00 Mn |
| Jun 30, 2024 | 7.00 Mn |
| Mar 31, 2024 | 11.00 Mn |
| Dec 31, 2022 | 8.38 Bn |
| Dec 31, 2021 | 8.04 Bn |
| Dec 31, 2020 | 8.00 Mn |
| Sep 30, 2020 | -1.00 Mn |
| Dec 31, 2019 | -2.58 Mn |
| Sep 30, 2019 | 2.58 Mn |
| Mar 31, 2017 | 650.00 Mn |
| Dec 31, 2015 | 495.56 Mn |
| Dec 31, 2011 | 7.10 Mn |
First Horizon Corp Long-Term Debt Issuances 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=long-term-debt-issuances&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-debt-issuances", "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=long-term-debt-issuances&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();