Target Hospitality (TH) Other Non-Current Liabilities (2018 - 2026)
Target Hospitality's (TH) quarterly Other Non-Current Liabilities came in at $2.8 million in Q2 2026, up 5.21% year-over-year from $2.6 million in Q2 2025, and up 1.32% quarter-over-quarter from $2.7 million in Q1 2026.
Target Hospitality (TH) Other Non-Current Liabilities (2018 - 2026) Analysis & Trends
Target Hospitality (TH) has reported Other Non-Current Liabilities for 9 consecutive years, with $2.8 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Other Non-Current Liabilities rose 5.21% year-over-year to $2.8 million in Q2 2026; TTM through Jun 2026 was $2.8 million, a 5.21% increase from a year earlier, with the FY2025 full-year figure at $2.7 million, up 3.65% from the prior year.
- Other Non-Current Liabilities was $2.8 million for Q2 2026 at Target Hospitality, up from $2.7 million in the prior quarter.
- Over five years, Other Non-Current Liabilities peaked at $6.3 million in Q4 2022 and troughed at $2.1 million in Q1 2022.
- A 5-year average of $2.8 million and a median of $2.6 million in 2024 frame the typical range for Other Non-Current Liabilities.
- Across the five-year window, Other Non-Current Liabilities surged 200.43% in 2022 and sank 61.58% in 2023, its largest moves.
- Over 5 years, Other Non-Current Liabilities stood at $6.3 million in 2022, then slumped by 61.58% to $2.4 million in 2023, then increased by 7.26% to $2.6 million in 2024, then increased by 3.65% to $2.7 million in 2025, then grew by 2.6% to $2.8 million in 2026.
- The last three Other Non-Current Liabilities figures came in at $2.8 million (Q2 2026), $2.7 million (Q1 2026), and $2.7 million (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 | 2.77 Mn |
| Mar 31, 2026 | 2.73 Mn |
| Dec 31, 2025 | 2.70 Mn |
| Sep 30, 2025 | 2.66 Mn |
| Jun 30, 2025 | 2.63 Mn |
| Mar 31, 2025 | 2.60 Mn |
| Dec 31, 2024 | 2.60 Mn |
| Sep 30, 2024 | 2.53 Mn |
| Jun 30, 2024 | 2.50 Mn |
| Mar 31, 2024 | 2.47 Mn |
| Dec 31, 2023 | 2.42 Mn |
| Sep 30, 2023 | 2.38 Mn |
| Jun 30, 2023 | 2.33 Mn |
| Mar 31, 2023 | 2.29 Mn |
| Dec 31, 2022 | 6.31 Mn |
| Sep 30, 2022 | 4.54 Mn |
| Jun 30, 2022 | 2.16 Mn |
| Mar 31, 2022 | 2.11 Mn |
| Dec 31, 2021 | 2.10 Mn |
| Sep 30, 2021 | 2.04 Mn |
Target Hospitality Other Non-Current Liabilities 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=other-non-current-liabilities&ticker=TH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-liabilities", "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=other-non-current-liabilities&ticker=TH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();