Target Hospitality (TH) Minority Interest (2024 - 2026)
Target Hospitality's (TH) quarterly Minority Interest came in at -$322000.0 in Q2 2026, down 253.85% year-over-year from $209300.0 in Q2 2025, and down 6.62% quarter-over-quarter from -$302000.0 in Q1 2026.
Target Hospitality (TH) Minority Interest (2024 - 2026) Analysis & Trends
Target Hospitality (TH) has reported Minority Interest for 3 consecutive years, with -$322000.0 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Minority Interest fell 253.85% year-over-year to -$322000.0 in Q2 2026; TTM through Jun 2026 was -$322000.0, a 253.85% decrease from a year earlier, with the FY2025 full-year figure at -$197000.0, down 2288.89% from the prior year.
- Minority Interest was -$322000.0 for Q2 2026 at Target Hospitality, down from -$302000.0 in the prior quarter.
- Over five years, Minority Interest peaked at $35000.0 in Q3 2024 and troughed at -$322000.0 in Q2 2026.
- A 3-year average of -$130750.0 and a median of -$111000.0 in 2025 frame the typical range for Minority Interest.
- Across the five-year window, Minority Interest tumbled 2288.89% in 2025 and sank 253.85% in 2026, its largest moves.
- Over 3 years, Minority Interest stood at $9000.0 in 2024, then plunged by 2288.89% to -$197000.0 in 2025, then tumbled by 63.45% to -$322000.0 in 2026.
- The last three Minority Interest figures came in at -$322000.0 (Q2 2026), -$302000.0 (Q1 2026), and -$197000.0 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.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 |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -322,000.00 |
| Mar 31, 2026 | -302,000.00 |
| Dec 31, 2025 | -197,000.00 |
| Sep 30, 2025 | -131,000.00 |
| Jun 30, 2025 | -91,000.00 |
| Mar 31, 2025 | -47,000.00 |
| Dec 31, 2024 | 9,000.00 |
| Sep 30, 2024 | 35,000.00 |
Target Hospitality Minority Interest 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=minority-interest&ticker=TH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "minority-interest", "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=minority-interest&ticker=TH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();