First Horizon Corp (FHN-PE) Total Liabilities (2009 - 2026)
First Horizon's (FHN-PE) quarterly Total Liabilities came in at $75.0 billion in Q2 2026, up 2.95% year-over-year from $72.8 billion in Q2 2025, and little changed quarter-over-quarter from $74.7 billion in Q1 2026.
First Horizon Corp (FHN-PE) Total Liabilities (2009 - 2026) Analysis & Trends
First Horizon has disclosed Total Liabilities across 18 years of filings, most recently posting $75.0 billion for Q2 2026.
- In Q2 2026, Total Liabilities rose 2.95% year-over-year to $75.0 billion; the TTM figure through Jun 2026 stood at $75.0 billion (up 2.95% YoY), while the FY2025 annual figure was $74.7 billion, up 2.32% from the prior year.
- Total Liabilities came in at $75.0 billion for Q2 2026 at First Horizon, roughly flat from $74.7 billion in the prior quarter.
- In the past five years, Total Liabilities ranged from a high of $80.0 billion in Q1 2022 to a low of $70.4 billion in Q4 2022.
- Average Total Liabilities over 5 years is $73.8 billion, with a median of $73.3 billion recorded in 2024.
- Year-over-year, Total Liabilities dropped 12.65% in 2022 and rose 3.06% in 2026.
- Over 5 years, Total Liabilities stood at $70.4 billion in 2022, then climbed by 2.79% to $72.4 billion in 2023, then grew by 0.93% to $73.0 billion in 2024, then gained by 2.32% to $74.7 billion in 2025, then rose by 0.32% to $75.0 billion in 2026.
- Per Business Quant data, the three most recent Total Liabilities figures were $75.0 billion in Q2 2026, $74.7 billion in Q1 2026, and $74.7 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 74.97 Bn |
| Mar 31, 2026 | 74.67 Bn |
| Dec 31, 2025 | 74.73 Bn |
| Sep 30, 2025 | 73.95 Bn |
| Jun 30, 2025 | 72.83 Bn |
| Mar 31, 2025 | 72.45 Bn |
| Dec 31, 2024 | 73.04 Bn |
| Sep 30, 2024 | 73.32 Bn |
| Jun 30, 2024 | 73.28 Bn |
| Mar 31, 2024 | 72.63 Bn |
| Dec 31, 2023 | 72.37 Bn |
| Sep 30, 2023 | 73.74 Bn |
| Jun 30, 2023 | 76.11 Bn |
| Mar 31, 2023 | 71.83 Bn |
| Dec 31, 2022 | 70.41 Bn |
| Sep 30, 2022 | 72.02 Bn |
| Jun 30, 2022 | 76.58 Bn |
| Mar 31, 2022 | 79.96 Bn |
| Dec 31, 2021 | 80.60 Bn |
| Sep 30, 2021 | 80.01 Bn |
First Horizon Corp Total Liabilities 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=total-liabilities&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-liabilities", "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=total-liabilities&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();