First Horizon Corp (FHN-PE) Non-cash Items (2009 - 2026)
First Horizon's (FHN-PE) quarterly Non-cash Items came in at $310.0 million in Q2 2026, up 291.36% year-over-year from $79.2 million in Q2 2025, and up 2483.33% quarter-over-quarter from $12.0 million in Q1 2026.
First Horizon Corp (FHN-PE) Non-cash Items (2009 - 2026) Analysis & Trends
First Horizon has disclosed Non-cash Items across 18 years of filings, most recently posting $310.0 million for Q2 2026.
- In Q2 2026, Non-cash Items rose 291.36% year-over-year to $310.0 million; the TTM figure through Jun 2026 stood at -$13.0 million (down 108.55% YoY), while the FY2025 annual figure was -$370.0 million, down 178.06% from the prior year.
- Non-cash Items came in at $310.0 million for Q2 2026 at First Horizon, up from $12.0 million in the prior quarter.
- In the past five years, Non-cash Items ranged from a high of $648.0 million in Q2 2022 to a low of -$465.0 million in Q3 2025.
- Average Non-cash Items over 5 years is $121.6 million, with a median of $128.5 million recorded in 2025.
- Year-over-year, Non-cash Items slumped 1316.0% in 2024 and jumped 519.05% in 2025.
- Over 5 years, Non-cash Items stood at -$265.0 million in 2022, then soared by 166.42% to $176.0 million in 2023, then slumped by 88.07% to $21.0 million in 2024, then jumped by 519.05% to $130.0 million in 2025, then surged by 138.46% to $310.0 million in 2026.
- Per Business Quant data, the three most recent Non-cash Items figures were $310.0 million in Q2 2026, $12.0 million in Q1 2026, and $130.0 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 310.00 Mn |
| Mar 31, 2026 | 12.00 Mn |
| Dec 31, 2025 | 130.00 Mn |
| Sep 30, 2025 | -465.00 Mn |
| Jun 30, 2025 | -162.00 Mn |
| Mar 31, 2025 | 127.00 Mn |
| Dec 31, 2024 | 21.00 Mn |
| Sep 30, 2024 | 166.00 Mn |
| Jun 30, 2024 | -354.00 Mn |
| Mar 31, 2024 | 641.00 Mn |
| Dec 31, 2023 | 176.00 Mn |
| Sep 30, 2023 | 556.00 Mn |
| Jun 30, 2023 | -25.00 Mn |
| Mar 31, 2023 | -324.00 Mn |
| Dec 31, 2022 | -265.00 Mn |
| Sep 30, 2022 | 500.00 Mn |
| Jun 30, 2022 | 648.00 Mn |
| Mar 31, 2022 | 496.00 Mn |
| Dec 31, 2021 | -56.00 Mn |
| Sep 30, 2021 | -682.00 Mn |
First Horizon Corp Non-cash Items 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=non-cash-items&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-cash-items", "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=non-cash-items&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();