CarGurus (CARG) Change in Cash (2016 - 2026)
CarGurus (CARG) posted Change in Cash of $50.1 million for Q2 2026, up 142.28% on a QoQ basis from -$118.5 million in Q1 2026, and down 13.1% year-over-year from $57.6 million in Q2 2025.
CarGurus (CARG) Change in Cash (2016 - 2026) Analysis & Trends
CarGurus has reported Change in Cash for 11 years, with the latest figure at $50.1 million in Q2 2026.
- On a quarterly basis, Change in Cash fell 13.1% year-over-year to $50.1 million in Q2 2026; TTM through Jun 2026 was -$111.2 million, a 842.21% decrease from a year earlier, with the FY2025 full-year figure at -$115.7 million, down 1040.51% from the prior year.
- Change in Cash was $50.1 million for Q2 2026 at CarGurus, up from -$118.5 million in the prior quarter.
- The five-year high for Change in Cash was $82.2 million in Q1 2022, with the low at -$130.5 million in Q1 2025.
- Average Change in Cash over 5 years is -$7.0 million, with a median of $2.0 million recorded in 2023.
- The sharpest annual moves came in 2022 and 2023: Change in Cash jumped 5265.53% in 2022, then sank 416.59% in 2023.
- Over 5 years, Change in Cash stood at $56.8 million in 2022, then tumbled by 228.52% to -$73.0 million in 2023, then jumped by 175.98% to $55.5 million in 2024, then slumped by 78.98% to $11.7 million in 2025, then jumped by 329.45% to $50.1 million in 2026.
- The last three Change in Cash figures came in at $50.1 million (Q2 2026), -$118.5 million (Q1 2026), and $11.7 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | -6.58 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | 1.33 Bn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | 1.02 Bn |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | 1.46 Bn |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | 1.62 Bn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | -536.00 Mn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 1.30 Bn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | 115.00 Mn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | 19.22 Mn |
| 10 | CarGurus | 2.51 Bn | 2.39 Bn | 231.10 Mn | 50.09 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 50.09 Mn |
| Mar 31, 2026 | -118.47 Mn |
| Dec 31, 2025 | 11.66 Mn |
| Sep 30, 2025 | -54.49 Mn |
| Jun 30, 2025 | 57.64 Mn |
| Mar 31, 2025 | -130.52 Mn |
| Dec 31, 2024 | 55.49 Mn |
| Sep 30, 2024 | 32.38 Mn |
| Jun 30, 2024 | -30.76 Mn |
| Mar 31, 2024 | -44.80 Mn |
| Dec 31, 2023 | -73.03 Mn |
| Sep 30, 2023 | -7.67 Mn |
| Jun 30, 2023 | -97.06 Mn |
| Mar 31, 2023 | -12.45 Mn |
| Dec 31, 2022 | 56.82 Mn |
| Sep 30, 2022 | 66.16 Mn |
| Jun 30, 2022 | 30.66 Mn |
| Mar 31, 2022 | 82.22 Mn |
| Dec 31, 2021 | 1.06 Mn |
| Sep 30, 2021 | 43.22 Mn |
CarGurus 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=CARG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=CARG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();