First Horizon Corp (FHN-PE) Shares Outstanding (2009 - 2026)
First Horizon's (FHN-PE) quarterly Shares Outstanding (Entity) came in at $473.8 million in Q2 2026, down 6.69% year-over-year from $507.7 million in Q2 2025, and little changed quarter-over-quarter from $474.6 million in Q1 2026.
First Horizon Corp (FHN-PE) Shares Outstanding (2009 - 2026) Analysis & Trends
First Horizon has disclosed Shares Outstanding (Entity) across 18 years of filings, most recently posting $473.8 million for Q2 2026.
- In Q2 2026, Shares Outstanding (Entity) fell 6.69% year-over-year to $473.8 million; the TTM figure through Jun 2026 stood at $473.8 million (down 6.69% YoY), while the FY2025 annual figure was $483.2 million, down 7.39% from the prior year.
- Shares Outstanding (Entity) came in at $473.8 million for Q2 2026 at First Horizon, roughly flat from $474.6 million in the prior quarter.
- In the past five years, Shares Outstanding (Entity) ranged from a high of $558.8 million in Q4 2023 to a low of $473.8 million in Q2 2026.
- Average Shares Outstanding (Entity) over 5 years is $524.1 million, with a median of $535.4 million recorded in 2022.
- Year-over-year, Shares Outstanding (Entity) gained 4.12% in 2023 and fell 7.39% in 2025.
- Over 5 years, Shares Outstanding (Entity) stood at $537.3 million in 2022, then gained by 4.0% to $558.8 million in 2023, then retreated by 6.63% to $521.8 million in 2024, then dropped by 7.39% to $483.2 million in 2025, then decreased by 1.95% to $473.8 million in 2026.
- Per Business Quant data, the three most recent Shares Outstanding (Entity) figures were $473.8 million in Q2 2026, $474.6 million in Q1 2026, and $483.2 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 474.84 Mn |
| Mar 31, 2026 | 480.31 Mn |
| Dec 31, 2025 | 505.13 Mn |
| Sep 30, 2025 | 504.86 Mn |
| Jun 30, 2025 | 508.13 Mn |
| Mar 31, 2025 | 517.12 Mn |
| Dec 31, 2024 | 540.32 Mn |
| Sep 30, 2024 | 534.22 Mn |
| Jun 30, 2024 | 543.98 Mn |
| Mar 31, 2024 | 554.98 Mn |
| Dec 31, 2023 | 548.41 Mn |
| Sep 30, 2023 | 558.56 Mn |
| Jun 30, 2023 | 539.12 Mn |
| Mar 31, 2023 | 536.94 Mn |
| Dec 31, 2022 | 535.03 Mn |
| Sep 30, 2022 | 535.99 Mn |
| Jun 30, 2022 | 534.60 Mn |
| Mar 31, 2022 | 533.22 Mn |
| Dec 31, 2021 | 546.35 Mn |
| Sep 30, 2021 | 545.82 Mn |
First Horizon Corp Shares Outstanding 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=shares-outstanding&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "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=shares-outstanding&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();