First Horizon Corp (FHN-PE) Other financing activities (2009 - 2026)
First Horizon's (FHN-PE) quarterly Other financing activities came in at $1.6 billion in Q2 2026, up 16.08% year-over-year from $1.4 billion in Q2 2025, and up 259.6% quarter-over-quarter from -$995.0 million in Q1 2026.
First Horizon Corp (FHN-PE) Other financing activities (2009 - 2026) Analysis & Trends
First Horizon has disclosed Other financing activities across 18 years of filings, most recently posting $1.6 billion for Q2 2026.
- In Q2 2026, Other financing activities rose 16.08% year-over-year to $1.6 billion; the TTM figure through Jun 2026 stood at $2.5 billion (up 219.49% YoY), while the FY2025 annual figure was $1.9 billion, up 1042.29% from the prior year.
- Other financing activities came in at $1.6 billion for Q2 2026 at First Horizon, up from -$995.0 million in the prior quarter.
- In the past five years, Other financing activities ranged from a high of $4.0 billion in Q2 2023 to a low of -$4.5 billion in Q3 2022.
- Average Other financing activities over 5 years is -$379.5 million, with a median of -$864.0 million recorded in 2022.
- The largest YoY upside for Other financing activities was 296.08% in 2025 against a maximum downside of 3420.51% in 2025.
- Over 5 years, Other financing activities stood at -$2.5 billion in 2022, then jumped by 51.03% to -$1.2 billion in 2023, then gained by 19.56% to -$995.0 million in 2024, then soared by 296.08% to $2.0 billion in 2025, then retreated by 18.61% to $1.6 billion in 2026.
- Per Business Quant data, the three most recent Other financing activities figures were $1.6 billion in Q2 2026, -$995.0 million in Q1 2026, and $2.0 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.59 Bn |
| Mar 31, 2026 | -995.00 Mn |
| Dec 31, 2025 | 1.95 Bn |
| Sep 30, 2025 | -52.00 Mn |
| Jun 30, 2025 | 1.37 Bn |
| Mar 31, 2025 | -1.37 Bn |
| Dec 31, 2024 | -995.00 Mn |
| Sep 30, 2024 | 1.78 Bn |
| Jun 30, 2024 | -947.00 Mn |
| Mar 31, 2024 | -39.00 Mn |
| Dec 31, 2023 | -1.24 Bn |
| Sep 30, 2023 | 1.58 Bn |
| Jun 30, 2023 | 3.99 Bn |
| Mar 31, 2023 | -2.05 Bn |
| Dec 31, 2022 | -2.53 Bn |
| Sep 30, 2022 | -4.54 Bn |
| Jun 30, 2022 | -3.56 Bn |
| Mar 31, 2022 | -781.00 Mn |
| Dec 31, 2021 | 632.00 Mn |
| Sep 30, 2021 | 983.00 Mn |
First Horizon Corp Other financing activities 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=other-financing-activities&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "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=other-financing-activities&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();