WillScot Holdings (WSC) Debt Ratio (2016 - 2026)
WillScot Holdings' (WSC) quarterly Debt Ratio came in at 0.6 in Q2 2026, down 1.67% year-over-year from 0.61 in Q2 2025, and down 1.47% quarter-over-quarter from 0.6 in Q1 2026.
WillScot Holdings (WSC) Debt Ratio (2016 - 2026) Analysis & Trends
WillScot Holdings (WSC) has reported Debt Ratio for 11 consecutive years, with 0.6 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Debt Ratio fell 1.67% year-over-year to 0.6 in Q2 2026; TTM through Jun 2026 was 0.6, a 1.67% decrease from a year earlier, with the FY2025 full-year figure at 0.62, changed 0.4% from the prior year.
- Debt Ratio was 0.6 for Q2 2026 at WillScot Holdings, down from 0.6 in the prior quarter.
- Over five years, Debt Ratio peaked at 0.62 in Q4 2025 and troughed at 0.48 in Q1 2022.
- A 5-year average of 0.57 and a median of 0.58 in 2023 frame the typical range for Debt Ratio.
- Across the five-year window, Debt Ratio rose 13.56% in 2022 and fell 1.67% in 2026, its largest moves.
- Over 5 years, Debt Ratio stood at 0.53 in 2022, then rose by 9.79% to 0.58 in 2023, then advanced by 6.02% to 0.61 in 2024, then rose by 0.4% to 0.62 in 2025, then decreased by 3.41% to 0.6 in 2026.
- The last three Debt Ratio figures came in at 0.6 (Q2 2026), 0.6 (Q1 2026), and 0.62 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Debt Ratio (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 0.39 |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 0.58 |
| 3 | EquipmentShare.com | 3.88 Bn | 3.43 Bn | 411.00 Mn | 0.51 |
| 4 | WillScot Holdings | 3.29 Bn | 3.29 Bn | 306.26 Mn | 0.60 |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | 0.24 |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | 0.06 |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 0.46 |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 0.04 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.60 |
| Mar 31, 2026 | 0.60 |
| Dec 31, 2025 | 0.62 |
| Sep 30, 2025 | 0.59 |
| Jun 30, 2025 | 0.61 |
| Mar 31, 2025 | 0.61 |
| Dec 31, 2024 | 0.61 |
| Sep 30, 2024 | 0.60 |
| Jun 30, 2024 | 0.58 |
| Mar 31, 2024 | 0.56 |
| Dec 31, 2023 | 0.58 |
| Sep 30, 2023 | 0.57 |
| Jun 30, 2023 | 0.53 |
| Mar 31, 2023 | 0.52 |
| Dec 31, 2022 | 0.53 |
| Sep 30, 2022 | 0.51 |
| Jun 30, 2022 | 0.51 |
| Mar 31, 2022 | 0.48 |
| Dec 31, 2021 | 0.46 |
| Sep 30, 2021 | 0.46 |
WillScot Holdings Debt Ratio 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=debt-ratio&ticker=WSC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-ratio", "ticker": "WSC", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=debt-ratio&ticker=WSC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();