First Horizon Corp (FHN-PE) Debt Ratio (2010 - 2026)
First Horizon's (FHN-PE) quarterly Debt Ratio came in at 0.09 in Q2 2026, down 13.81% year-over-year from 0.1 in Q2 2025, and down 24.38% quarter-over-quarter from 0.11 in Q1 2026.
First Horizon Corp (FHN-PE) Debt Ratio (2010 - 2026) Analysis & Trends
First Horizon has disclosed Debt Ratio across 17 years of filings, most recently posting 0.09 for Q2 2026.
- In Q2 2026, Debt Ratio fell 13.81% year-over-year to 0.09; the TTM figure through Jun 2026 stood at 0.09 (down 13.81% YoY), while the FY2025 annual figure was 0.09, down 4.09% from the prior year.
- Debt Ratio came in at 0.09 for Q2 2026 at First Horizon, down from 0.11 in the prior quarter.
- In the past five years, Debt Ratio ranged from a high of 0.18 in Q1 2023 to a low of 0.06 in Q3 2022.
- Average Debt Ratio over 5 years is 0.1, with a median of 0.09 recorded in 2026.
- Year-over-year, Debt Ratio surged 218.25% in 2023 and sank 55.5% in 2024.
- Over 5 years, Debt Ratio stood at 0.08 in 2022, then dropped by 8.6% to 0.08 in 2023, then climbed by 27.2% to 0.1 in 2024, then declined by 4.09% to 0.09 in 2025, then decreased by 7.03% to 0.09 in 2026.
- Per Business Quant data, the three most recent Debt Ratio figures were 0.09 in Q2 2026, 0.11 in Q1 2026, and 0.09 in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.09 |
| Mar 31, 2026 | 0.11 |
| Dec 31, 2025 | 0.09 |
| Sep 30, 2025 | 0.12 |
| Jun 30, 2025 | 0.10 |
| Mar 31, 2025 | 0.11 |
| Dec 31, 2024 | 0.10 |
| Sep 30, 2024 | 0.08 |
| Jun 30, 2024 | 0.12 |
| Mar 31, 2024 | 0.08 |
| Dec 31, 2023 | 0.08 |
| Sep 30, 2023 | 0.07 |
| Jun 30, 2023 | 0.18 |
| Mar 31, 2023 | 0.18 |
| Dec 31, 2022 | 0.08 |
| Sep 30, 2022 | 0.06 |
| Jun 30, 2022 | 0.06 |
| Mar 31, 2022 | 0.06 |
| Dec 31, 2021 | 0.07 |
| Sep 30, 2021 | 0.07 |
First Horizon Corp Debt Ratio 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=debt-ratio&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-ratio", "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=debt-ratio&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();