First Horizon Corp (FHN-PE) Change in Net Loans (2009 - 2026)
First Horizon's (FHN-PE) quarterly Change in Net Loans came in at $974.0 million in Q2 2026, down 8.54% year-over-year from $1.1 billion in Q2 2025, and up 305.83% quarter-over-quarter from $240.0 million in Q1 2026.
First Horizon Corp (FHN-PE) Change in Net Loans (2009 - 2026) Analysis & Trends
First Horizon has disclosed Change in Net Loans across 17 years of filings, most recently posting $974.0 million for Q2 2026.
- In Q2 2026, Change in Net Loans fell 8.54% year-over-year to $974.0 million; the TTM figure through Jun 2026 stood at $2.1 billion (up 301.7% YoY), while the FY2025 annual figure was $1.6 billion, up 23.19% from the prior year.
- Change in Net Loans came in at $974.0 million for Q2 2026 at First Horizon, up from $240.0 million in the prior quarter.
- In the past five years, Change in Net Loans ranged from a high of $2.3 billion in Q2 2023 to a low of -$481.0 million in Q4 2023.
- Average Change in Net Loans over 5 years is $594.7 million, with a median of $651.0 million recorded in 2022.
- The largest YoY upside for Change in Net Loans was 859.48% in 2025 against a maximum downside of 168.24% in 2025.
- Over 5 years, Change in Net Loans stood at $733.0 million in 2022, then plunged by 165.62% to -$481.0 million in 2023, then soared by 124.12% to $116.0 million in 2024, then surged by 859.48% to $1.1 billion in 2025, then retreated by 12.49% to $974.0 million in 2026.
- Per Business Quant data, the three most recent Change in Net Loans figures were $974.0 million in Q2 2026, $240.0 million in Q1 2026, and $1.1 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 974.00 Mn |
| Mar 31, 2026 | 240.00 Mn |
| Dec 31, 2025 | 1.11 Bn |
| Sep 30, 2025 | -198.00 Mn |
| Jun 30, 2025 | 1.07 Bn |
| Mar 31, 2025 | -333.00 Mn |
| Dec 31, 2024 | 116.00 Mn |
| Sep 30, 2024 | -318.00 Mn |
| Jun 30, 2024 | 1.05 Bn |
| Mar 31, 2024 | 488.00 Mn |
| Dec 31, 2023 | -481.00 Mn |
| Sep 30, 2023 | 569.00 Mn |
| Jun 30, 2023 | 2.27 Bn |
| Mar 31, 2023 | 949.00 Mn |
| Dec 31, 2022 | 733.00 Mn |
| Sep 30, 2022 | 831.00 Mn |
| Jun 30, 2022 | 1.51 Bn |
| Mar 31, 2022 | 134.00 Mn |
| Dec 31, 2021 | -618.00 Mn |
| Sep 30, 2021 | -1.29 Bn |
First Horizon Corp Change in Net Loans 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=change-in-net-loans&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-net-loans", "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=change-in-net-loans&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();