First Horizon Corp (FHN-PE) Short-term Investments (2010 - 2026)
First Horizon's (FHN-PE) quarterly Short-term Investments came in at $1.4 billion in Q2 2026, down 0.91% year-over-year from $1.4 billion in Q2 2025, and down 21.8% quarter-over-quarter from $1.8 billion in Q1 2026.
First Horizon Corp (FHN-PE) Short-term Investments (2010 - 2026) Analysis & Trends
First Horizon has disclosed Short-term Investments across 17 years of filings, most recently posting $1.4 billion for Q2 2026.
- In Q2 2026, Short-term Investments fell 0.91% year-over-year to $1.4 billion; the TTM figure through Jun 2026 stood at $1.4 billion (down 0.91% YoY), while the FY2025 annual figure was $1.9 billion, up 37.27% from the prior year.
- Short-term Investments came in at $1.4 billion for Q2 2026 at First Horizon, down from $1.8 billion in the prior quarter.
- In the past five years, Short-term Investments ranged from a high of $2.1 billion in Q3 2025 to a low of $1.1 billion in Q2 2023.
- Average Short-term Investments over 5 years is $1.5 billion, with a median of $1.4 billion recorded in 2022.
- Year-over-year, Short-term Investments surged 69.42% in 2022 and tumbled 38.45% in 2023.
- Over 5 years, Short-term Investments stood at $1.4 billion in 2022, then grew by 2.69% to $1.4 billion in 2023, then retreated by 1.77% to $1.4 billion in 2024, then jumped by 37.27% to $1.9 billion in 2025, then decreased by 25.58% to $1.4 billion in 2026.
- Per Business Quant data, the three most recent Short-term Investments figures were $1.4 billion in Q2 2026, $1.8 billion in Q1 2026, and $1.9 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.42 Bn |
| Mar 31, 2026 | 1.81 Bn |
| Dec 31, 2025 | 1.90 Bn |
| Sep 30, 2025 | 2.07 Bn |
| Jun 30, 2025 | 1.43 Bn |
| Mar 31, 2025 | 1.38 Bn |
| Dec 31, 2024 | 1.39 Bn |
| Sep 30, 2024 | 1.55 Bn |
| Jun 30, 2024 | 1.25 Bn |
| Mar 31, 2024 | 1.16 Bn |
| Dec 31, 2023 | 1.41 Bn |
| Sep 30, 2023 | 1.23 Bn |
| Jun 30, 2023 | 1.06 Bn |
| Mar 31, 2023 | 1.12 Bn |
| Dec 31, 2022 | 1.38 Bn |
| Sep 30, 2022 | 1.42 Bn |
| Jun 30, 2022 | 1.39 Bn |
| Mar 31, 2022 | 1.82 Bn |
| Dec 31, 2021 | 1.60 Bn |
| Sep 30, 2021 | 1.32 Bn |
First Horizon Corp Short-term Investments 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=short-term-investments&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-investments", "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=short-term-investments&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();