Maplebear (CART) Current Assets (2022 - 2026)
Maplebear's (CART) quarterly Current Assets came in at $2.1 billion in Q2 2026, down 26.75% year-over-year from $2.9 billion in Q2 2025, and up 1.24% quarter-over-quarter from $2.1 billion in Q1 2026.
Maplebear (CART) Current Assets (2022 - 2026) Analysis & Trends
Maplebear has disclosed Current Assets across 5 years of filings, most recently posting $2.1 billion for Q2 2026.
- In Q2 2026, Current Assets fell 26.75% year-over-year to $2.1 billion; the TTM figure through Jun 2026 stood at $2.1 billion (down 26.75% YoY), while the FY2025 annual figure was $2.2 billion, down 18.46% from the prior year.
- Current Assets came in at $2.1 billion for Q2 2026 at Maplebear, up from $2.1 billion in the prior quarter.
- In the past five years, Current Assets ranged from a high of $3.3 billion in Q4 2023 to a low of $2.1 billion in Q1 2026.
- Average Current Assets over 5 years is $2.7 billion, with a median of $2.7 billion recorded in 2024.
- Year-over-year, Current Assets gained 20.81% in 2025 and decreased 27.22% in 2026.
- Over 5 years, Current Assets stood at $2.7 billion in 2022, then climbed by 20.62% to $3.3 billion in 2023, then fell by 18.4% to $2.7 billion in 2024, then retreated by 18.46% to $2.2 billion in 2025, then retreated by 3.73% to $2.1 billion in 2026.
- Per Business Quant data, the three most recent Current Assets figures were $2.1 billion in Q2 2026, $2.1 billion in Q1 2026, and $2.2 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | 106.83 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | 23.06 Bn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | 82.06 Bn |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | 25.48 Bn |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | 40.78 Bn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | 6.00 Bn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 16.30 Bn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | 2.12 Bn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | 4.21 Bn |
| 10 | Etsy | 6.70 Bn | 5.58 Bn | 484.05 Mn | 1.88 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.12 Bn |
| Mar 31, 2026 | 2.09 Bn |
| Dec 31, 2025 | 2.20 Bn |
| Sep 30, 2025 | 3.03 Bn |
| Jun 30, 2025 | 2.89 Bn |
| Mar 31, 2025 | 2.87 Bn |
| Dec 31, 2024 | 2.70 Bn |
| Sep 30, 2024 | 2.51 Bn |
| Jun 30, 2024 | 2.59 Bn |
| Mar 31, 2024 | 2.71 Bn |
| Dec 31, 2023 | 3.31 Bn |
| Sep 30, 2023 | 3.07 Bn |
| Dec 31, 2022 | 2.74 Bn |
Maplebear Current Assets 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=current-assets&ticker=CART&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-assets", "ticker": "CART", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=current-assets&ticker=CART&period=max&api_key=YOUR_API_KEY");
const data = await res.json();