Target Hospitality (TH) Share-based Compensation (2018 - 2026)
Target Hospitality's (TH) quarterly Share-based Compensation came in at $4.5 million in Q2 2026, up 37.39% year-over-year from $3.3 million in Q2 2025, and little changed quarter-over-quarter from $4.5 million in Q1 2026.
Target Hospitality (TH) Share-based Compensation (2018 - 2026) Analysis & Trends
Target Hospitality (TH) has reported Share-based Compensation for 9 consecutive years, with $4.5 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Share-based Compensation rose 37.39% year-over-year to $4.5 million in Q2 2026; TTM through Jun 2026 was $4.5 million, a 37.39% increase from a year earlier, with the FY2025 full-year figure at $13.0 million, down 41.51% from the prior year.
- Share-based Compensation was $4.5 million for Q2 2026 at Target Hospitality, roughly flat from $4.5 million in the prior quarter.
- Over five years, Share-based Compensation peaked at $18.8 million in Q4 2022 and troughed at $1.6 million in Q1 2024.
- A 5-year average of $4.5 million and a median of $3.1 million in 2022 frame the typical range for Share-based Compensation.
- Across the five-year window, Share-based Compensation jumped 1169.0% in 2022 and tumbled 89.0% in 2025, its largest moves.
- Over 5 years, Share-based Compensation stood at $18.8 million in 2022, then slumped by 80.08% to $3.8 million in 2023, then soared by 340.88% to $16.5 million in 2024, then plunged by 89.0% to $1.8 million in 2025, then surged by 146.97% to $4.5 million in 2026.
- The last three Share-based Compensation figures came in at $4.5 million (Q2 2026), $4.5 million (Q1 2026), and $1.8 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Share-based Compensation (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 26.00 Mn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 1.00 Mn |
| 3 | EquipmentShare.com | 3.88 Bn | 3.43 Bn | 411.00 Mn | - |
| 4 | WillScot Holdings | 3.29 Bn | 3.29 Bn | 306.26 Mn | 7.90 Mn |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | 2.86 Mn |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | 4.49 Mn |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 3.43 Mn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 2.41 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.49 Mn |
| Mar 31, 2026 | 4.50 Mn |
| Dec 31, 2025 | 1.82 Mn |
| Sep 30, 2025 | 3.27 Mn |
| Jun 30, 2025 | 3.27 Mn |
| Mar 31, 2025 | 4.22 Mn |
| Dec 31, 2024 | 16.54 Mn |
| Sep 30, 2024 | 1.62 Mn |
| Jun 30, 2024 | 1.61 Mn |
| Mar 31, 2024 | 1.58 Mn |
| Dec 31, 2023 | 3.75 Mn |
| Sep 30, 2023 | 2.65 Mn |
| Jun 30, 2023 | 2.34 Mn |
| Mar 31, 2023 | 2.11 Mn |
| Dec 31, 2022 | 18.83 Mn |
| Sep 30, 2022 | 2.15 Mn |
| Jun 30, 2022 | 3.49 Mn |
| Mar 31, 2022 | 2.84 Mn |
| Dec 31, 2021 | 1.48 Mn |
| Sep 30, 2021 | 1.93 Mn |
Target Hospitality Share-based Compensation 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=share-based-compensation&ticker=TH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "ticker": "TH", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=share-based-compensation&ticker=TH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();