Target Hospitality (TH) Change in Cash (2018 - 2026)
Target Hospitality's (TH) quarterly Change in Cash came in at $607000.0 in Q2 2026, up 103.99% year-over-year from $297570.5 in Q2 2025, and up 121.03% quarter-over-quarter from -$2.9 million in Q1 2026.
Target Hospitality (TH) Change in Cash (2018 - 2026) Analysis & Trends
Target Hospitality (TH) has reported Change in Cash for 9 consecutive years, with $607000.0 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Cash rose 103.99% year-over-year to $607000.0 in Q2 2026; TTM through Jun 2026 was -$13.2 million, a 90.25% increase from a year earlier, with the FY2025 full-year figure at -$182.3 million, down 310.19% from the prior year.
- Change in Cash was $607000.0 for Q2 2026 at Target Hospitality, up from -$2.9 million in the prior quarter.
- Over five years, Change in Cash peaked at $167.3 million in Q3 2022 and troughed at -$156.2 million in Q1 2025.
- A 5-year average of -$963222.2 and a median of $4.3 million in 2022 frame the typical range for Change in Cash.
- The widest YoY moves for Change in Cash: up 4021.28% in 2022, down 2801.32% in 2022.
- Over 5 years, Change in Cash stood at $4.7 million in 2022, then sank by 125.07% to -$1.2 million in 2023, then soared by 1199.66% to $12.9 million in 2024, then tumbled by 270.57% to -$22.0 million in 2025, then surged by 102.75% to $607000.0 in 2026.
- The last three Change in Cash figures came in at $607000.0 (Q2 2026), -$2.9 million (Q1 2026), and -$22.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 3.00 Mn |
| 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 | 2.62 Mn |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | 2.02 Mn |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | 607,000.00 |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 679,000.00 |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 1.81 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 607,000.00 |
| Mar 31, 2026 | -2.89 Mn |
| Dec 31, 2025 | -22.04 Mn |
| Sep 30, 2025 | 11.15 Mn |
| Jun 30, 2025 | -15.23 Mn |
| Mar 31, 2025 | -156.20 Mn |
| Dec 31, 2024 | 12.92 Mn |
| Sep 30, 2024 | 23.45 Mn |
| Jun 30, 2024 | 29.99 Mn |
| Mar 31, 2024 | 20.37 Mn |
| Dec 31, 2023 | -1.18 Mn |
| Sep 30, 2023 | 35.53 Mn |
| Jun 30, 2023 | 27.14 Mn |
| Mar 31, 2023 | -139.24 Mn |
| Dec 31, 2022 | 4.69 Mn |
| Sep 30, 2022 | 167.29 Mn |
| Jun 30, 2022 | 3.87 Mn |
| Mar 31, 2022 | -17.58 Mn |
| Dec 31, 2021 | -7.24 Mn |
| Sep 30, 2021 | 24.17 Mn |
Target Hospitality Change in Cash 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=change-in-cash&ticker=TH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=TH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();