CarGurus (CARG) Change in Receivables (2016 - 2026)
CarGurus (CARG) posted Change in Receivables of -$249000.0 for Q2 2026, down 106.81% on a QoQ basis from $3.7 million in Q1 2026, and down 129.4% year-over-year from $847000.0 in Q2 2025.
CarGurus (CARG) Change in Receivables (2016 - 2026) Analysis & Trends
CarGurus has reported Change in Receivables for 11 years, with the latest figure at -$249000.0 in Q2 2026.
- On a quarterly basis, Change in Receivables fell 129.4% year-over-year to -$249000.0 in Q2 2026; TTM through Jun 2026 was $5.0 million, a 71.79% increase from a year earlier, with the FY2025 full-year figure at -$675000.0, down 113.87% from the prior year.
- Change in Receivables was -$249000.0 for Q2 2026 at CarGurus, down from $3.7 million in the prior quarter.
- The five-year high for Change in Receivables was $52.0 million in Q2 2022, with the low at -$89.5 million in Q4 2022.
- Average Change in Receivables over 5 years is -$8.7 million, with a median of -$854000.0 recorded in 2024.
- The sharpest annual moves came in 2022 and 2025: Change in Receivables slumped 2189.84% in 2022, then surged 617.84% in 2025.
- Over 5 years, Change in Receivables stood at -$89.5 million in 2022, then jumped by 88.11% to -$10.6 million in 2023, then soared by 95.05% to -$527000.0 in 2024, then soared by 617.84% to $2.7 million in 2025, then slumped by 109.12% to -$249000.0 in 2026.
- The last three Change in Receivables figures came in at -$249000.0 (Q2 2026), $3.7 million (Q1 2026), and $2.7 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Receivables (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 | 950.00 Mn |
| 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 | - |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 648.00 Mn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | -113.00 Mn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | - |
| 10 | CarGurus | 2.51 Bn | 2.39 Bn | 231.10 Mn | -249,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -249,000.00 |
| Mar 31, 2026 | 3.66 Mn |
| Dec 31, 2025 | 2.73 Mn |
| Sep 30, 2025 | -1.18 Mn |
| Jun 30, 2025 | 847,000.00 |
| Mar 31, 2025 | -3.07 Mn |
| Dec 31, 2024 | -527,000.00 |
| Sep 30, 2024 | 5.64 Mn |
| Jun 30, 2024 | -4.43 Mn |
| Mar 31, 2024 | 4.18 Mn |
| Dec 31, 2023 | -10.64 Mn |
| Sep 30, 2023 | 12.90 Mn |
| Jun 30, 2023 | -6.38 Mn |
| Mar 31, 2023 | -6.86 Mn |
| Dec 31, 2022 | -89.47 Mn |
| Sep 30, 2022 | -75.51 Mn |
| Jun 30, 2022 | 52.00 Mn |
| Mar 31, 2022 | -39.97 Mn |
| Dec 31, 2021 | 123.18 Mn |
| Sep 30, 2021 | 3.61 Mn |
CarGurus Change in Receivables 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-receivables&ticker=CARG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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-receivables&ticker=CARG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();