EquipmentShare.com (EQPT) EPS (Diluted) (2025 - 2026)
Analysis
EquipmentShare.com (EQPT) EPS (Diluted) (2025 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Diluted) (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 1.06 |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 0.57 |
| 3 | EquipmentShare.com | 3.88 Bn | 3.43 Bn | 411.00 Mn | 0.06 |
| 4 | WillScot Holdings | 3.29 Bn | 3.29 Bn | 306.26 Mn | 0.26 |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | 1.37 |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | -0.09 |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 0.05 |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 0.14 |
API Access
EquipmentShare.com EPS (Diluted) 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=eps-diluted&ticker=EQPT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-diluted", "ticker": "EQPT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=eps-diluted&ticker=EQPT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();