First Horizon Corp (FHN-PE) Dividend Coverage Ratio (2009 - 2026)
First Horizon's (FHN-PE) quarterly Dividend Coverage Ratio came in at 2.99 in Q2 2026, up 5.17% year-over-year from 2.84 in Q2 2025, and down 15.11% quarter-over-quarter from 3.52 in Q1 2026.
First Horizon Corp (FHN-PE) Dividend Coverage Ratio (2009 - 2026) Analysis & Trends
First Horizon has disclosed Dividend Coverage Ratio across 18 years of filings, most recently posting 2.99 for Q2 2026.
- In Q2 2026, Dividend Coverage Ratio rose 5.17% year-over-year to 2.99; the TTM figure through Jun 2026 stood at 3.29 (up 30.42% YoY), while the FY2025 annual figure was 3.04, up 36.97% from the prior year.
- Dividend Coverage Ratio came in at 2.99 for Q2 2026 at First Horizon, down from 3.52 in the prior quarter.
- In the past five years, Dividend Coverage Ratio ranged from a high of 3.77 in Q2 2023 to a low of 1.54 in Q3 2023.
- Average Dividend Coverage Ratio over 5 years is 2.7, with a median of 2.75 recorded in 2025.
- The largest YoY upside for Dividend Coverage Ratio was 81.87% in 2023 against a maximum downside of 51.6% in 2023.
- Over 5 years, Dividend Coverage Ratio stood at 3.19 in 2022, then slumped by 34.22% to 2.1 in 2023, then decreased by 6.34% to 1.96 in 2024, then soared by 72.31% to 3.38 in 2025, then dropped by 11.62% to 2.99 in 2026.
- Per Business Quant data, the three most recent Dividend Coverage Ratio figures were 2.99 in Q2 2026, 3.52 in Q1 2026, and 3.38 in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.99 |
| Mar 31, 2026 | 3.52 |
| Dec 31, 2025 | 3.38 |
| Sep 30, 2025 | 3.34 |
| Jun 30, 2025 | 2.84 |
| Mar 31, 2025 | 2.66 |
| Dec 31, 2024 | 1.96 |
| Sep 30, 2024 | 2.63 |
| Jun 30, 2024 | 2.14 |
| Mar 31, 2024 | 2.16 |
| Dec 31, 2023 | 2.10 |
| Sep 30, 2023 | 1.54 |
| Jun 30, 2023 | 3.77 |
| Mar 31, 2023 | 2.93 |
| Dec 31, 2022 | 3.19 |
| Sep 30, 2022 | 3.17 |
| Jun 30, 2022 | 2.08 |
| Mar 31, 2022 | 2.28 |
| Dec 31, 2021 | 2.70 |
| Sep 30, 2021 | 2.64 |
First Horizon Corp Dividend Coverage 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=dividend-coverage-ratio&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-coverage-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=dividend-coverage-ratio&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();