First Horizon Corp (FHN-PE) Accounts Payables (2011 - 2026)
First Horizon's (FHN-PE) quarterly Accounts Payables came in at $68.1 billion in Q2 2026, up 3.8% year-over-year from $65.6 billion in Q2 2025, and up 2.39% quarter-over-quarter from $66.5 billion in Q1 2026.
First Horizon Corp (FHN-PE) Accounts Payables (2011 - 2026) Analysis & Trends
First Horizon has disclosed Accounts Payables across 16 years of filings, most recently posting $68.1 billion for Q2 2026.
- In Q2 2026, Accounts Payables rose 3.8% year-over-year to $68.1 billion; the TTM figure through Jun 2026 stood at $68.1 billion (up 3.8% YoY), while the FY2025 annual figure was $67.5 billion, up 2.89% from the prior year.
- Accounts Payables came in at $68.1 billion for Q2 2026 at First Horizon, up from $66.5 billion in the prior quarter.
- In the past five years, Accounts Payables ranged from a high of $74.1 billion in Q1 2022 to a low of $61.4 billion in Q1 2023.
- Average Accounts Payables over 5 years is $66.3 billion, with a median of $65.8 billion recorded in 2023.
- Year-over-year, Accounts Payables slipped 17.1% in 2023 and grew 7.0% in 2024.
- Over 5 years, Accounts Payables stood at $63.5 billion in 2022, then advanced by 3.61% to $65.8 billion in 2023, then declined by 0.3% to $65.6 billion in 2024, then rose by 2.89% to $67.5 billion in 2025, then increased by 0.88% to $68.1 billion in 2026.
- Per Business Quant data, the three most recent Accounts Payables figures were $68.1 billion in Q2 2026, $66.5 billion in Q1 2026, and $67.5 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 68.07 Bn |
| Mar 31, 2026 | 66.48 Bn |
| Dec 31, 2025 | 67.48 Bn |
| Sep 30, 2025 | 65.53 Bn |
| Jun 30, 2025 | 65.58 Bn |
| Mar 31, 2025 | 64.21 Bn |
| Dec 31, 2024 | 65.58 Bn |
| Sep 30, 2024 | 66.58 Bn |
| Jun 30, 2024 | 64.79 Bn |
| Mar 31, 2024 | 65.74 Bn |
| Dec 31, 2023 | 65.78 Bn |
| Sep 30, 2023 | 67.02 Bn |
| Jun 30, 2023 | 65.43 Bn |
| Mar 31, 2023 | 61.44 Bn |
| Dec 31, 2022 | 63.49 Bn |
| Sep 30, 2022 | 66.02 Bn |
| Jun 30, 2022 | 70.55 Bn |
| Mar 31, 2022 | 74.11 Bn |
| Dec 31, 2021 | 74.90 Bn |
| Sep 30, 2021 | 74.26 Bn |
First Horizon Corp Accounts 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=accounts-payables&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "accounts-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=accounts-payables&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();