First Horizon Corp (FHN-PE) Cash from Investing Activities (2009 - 2026)
First Horizon's (FHN-PE) quarterly Cash from Investing Activities came in at -$753.0 million in Q2 2026, up 2.96% year-over-year from -$731.3 million in Q2 2025, and down 236.16% quarter-over-quarter from -$224.0 million in Q1 2026.
First Horizon Corp (FHN-PE) Cash from Investing Activities (2009 - 2026) Analysis & Trends
First Horizon has disclosed Cash from Investing Activities across 18 years of filings, most recently posting -$753.0 million for Q2 2026.
- In Q2 2026, Cash from Investing Activities rose 2.96% year-over-year to -$753.0 million; the TTM figure through Jun 2026 stood at -$2.0 billion (down 1490.21% YoY), while the FY2025 annual figure was -$1.1 billion, down 3.4% from the prior year.
- Cash from Investing Activities came in at -$753.0 million for Q2 2026 at First Horizon, down from -$224.0 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $4.4 billion in Q3 2022 to a low of -$4.1 billion in Q2 2023.
- Average Cash from Investing Activities over 5 years is $144.4 million, with a median of -$120.0 million recorded in 2025.
- Year-over-year, Cash from Investing Activities jumped 1936.51% in 2022 and plunged 1412.99% in 2023.
- Over 5 years, Cash from Investing Activities stood at $1.2 billion in 2022, then climbed by 4.24% to $1.2 billion in 2023, then tumbled by 120.85% to -$256.0 million in 2024, then tumbled by 288.67% to -$995.0 million in 2025, then gained by 24.32% to -$753.0 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$753.0 million in Q2 2026, -$224.0 million in Q1 2026, and -$995.0 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -753.00 Mn |
| Mar 31, 2026 | -224.00 Mn |
| Dec 31, 2025 | -995.00 Mn |
| Sep 30, 2025 | -16.00 Mn |
| Jun 30, 2025 | -776.00 Mn |
| Mar 31, 2025 | 693.00 Mn |
| Dec 31, 2024 | -256.00 Mn |
| Sep 30, 2024 | 482.00 Mn |
| Jun 30, 2024 | -408.00 Mn |
| Mar 31, 2024 | -876.00 Mn |
| Dec 31, 2023 | 1.23 Bn |
| Sep 30, 2023 | 2.27 Bn |
| Jun 30, 2023 | -4.08 Bn |
| Mar 31, 2023 | -2.02 Bn |
| Dec 31, 2022 | 1.18 Bn |
| Sep 30, 2022 | 4.44 Bn |
| Jun 30, 2022 | 2.57 Bn |
| Mar 31, 2022 | 154.00 Mn |
| Dec 31, 2021 | -144.00 Mn |
| Sep 30, 2021 | -527.00 Mn |
First Horizon Corp Cash from Investing Activities 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=cash-from-investing-activities&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();