Fastenal (FAST) Shares Outstanding (2009 - 2026)
Fastenal's (FAST) quarterly Shares Outstanding (Entity) came in at $1.1 billion in Q2 2026, little changed on a YoY basis from $1.1 billion in Q2 2025, and little changed quarter-over-quarter from $1.1 billion in Q1 2026.
Fastenal (FAST) Shares Outstanding (2009 - 2026) Analysis & Trends
Fastenal (FAST) has reported Shares Outstanding (Entity) for 18 consecutive years, with $1.1 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Shares Outstanding (Entity) changed 0.01% year-over-year to $1.1 billion; the trailing twelve-month figure through Jun 2026 stood at $1.1 billion (changed 0.01% YoY), and the FY2025 full-year result was $1.1 billion, changed 0.12% from the prior year.
- Shares Outstanding (Entity) was little changed at $1.1 billion in Q2 2026 per FAST's latest filing, from $1.1 billion in the prior quarter.
- Across five years, Shares Outstanding (Entity) topped out at $1.2 billion in Q1 2022 and bottomed at $1.1 billion in Q4 2022.
- Historically, Shares Outstanding (Entity) has averaged $1.1 billion across 5 years, with a median of $1.1 billion in 2024.
- The sharpest annual moves came in 2022 and 2024: Shares Outstanding (Entity) fell 0.81% in 2022, then climbed 0.26% in 2024.
- Over 5 years, Shares Outstanding (Entity) stood at $1.1 billion in 2022, then advanced by 0.21% to $1.1 billion in 2023, then rose by 0.23% to $1.1 billion in 2024, then climbed by 0.12% to $1.1 billion in 2025, then slipped by 0.05% to $1.1 billion in 2026.
- According to Business Quant data, Shares Outstanding (Entity) over the past three periods registered $1.1 billion, $1.1 billion, and $1.1 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Shares Outstanding (Qtr) |
|---|---|---|---|---|---|
| 1 | W.W. Grainger | 59.74 Bn | 59.53 Bn | 1.98 Bn | 47.20 Mn |
| 2 | Fastenal | 57.47 Bn | 57.26 Bn | 1.06 Bn | 1.15 Bn |
| 3 | Ferguson Enterprises | 42.93 Bn | 42.11 Bn | 2.32 Bn | 194.60 Mn |
| 4 | Sunbelt Rentals Holdings | 31.01 Bn | 30.98 Bn | 1.25 Bn | 409.98 Mn |
| 5 | Reliance | 19.76 Bn | 19.53 Bn | 1.30 Bn | 51.05 Mn |
| 6 | Wesco International | 17.65 Bn | 16.83 Bn | 1.46 Bn | 48.80 Mn |
| 7 | Applied Industrial Technologies | 12.14 Bn | 12.02 Bn | 411.22 Mn | 37.38 Mn |
| 8 | Watsco | 11.58 Bn | 11.60 Bn | 578.93 Mn | 38.16 Mn |
| 9 | Avantor | 10.11 Bn | 9.80 Bn | 537.00 Mn | 676.20 Mn |
| 10 | Core & Main | 7.93 Bn | 7.69 Bn | 573.00 Mn | 186.64 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.15 Bn |
| Mar 31, 2026 | 1.15 Bn |
| Dec 31, 2025 | 1.15 Bn |
| Sep 30, 2025 | 1.15 Bn |
| Jun 30, 2025 | 1.15 Bn |
| Mar 31, 2025 | 1.15 Bn |
| Dec 31, 2024 | 1.15 Bn |
| Sep 30, 2024 | 1.15 Bn |
| Jun 30, 2024 | 1.15 Bn |
| Mar 31, 2024 | 1.14 Bn |
| Dec 31, 2023 | 1.14 Bn |
| Sep 30, 2023 | 1.14 Bn |
| Jun 30, 2023 | 1.14 Bn |
| Mar 31, 2023 | 1.14 Bn |
| Dec 31, 2022 | 1.15 Bn |
| Sep 30, 2022 | 1.15 Bn |
| Jun 30, 2022 | 1.15 Bn |
| Mar 31, 2022 | 1.15 Bn |
| Dec 31, 2021 | 1.15 Bn |
| Sep 30, 2021 | 1.15 Bn |
Fastenal 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=FAST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "ticker": "FAST", "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=FAST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();