Nerdwallet (NRDS) Cash & Equivalents (QoQ) (2022 - 2026)
Analysis
Nerdwallet (NRDS) Cash & Equivalents (QoQ) (2022 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Alibaba Group Holding | 270.04 Bn | 234.78 Bn | 15.11 Bn |
| 2 | Booking Holdings | 123.39 Bn | 106.18 Bn | 4.98 Bn |
| 3 | PDD Holdings | 114.37 Bn | 84.09 Bn | 9.45 Bn |
| 4 | Airbnb | 95.47 Bn | 83.40 Bn | 2.98 Bn |
| 5 | Mercadolibre | 92.60 Bn | 77.41 Bn | 4.16 Bn |
| 6 | Ebay | 48.63 Bn | 45.32 Bn | 2.30 Bn |
| 7 | Expedia | 32.13 Bn | 25.01 Bn | 3.91 Bn |
| 8 | Maplebear | 10.35 Bn | 9.50 Bn | 751.00 Mn |
| 9 | Full Truck Alliance | 7.90 Bn | 6.94 Bn | - |
| 10 | Nerdwallet | 544.89 Mn | 482.89 Mn | 183.90 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 10.12% |
| Mar 31, 2026 | -42.73% |
| Dec 31, 2025 | -18.49% |
| Sep 30, 2025 | 14.53% |
| Jun 30, 2025 | 14.21% |
| Mar 31, 2025 | 39.06% |
| Dec 31, 2024 | -7.53% |
| Sep 30, 2024 | -36.99% |
| Jun 30, 2024 | 2.61% |
| Mar 31, 2024 | 10.46% |
| Dec 31, 2023 | 15.94% |
| Sep 30, 2023 | 29.06% |
| Jun 30, 2023 | -33.43% |
| Mar 31, 2023 | 20.14% |
| Dec 31, 2022 | -39.38% |
| Sep 30, 2022 | 10.02% |
| Jun 30, 2022 | -22.15% |
| Mar 31, 2022 | -3.69% |
API Access
Nerdwallet Cash & Equivalents (QoQ) 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=cash-and-equivalents-qoq&ticker=NRDS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-qoq", "ticker": "NRDS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=cash-and-equivalents-qoq&ticker=NRDS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();