First Horizon Corp (FHN-PE) Long-Term Debt Repayments (2009 - 2025)
First Horizon's (FHN-PE) quarterly Long-Term Debt Repayments came in at $351.0 million in Q2 2025, up 17450.0% year-over-year from N/an in Q2 2024, and up 35200.0% quarter-over-quarter from -$1.0 million in Q1 2025.
First Horizon Corp (FHN-PE) Long-Term Debt Repayments (2009 - 2025) Analysis & Trends
First Horizon has disclosed Long-Term Debt Repayments across 17 years of filings, most recently posting $351.0 million for Q2 2025.
- In Q2 2025, Long-Term Debt Repayments rose 17450.0% year-over-year to $351.0 million; the TTM figure through Jun 2025 stood at $350.0 million (down 61.37% YoY), while the FY2025 annual figure was $366.0 million, up 6000.0% from the prior year.
- Long-Term Debt Repayments came in at $351.0 million for Q2 2025 at First Horizon, up from -$1.0 million in the prior quarter.
- In the past five years, Long-Term Debt Repayments ranged from a high of $900.0 million in Q4 2023 to a low of -$458.0 million in Q2 2023.
- Average Long-Term Debt Repayments over 5 years is $61.3 million, with a median of $2.0 million recorded in 2024.
- Year-over-year, Long-Term Debt Repayments slumped 5825.0% in 2023 and surged 17450.0% in 2025.
- Over 5 years, Long-Term Debt Repayments stood at $220.0 million in 2021, then slumped by 101.82% to -$4.0 million in 2022, then jumped by 22600.0% to $900.0 million in 2023, then sank by 102.89% to -$26.0 million in 2024, then jumped by 1450.0% to $351.0 million in 2025.
- Per Business Quant data, the three most recent Long-Term Debt Repayments figures were $351.0 million in Q2 2025, -$1.0 million in Q1 2025, and -$26.0 million in Q4 2024.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 351.00 Mn |
| Mar 31, 2025 | -1.00 Mn |
| Dec 31, 2024 | -26.00 Mn |
| Sep 30, 2024 | 26.00 Mn |
| Jun 30, 2024 | 2.00 Mn |
| Mar 31, 2024 | 4.00 Mn |
| Dec 31, 2023 | 900.00 Mn |
| Jun 30, 2023 | -458.00 Mn |
| Mar 31, 2023 | 8.00 Mn |
| Sep 30, 2022 | -4.00 Mn |
| Jun 30, 2022 | 8.00 Mn |
| Mar 31, 2022 | 1.00 Mn |
| Dec 31, 2021 | 220.00 Mn |
| Sep 30, 2021 | -113.00 Mn |
| Jun 30, 2021 | 1.00 Mn |
| Dec 31, 2020 | 1.40 Bn |
| Sep 30, 2020 | -1.07 Bn |
| Jun 30, 2020 | -3.00 Mn |
| Mar 31, 2020 | -3.00 Mn |
| Dec 31, 2019 | 384.43 Mn |
First Horizon Corp Long-Term Debt Repayments 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-repayments&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-debt-repayments", "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-repayments&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();