First Horizon Corp (FHN-PE) FCF Payout Ratio (2009 - 2026)
First Horizon's (FHN-PE) quarterly FCF Payout Ratio came in at 0.15 in Q2 2026, down 86.13% year-over-year from 1.11 in Q2 2025, and down 43.15% quarter-over-quarter from 0.27 in Q1 2026.
First Horizon Corp (FHN-PE) FCF Payout Ratio (2009 - 2026) Analysis & Trends
First Horizon has disclosed FCF Payout Ratio across 18 years of filings, most recently posting 0.15 for Q2 2026.
- In Q2 2026, FCF Payout Ratio fell 86.13% year-over-year to 0.15; the TTM figure through Jun 2026 stood at 0.31 (down 7.77% YoY), while the FY2025 annual figure was 0.53, up 94.56% from the prior year.
- FCF Payout Ratio came in at 0.15 for Q2 2026 at First Horizon, down from 0.27 in the prior quarter.
- In the past five years, FCF Payout Ratio ranged from a high of 1.11 in Q2 2025 to a low of 81.0 in Q4 2022.
- Average FCF Payout Ratio over 5 years is 4.41, with a median of 0.14 recorded in 2026.
- Year-over-year, FCF Payout Ratio plunged 16700.0% in 2022 and surged 307.45% in 2025.
- Over 5 years, FCF Payout Ratio stood at 81.0 in 2022, then jumped by 100.3% to 0.24 in 2023, then jumped by 92.12% to 0.46 in 2024, then slumped by 57.51% to 0.2 in 2025, then decreased by 21.32% to 0.15 in 2026.
- Per Business Quant data, the three most recent FCF Payout Ratio figures were 0.15 in Q2 2026, 0.27 in Q1 2026, and 0.2 in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.15 |
| Mar 31, 2026 | 0.27 |
| Dec 31, 2025 | 0.20 |
| Sep 30, 2025 | -0.37 |
| Jun 30, 2025 | 1.11 |
| Mar 31, 2025 | 0.24 |
| Dec 31, 2024 | 0.46 |
| Sep 30, 2024 | 0.21 |
| Jun 30, 2024 | -0.53 |
| Mar 31, 2024 | 0.10 |
| Dec 31, 2023 | 0.24 |
| Sep 30, 2023 | 0.12 |
| Jun 30, 2023 | 0.28 |
| Mar 31, 2023 | -1.12 |
| Dec 31, 2022 | -81.00 |
| Sep 30, 2022 | 0.11 |
| Jun 30, 2022 | 0.10 |
| Mar 31, 2022 | 0.12 |
| Dec 31, 2021 | 0.49 |
| Sep 30, 2021 | -0.18 |
First Horizon Corp FCF Payout 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=fcf-payout-ratio&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-payout-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=fcf-payout-ratio&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();