CarGurus (CARG) Acquisitions (2019 - 2021)
CarGurus (CARG) posted Acquisitions of -$1.6 million for Q2 2021, down 102.47% on a QoQ basis from $65.9 million in Q1 2021.
Analysis
CarGurus (CARG) Acquisitions (2019 - 2021) Analysis & Trends
CarGurus has reported Acquisitions for 3 years, with the latest figure at -$1.6 million in Q2 2021.
- On a quarterly basis, Acquisitions changed N/A year-over-year to -$1.6 million in Q2 2021; TTM through Dec 2021 was $64.3 million, a 205.25% increase from a year earlier, with the FY2021 full-year figure at $64.3 million, up 205.25% from the prior year.
- Acquisitions was -$1.6 million for Q2 2021 at CarGurus, down from $65.9 million in the prior quarter.
- The five-year high for Acquisitions was $65.9 million in Q1 2021, with the low at -$1.6 million in Q2 2021.
- Average Acquisitions over 3 years is $20.9 million, with a median of $19.1 million recorded in 2019.
- The sharpest annual moves came in 2020 and 2021: Acquisitions rose 9.74% in 2020, then soared 213.75% in 2021.
- Over 3 years, Acquisitions stood at $19.1 million in 2019, then plunged by 99.73% to $52000.0 in 2020, then slumped by 3226.92% to -$1.6 million in 2021.
- The last three Acquisitions figures came in at -$1.6 million (Q2 2021), $65.9 million (Q1 2021), and $52000.0 (Q3 2020), per Business Quant data.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Acquisitions (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | - |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | - |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | - |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | - |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | - |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | 28.00 Mn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | - |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | - |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | - |
| 10 | CarGurus | 2.51 Bn | 2.39 Bn | 231.10 Mn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2021 | -1.63 Mn |
| Mar 31, 2021 | 65.90 Mn |
| Sep 30, 2020 | 52,000.00 |
| Mar 31, 2020 | 21.00 Mn |
| Mar 31, 2019 | 19.14 Mn |
API Access
CarGurus Acquisitions 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=acquisitions&ticker=CARG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "acquisitions", "ticker": "CARG", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=acquisitions&ticker=CARG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();