First Horizon Corp (FHN-PE) Receivables (2011 - 2025)
First Horizon's (FHN-PE) quarterly Receivables came in at $3.0 million in Q4 2025, little changed year-over-year from $3.0 million in Q4 2024, and little changed quarter-over-quarter from $3.0 million in Q4 2024.
First Horizon Corp (FHN-PE) Receivables (2011 - 2025) Analysis & Trends
First Horizon has disclosed Receivables across 15 years of filings, most recently posting $3.0 million for Q4 2025.
- In Q4 2025, Receivables changed 0.0% year-over-year to $3.0 million; the TTM figure through Dec 2025 stood at $3.0 million (changed 0.0% YoY), while the FY2025 annual figure was $13.0 million, down 7.14% from the prior year.
- Receivables came in at $3.0 million for Q4 2025 at First Horizon, roughly flat from $3.0 million in the prior quarter.
- In the past five years, Receivables ranged from a high of $3.0 million in Q4 2021 to a low of $3.0 million in Q4 2021.
- Average Receivables over 5 years is $3.0 million, with a median of $3.0 million recorded in 2021.
- The largest YoY upside for Receivables was 0.0% in 2021 against a maximum downside of 0.0% in 2021.
- Over 5 years, Receivables stood at $3.0 million in 2021, then changed by 0.0% to $3.0 million in 2022, then changed by 0.0% to $3.0 million in 2023, then changed by 0.0% to $3.0 million in 2024, then changed by 0.0% to $3.0 million in 2025.
- Per Business Quant data, the three most recent Receivables figures were $3.0 million in Q4 2025, $3.0 million in Q4 2024, and $3.0 million in Q4 2023.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 3.00 Mn |
| Dec 31, 2024 | 3.00 Mn |
| Dec 31, 2023 | 3.00 Mn |
| Dec 31, 2022 | 3.00 Mn |
| Dec 31, 2021 | 3.00 Mn |
| Dec 31, 2020 | 3.00 Mn |
| Sep 30, 2020 | 8.80 Mn |
| Jun 30, 2020 | 8.90 Mn |
| Mar 31, 2020 | 8.40 Mn |
| Dec 31, 2019 | 3.00 Mn |
| Sep 30, 2019 | 61.52 Mn |
| Jun 30, 2019 | 66.81 Mn |
| Mar 31, 2019 | 72.87 Mn |
| Dec 31, 2018 | 86.42 Mn |
| Sep 30, 2018 | 106.45 Mn |
| Jun 30, 2018 | 119.83 Mn |
| Mar 31, 2018 | 150.25 Mn |
| Dec 31, 2017 | 176.38 Mn |
| Sep 30, 2017 | 22.69 Mn |
| Jun 30, 2017 | 26.22 Mn |
First Horizon Corp Receivables 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=receivables&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables", "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=receivables&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();