CarGurus (CARG) Change in Account Payables (2016 - 2026)
CarGurus (CARG) posted Change in Account Payables of $5.4 million for Q2 2026, up 356.74% on a QoQ basis from $1.2 million in Q1 2026, and up 104.55% year-over-year from $2.6 million in Q2 2025.
CarGurus (CARG) Change in Account Payables (2016 - 2026) Analysis & Trends
CarGurus has reported Change in Account Payables for 11 years, with the latest figure at $5.4 million in Q2 2026.
- On a quarterly basis, Change in Account Payables rose 104.55% year-over-year to $5.4 million in Q2 2026; TTM through Jun 2026 was $3.4 million, a 146.62% increase from a year earlier, with the FY2025 full-year figure at $3.6 million, up 176.28% from the prior year.
- Change in Account Payables was $5.4 million for Q2 2026 at CarGurus, up from $1.2 million in the prior quarter.
- The five-year high for Change in Account Payables was $12.2 million in Q2 2022, with the low at -$36.4 million in Q4 2022.
- Average Change in Account Payables over 5 years is -$1.5 million, with a median of $805000.0 recorded in 2023.
- The sharpest annual moves came in 2024 and 2025: Change in Account Payables sank 1809.08% in 2024, then soared 476.38% in 2025.
- Over 5 years, Change in Account Payables stood at -$36.4 million in 2022, then soared by 102.48% to $903000.0 in 2023, then tumbled by 1809.08% to -$15.4 million in 2024, then soared by 95.66% to -$670000.0 in 2025, then soared by 898.96% to $5.4 million in 2026.
- The last three Change in Account Payables figures came in at $5.4 million (Q2 2026), $1.2 million (Q1 2026), and -$670000.0 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Account Payables (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 | 1.87 Bn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | - |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 326.00 Mn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | 14.00 Mn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | - |
| 10 | CarGurus | 2.51 Bn | 2.39 Bn | 231.10 Mn | 5.35 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 5.35 Mn |
| Mar 31, 2026 | 1.17 Mn |
| Dec 31, 2025 | -670,000.00 |
| Sep 30, 2025 | -2.47 Mn |
| Jun 30, 2025 | 2.62 Mn |
| Mar 31, 2025 | 4.08 Mn |
| Dec 31, 2024 | -15.43 Mn |
| Sep 30, 2024 | 1.47 Mn |
| Jun 30, 2024 | 8.59 Mn |
| Mar 31, 2024 | 707,000.00 |
| Dec 31, 2023 | 903,000.00 |
| Sep 30, 2023 | -2.96 Mn |
| Jun 30, 2023 | -6.13 Mn |
| Mar 31, 2023 | 10.27 Mn |
| Dec 31, 2022 | -36.36 Mn |
| Sep 30, 2022 | -6.86 Mn |
| Jun 30, 2022 | 12.23 Mn |
| Mar 31, 2022 | -4.06 Mn |
| Dec 31, 2021 | 10.85 Mn |
| Sep 30, 2021 | 9.22 Mn |
CarGurus Change in Account Payables 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-account-payables&ticker=CARG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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-account-payables&ticker=CARG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();