EquipmentShare.com reported revenue growth of 26.33% for the quarter ended Jun 2026. These growth metrics cover 2 quarters of results from Dec 2025 through Jun 2026, standardized by Business Quant from the company’s SEC filings.
| Growth Metrics | Dec2025 | Jun2026 |
|---|---|---|
| Growth Ratios | ||
| Assets Growth (1y) | 24.31% | |
| Cash & Equivalents Growth (1y)Cash & Equiv. Growth (1y) | -24.82% | |
| EBITDA Margin Growth (1y) | 107.00 | |
| EBIT Growth (1y) | 46.88% | |
| EBIT Margin Growth (1y) | 91.00 | |
| EBT Growth (1y) | 1,000.00% | |
| EBT Margin Growth (1y) | 202.00 | |
| EPS (Basic) Growth (1y) | -62.06% | |
| EPS (Diluted) Growth (1y) | 6.98% | |
| Gross Margin Growth (1y) | 282.00 | |
| Gross Profit Growth (1y) | 40.27% | |
| Interest Coverage Ratio Growth (1y)Interest Cover Growth (1y) | 38.83% | |
| Net Income Growth (1y) | 18.75% | |
| Net Income towards Common Stockholders Growth (1y)Net Income Growth (1y) | 23.08% | |
| Net Margin Growth (1y) | -3.00 | |
| Operating Income Growth (1y)Op. Inc Growth (1y) | 46.88% | |
| Operating Margin Growth (1y) | 91.00 | |
| Profit After Tax Growth (1y)PAT Growth (1y) | 18.75% | |
| Property, Plant & Equipment (Net) Growth (1y)PP&E (Net) Growth (1y) | 48.67% | |
| Return on Sales [ROS] Growth (1y)ROS Growth (1y) | 91.00 | |
| Revenue Growth (1y) | 26.33% | |
| Tax Rate Growth (1y) | 47,576.00 | |
| Total Debt Growth (1y) | 27.67% |
Pull EquipmentShare.com's standardized financial statements into your own models, spreadsheets and apps with the Business Quant Financial Statements API. The request below follows the statement, frequency and period selected above. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/statements?ticker=EQPT&statement=Growth&frequency=Quarter&period=all&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/statements"
params = {"ticker": "EQPT", "statement": "Growth", "frequency": "Quarter", "period": "all", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/statements?ticker=EQPT&statement=Growth&frequency=Quarter&period=all&api_key=YOUR_API_KEY");
const data = await res.json();