First Horizon Corp (FHN-PE) Notes Payables (2010 - 2026)
First Horizon's (FHN-PE) quarterly Notes Payables came in at $3.0 billion in Q2 2026, down 13.23% year-over-year from $3.5 billion in Q2 2025, and down 27.95% quarter-over-quarter from $4.2 billion in Q1 2026.
First Horizon Corp (FHN-PE) Notes Payables (2010 - 2026) Analysis & Trends
First Horizon has disclosed Notes Payables across 17 years of filings, most recently posting $3.0 billion for Q2 2026.
- In Q2 2026, Notes Payables fell 13.23% year-over-year to $3.0 billion; the TTM figure through Jun 2026 stood at $3.0 billion (down 13.23% YoY), while the FY2025 annual figure was $3.3 billion, down 4.29% from the prior year.
- Notes Payables came in at $3.0 billion for Q2 2026 at First Horizon, down from $4.2 billion in the prior quarter.
- In the past five years, Notes Payables ranged from a high of $6.9 billion in Q2 2023 to a low of $1.4 billion in Q3 2022.
- Average Notes Payables over 5 years is $3.4 billion, with a median of $3.1 billion recorded in 2025.
- Year-over-year, Notes Payables soared 277.2% in 2023 and sank 58.31% in 2024.
- Over 5 years, Notes Payables stood at $2.5 billion in 2022, then gained by 1.72% to $2.5 billion in 2023, then surged by 33.39% to $3.4 billion in 2024, then retreated by 4.29% to $3.3 billion in 2025, then dropped by 7.71% to $3.0 billion in 2026.
- Per Business Quant data, the three most recent Notes Payables figures were $3.0 billion in Q2 2026, $4.2 billion in Q1 2026, and $3.3 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.00 Bn |
| Mar 31, 2026 | 4.17 Bn |
| Dec 31, 2025 | 3.25 Bn |
| Sep 30, 2025 | 4.27 Bn |
| Jun 30, 2025 | 3.46 Bn |
| Mar 31, 2025 | 3.80 Bn |
| Dec 31, 2024 | 3.40 Bn |
| Sep 30, 2024 | 2.59 Bn |
| Jun 30, 2024 | 4.52 Bn |
| Mar 31, 2024 | 2.70 Bn |
| Dec 31, 2023 | 2.55 Bn |
| Sep 30, 2023 | 2.51 Bn |
| Jun 30, 2023 | 6.95 Bn |
| Mar 31, 2023 | 6.48 Bn |
| Dec 31, 2022 | 2.51 Bn |
| Sep 30, 2022 | 1.42 Bn |
| Jun 30, 2022 | 1.95 Bn |
| Mar 31, 2022 | 1.72 Bn |
| Dec 31, 2021 | 2.12 Bn |
| Sep 30, 2021 | 2.23 Bn |
First Horizon Corp Notes Payables 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=notes-payables&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "notes-payables", "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=notes-payables&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();