CarGurus (CARG) Cash from Investing Activities (2016 - 2026)
CarGurus (CARG) posted Cash from Investing Activities of -$6.9 million for Q2 2026, down 3.26% on a QoQ basis from -$6.7 million in Q1 2026, and up 11.92% year-over-year from -$6.2 million in Q2 2025.
CarGurus (CARG) Cash from Investing Activities (2016 - 2026) Analysis & Trends
CarGurus has reported Cash from Investing Activities for 11 years, with the latest figure at -$6.9 million in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 11.92% year-over-year to -$6.9 million in Q2 2026; TTM through Jun 2026 was -$27.4 million, a 37.73% increase from a year earlier, with the FY2025 full-year figure at -$29.3 million, up 59.82% from the prior year.
- Cash from Investing Activities was -$6.9 million for Q2 2026 at CarGurus, down from -$6.7 million in the prior quarter.
- The five-year high for Cash from Investing Activities was $53.5 million in Q4 2023, with the low at -$98.4 million in Q2 2023.
- Average Cash from Investing Activities over 5 years is -$5.8 million, with a median of -$7.0 million recorded in 2025.
- The largest YoY upside for Cash from Investing Activities was 1207.38% in 2023 against a maximum downside of 484.96% in 2023.
- Over 5 years, Cash from Investing Activities stood at -$4.8 million in 2022, then soared by 1207.38% to $53.5 million in 2023, then sank by 125.63% to -$13.7 million in 2024, then soared by 51.2% to -$6.7 million in 2025, then decreased by 3.38% to -$6.9 million in 2026.
- The last three Cash from Investing Activities figures came in at -$6.9 million (Q2 2026), -$6.7 million (Q1 2026), and -$6.7 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | -2.80 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | -89.00 Mn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | -2.93 Bn |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | -349.00 Mn |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | -2.69 Bn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | -584.00 Mn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | -768.00 Mn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | -48.00 Mn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | -214.93 Mn |
| 10 | CarGurus | 2.51 Bn | 2.39 Bn | 231.10 Mn | -6.91 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -6.91 Mn |
| Mar 31, 2026 | -6.69 Mn |
| Dec 31, 2025 | -6.68 Mn |
| Sep 30, 2025 | -7.16 Mn |
| Jun 30, 2025 | -7.85 Mn |
| Mar 31, 2025 | -7.63 Mn |
| Dec 31, 2024 | -13.70 Mn |
| Sep 30, 2024 | -14.90 Mn |
| Jun 30, 2024 | -31.23 Mn |
| Mar 31, 2024 | -13.15 Mn |
| Dec 31, 2023 | 53.45 Mn |
| Sep 30, 2023 | -10.68 Mn |
| Jun 30, 2023 | -98.45 Mn |
| Mar 31, 2023 | -5.89 Mn |
| Dec 31, 2022 | -4.83 Mn |
| Sep 30, 2022 | 25.72 Mn |
| Jun 30, 2022 | 25.57 Mn |
| Mar 31, 2022 | 26.26 Mn |
| Dec 31, 2021 | -4.80 Mn |
| Sep 30, 2021 | -7.30 Mn |
CarGurus Cash from Investing Activities 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=cash-from-investing-activities&ticker=CARG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=CARG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();