First Horizon Corp (FHN-PE) Other Working Capital Changes (2025 - 2026)
First Horizon's (FHN-PE) quarterly Other Working Capital Changes came in at -$249.0 million in Q2 2026, up 13.54% year-over-year from -$219.3 million in Q2 2025, and down 1878.57% quarter-over-quarter from $14.0 million in Q1 2026.
First Horizon Corp (FHN-PE) Other Working Capital Changes (2025 - 2026) Analysis & Trends
First Horizon has disclosed Other Working Capital Changes across 2 years of filings, most recently posting -$249.0 million for Q2 2026.
- In Q2 2026, Other Working Capital Changes rose 13.54% year-over-year to -$249.0 million; the TTM figure through Jun 2026 stood at -$525.0 million (changed N/A YoY), while the FY2025 annual figure was -$234.0 million, down 288.71% from the prior year.
- Other Working Capital Changes came in at -$249.0 million for Q2 2026 at First Horizon, down from $14.0 million in the prior quarter.
- In the past five years, Other Working Capital Changes ranged from a high of $14.0 million in Q1 2026 to a low of -$288.0 million in Q2 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -249.00 Mn |
| Jun 30, 2026 | -249.00 Mn |
| Mar 31, 2026 | 14.00 Mn |
| Mar 31, 2026 | 14.00 Mn |
| Jun 30, 2025 | -288.00 Mn |
| Jun 30, 2025 | -288.00 Mn |
| Mar 31, 2025 | -2.00 Mn |
| Mar 31, 2025 | -2.00 Mn |
First Horizon Corp Other Working Capital Changes 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=other-working-capital-changes&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();