Yelp (YELP) Cash & Equivalents Growth (3y) (2014 - 2026)
Analysis
Yelp (YELP) Cash & Equivalents Growth (3y) (2014 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Meta Platforms | 1,888.68 Bn | 1,798.42 Bn | 49.47 Bn | -18.71% |
| 2 | 30.53 Bn | 27.74 Bn | 734.60 Mn | 50.10% | |
| 3 | Bilibili | 12.72 Bn | 10.58 Bn | 433.97 Mn | -3.19% |
| 4 | 10.94 Bn | 9.67 Bn | 922.30 Mn | -28.99% | |
| 5 | Match | 9.92 Bn | 9.34 Bn | 648.84 Mn | -7.46% |
| 6 | Snap | 9.84 Bn | 7.18 Bn | 931.11 Mn | -7.93% |
| 7 | Rum | 5.42 Bn | 5.31 Bn | - | -11.73% |
| 8 | Sound | 4.74 Bn | 4.63 Bn | - | 3.92% |
| 9 | Joyy | 4.18 Bn | 3.87 Bn | 201.60 Mn | -23.72% |
| 10 | Yelp | 1.07 Bn | 972.47 Mn | 333.74 Mn | -29.64% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -29.64% |
| Mar 31, 2026 | -27.46% |
| Dec 31, 2025 | -10.99% |
| Sep 30, 2025 | -11.29% |
| Jun 30, 2025 | -22.28% |
| Mar 31, 2025 | -21.85% |
| Dec 31, 2024 | -23.20% |
| Sep 30, 2024 | -21.05% |
| Jun 30, 2024 | -23.24% |
| Mar 31, 2024 | -20.47% |
| Dec 31, 2023 | -19.24% |
| Sep 30, 2023 | -19.77% |
| Mar 31, 2023 | -7.42% |
| Dec 31, 2022 | 21.63% |
| Sep 30, 2022 | 38.94% |
| Jun 30, 2022 | 44.54% |
| Mar 31, 2022 | 16.35% |
| Dec 31, 2021 | 12.97% |
| Sep 30, 2021 | 7.87% |
| Jun 30, 2021 | 12.75% |
API Access
Yelp Cash & Equivalents Growth (3y) 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-growth-3y&ticker=YELP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-3y", "ticker": "YELP", "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-growth-3y&ticker=YELP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();