CarGurus (CARG) Market Capitalization (2017 - 2026)
CarGurus (CARG) posted Market Capitalization of $2.6 billion for Q2 2026, little changed on a QoQ basis from $2.6 billion in Q1 2026, and down 9.17% year-over-year from $2.8 billion in Q2 2025.
CarGurus (CARG) Market Capitalization (2017 - 2026) Analysis & Trends
CarGurus has reported Market Capitalization for 10 years, with the latest figure at $2.6 billion in Q2 2026.
- On a quarterly basis, Market Capitalization fell 9.17% year-over-year to $2.6 billion in Q2 2026; TTM through Jun 2026 was $2.6 billion, a 9.17% decrease from a year earlier, with the FY2025 full-year figure at $3.1 billion, down 4.88% from the prior year.
- Market Capitalization was $2.6 billion for Q2 2026 at CarGurus, roughly flat from $2.6 billion in the prior quarter.
- The five-year high for Market Capitalization was $4.3 billion in Q1 2022, with the low at $1.4 billion in Q4 2022.
- Average Market Capitalization over 5 years is $2.5 billion, with a median of $2.4 billion recorded in 2024.
- The largest YoY upside for Market Capitalization was 84.28% in 2022 against a maximum downside of 58.41% in 2022.
- Over 5 years, Market Capitalization stood at $1.4 billion in 2022, then jumped by 56.39% to $2.2 billion in 2023, then jumped by 46.04% to $3.3 billion in 2024, then declined by 4.88% to $3.1 billion in 2025, then dropped by 16.72% to $2.6 billion in 2026.
- The last three Market Capitalization figures came in at $2.6 billion (Q2 2026), $2.6 billion (Q1 2026), and $3.1 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 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
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.58 Bn |
| Mar 31, 2026 | 2.58 Bn |
| Dec 31, 2025 | 3.09 Bn |
| Sep 30, 2025 | 3.05 Bn |
| Jun 30, 2025 | 2.84 Bn |
| Mar 31, 2025 | 2.46 Bn |
| Dec 31, 2024 | 3.25 Bn |
| Sep 30, 2024 | 2.63 Bn |
| Jun 30, 2024 | 2.28 Bn |
| Mar 31, 2024 | 2.06 Bn |
| Dec 31, 2023 | 2.23 Bn |
| Sep 30, 2023 | 1.70 Bn |
| Jun 30, 2023 | 2.20 Bn |
| Mar 31, 2023 | 1.84 Bn |
| Dec 31, 2022 | 1.42 Bn |
| Sep 30, 2022 | 1.46 Bn |
| Jun 30, 2022 | 2.20 Bn |
| Mar 31, 2022 | 4.34 Bn |
| Dec 31, 2021 | 3.42 Bn |
| Sep 30, 2021 | 3.17 Bn |
CarGurus Market Capitalization 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=market-capitalization&ticker=CARG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "market-capitalization", "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=market-capitalization&ticker=CARG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();