Target Hospitality (TH) Receivables - Other (2018 - 2020)
Target Hospitality's (TH) quarterly Receivables - Other came in at $1.2 million in Q4 2020, up 38.73% quarter-over-quarter from $865000.0 in Q3 2020.
Target Hospitality (TH) Receivables - Other (2018 - 2020) Analysis & Trends
Target Hospitality (TH) has reported Receivables - Other for 3 consecutive years, with $1.2 million the latest figure, recorded in Q4 2020.
- On a quarterly basis, Receivables - Other changed N/A year-over-year to $1.2 million in Q4 2020; TTM through Dec 2020 was $1.2 million, a N/A change from a year earlier, with the FY2020 full-year figure at $1.2 million, up 37.56% from the prior year.
- Receivables - Other was $1.2 million for Q4 2020 at Target Hospitality, up from $865000.0 in the prior quarter.
- Over five years, Receivables - Other peaked at $1.2 million in Q4 2020 and troughed at $300000.0 in Q1 2020.
- A 3-year average of $750428.6 and a median of $645000.0 in 2019 frame the typical range for Receivables - Other.
- The widest YoY moves for Receivables - Other: up 34.11% in 2020, down 2.72% in 2020.
- Over 3 years, Receivables - Other stood at $1.1 million in 2018, then tumbled by 40.44% to $645000.0 in 2019, then jumped by 86.05% to $1.2 million in 2020.
- The last three Receivables - Other figures came in at $1.2 million (Q4 2020), $865000.0 (Q3 2020), and $572000.0 (Q2 2020), 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 |
|---|---|
| Dec 31, 2020 | 1.20 Mn |
| Sep 30, 2020 | 865,000.00 |
| Jun 30, 2020 | 572,000.00 |
| Mar 31, 2020 | 300,000.00 |
| Sep 30, 2019 | 645,000.00 |
| Jun 30, 2019 | 588,000.00 |
| Dec 31, 2018 | 1.08 Mn |
Target Hospitality Receivables - Other 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=receivables-other&ticker=TH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables-other", "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=receivables-other&ticker=TH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();