First Horizon Corp (FHN-PE) Interest Deposits (2011 - 2026)
First Horizon's (FHN-PE) quarterly Interest Deposits came in at $1.2 billion in Q2 2026, up 27.11% year-over-year from $911.0 million in Q2 2025, and up 3.76% quarter-over-quarter from $1.1 billion in Q1 2026.
First Horizon Corp (FHN-PE) Interest Deposits (2011 - 2026) Analysis & Trends
First Horizon has disclosed Interest Deposits across 16 years of filings, most recently posting $1.2 billion for Q2 2026.
- In Q2 2026, Interest Deposits rose 27.11% year-over-year to $1.2 billion; the TTM figure through Jun 2026 stood at $1.2 billion (up 27.11% YoY), while the FY2025 annual figure was $1.1 billion, down 26.85% from the prior year.
- Interest Deposits came in at $1.2 billion for Q2 2026 at First Horizon, up from $1.1 billion in the prior quarter.
- In the past five years, Interest Deposits ranged from a high of $13.5 billion in Q1 2022 to a low of $911.0 million in Q2 2025.
- Average Interest Deposits over 5 years is $2.8 billion, with a median of $1.4 billion recorded in 2022.
- Year-over-year, Interest Deposits sank 90.72% in 2022 and climbed 27.11% in 2026.
- Over 5 years, Interest Deposits stood at $1.4 billion in 2022, then decreased by 4.05% to $1.3 billion in 2023, then gained by 15.81% to $1.5 billion in 2024, then declined by 26.85% to $1.1 billion in 2025, then gained by 2.93% to $1.2 billion in 2026.
- Per Business Quant data, the three most recent Interest Deposits figures were $1.2 billion in Q2 2026, $1.1 billion in Q1 2026, and $1.1 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.16 Bn |
| Mar 31, 2026 | 1.12 Bn |
| Dec 31, 2025 | 1.13 Bn |
| Sep 30, 2025 | 1.23 Bn |
| Jun 30, 2025 | 911.00 Mn |
| Mar 31, 2025 | 1.16 Bn |
| Dec 31, 2024 | 1.54 Bn |
| Sep 30, 2024 | 1.29 Bn |
| Jun 30, 2024 | 1.45 Bn |
| Mar 31, 2024 | 1.89 Bn |
| Dec 31, 2023 | 1.33 Bn |
| Sep 30, 2023 | 1.92 Bn |
| Jun 30, 2023 | 4.52 Bn |
| Mar 31, 2023 | 2.49 Bn |
| Dec 31, 2022 | 1.38 Bn |
| Sep 30, 2022 | 3.24 Bn |
| Jun 30, 2022 | 9.48 Bn |
| Mar 31, 2022 | 13.55 Bn |
| Dec 31, 2021 | 14.91 Bn |
| Sep 30, 2021 | 14.83 Bn |
First Horizon Corp Interest Deposits 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=interest-deposits&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-deposits", "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=interest-deposits&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();