First Horizon Corp (FHN-PE) Net Cash Flow (2009 - 2026)
First Horizon's (FHN-PE) quarterly Net Cash Flow came in at -$15.0 million in Q2 2026, up 88.28% year-over-year from -$8.0 million in Q2 2025, and down 131.25% quarter-over-quarter from $48.0 million in Q1 2026.
First Horizon Corp (FHN-PE) Net Cash Flow (2009 - 2026) Analysis & Trends
First Horizon has disclosed Net Cash Flow across 18 years of filings, most recently posting -$15.0 million for Q2 2026.
- In Q2 2026, Net Cash Flow rose 88.28% year-over-year to -$15.0 million; the TTM figure through Jun 2026 stood at $113.0 million (up 91.53% YoY), while the FY2025 annual figure was $58.0 million, up 129.9% from the prior year.
- Net Cash Flow came in at -$15.0 million for Q2 2026 at First Horizon, down from $48.0 million in the prior quarter.
- In the past five years, Net Cash Flow ranged from a high of $580.0 million in Q3 2024 to a low of -$499.0 million in Q4 2024.
- Average Net Cash Flow over 5 years is -$8.9 million, with a median of $2.0 million recorded in 2023.
- Year-over-year, Net Cash Flow tumbled 420.78% in 2023 and jumped 2952.63% in 2024.
- Over 5 years, Net Cash Flow stood at -$340.0 million in 2022, then soared by 186.18% to $293.0 million in 2023, then tumbled by 270.31% to -$499.0 million in 2024, then soared by 81.76% to -$91.0 million in 2025, then surged by 83.52% to -$15.0 million in 2026.
- Per Business Quant data, the three most recent Net Cash Flow figures were -$15.0 million in Q2 2026, $48.0 million in Q1 2026, and -$91.0 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -15.00 Mn |
| Mar 31, 2026 | 48.00 Mn |
| Dec 31, 2025 | -91.00 Mn |
| Sep 30, 2025 | 171.00 Mn |
| Jun 30, 2025 | -128.00 Mn |
| Mar 31, 2025 | 106.00 Mn |
| Dec 31, 2024 | -499.00 Mn |
| Sep 30, 2024 | 580.00 Mn |
| Jun 30, 2024 | -110.00 Mn |
| Mar 31, 2024 | -165.00 Mn |
| Dec 31, 2023 | 293.00 Mn |
| Sep 30, 2023 | 19.00 Mn |
| Jun 30, 2023 | 123.00 Mn |
| Mar 31, 2023 | -247.00 Mn |
| Dec 31, 2022 | -340.00 Mn |
| Sep 30, 2022 | 38.00 Mn |
| Jun 30, 2022 | -20.00 Mn |
| Mar 31, 2022 | 77.00 Mn |
| Dec 31, 2021 | 230.00 Mn |
| Sep 30, 2021 | -367.00 Mn |
First Horizon Corp Net Cash Flow 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=net-cash-flow&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();