Yelp (YELP) Enterprise Value (2012 - 2026)
Yelp's (YELP) quarterly Enterprise Value came in at $1.3 billion in Q2 2026, down 33.54% year-over-year from $1.9 billion in Q2 2025, and down 1.49% quarter-over-quarter from $1.3 billion in Q1 2026.
Yelp (YELP) Enterprise Value (2012 - 2026) Analysis & Trends
Yelp has disclosed Enterprise Value across 15 years of filings, most recently posting $1.3 billion for Q2 2026.
- In Q2 2026, Enterprise Value fell 33.54% year-over-year to $1.3 billion; the TTM figure through Jun 2026 stood at $1.3 billion (down 33.54% YoY), while the FY2025 annual figure was $1.5 billion, down 32.56% from the prior year.
- Enterprise Value came in at $1.3 billion for Q2 2026 at Yelp, down from $1.3 billion in the prior quarter.
- In the past five years, Enterprise Value ranged from a high of $2.8 billion in Q4 2023 to a low of $1.3 billion in Q2 2026.
- Average Enterprise Value over 5 years is $1.9 billion, with a median of $2.0 billion recorded in 2022.
- Year-over-year, Enterprise Value soared 86.96% in 2023 and sank 38.6% in 2026.
- Over 5 years, Enterprise Value stood at $1.5 billion in 2022, then soared by 86.96% to $2.8 billion in 2023, then fell by 20.95% to $2.2 billion in 2024, then sank by 32.56% to $1.5 billion in 2025, then retreated by 16.55% to $1.3 billion in 2026.
- Per Business Quant data, the three most recent Enterprise Value figures were $1.3 billion in Q2 2026, $1.3 billion in Q1 2026, and $1.5 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Meta Platforms | 1,888.68 Bn | 1,798.42 Bn | 49.47 Bn |
| 2 | 30.53 Bn | 27.74 Bn | 734.60 Mn | |
| 3 | Bilibili | 12.72 Bn | 10.58 Bn | 433.97 Mn |
| 4 | 10.94 Bn | 9.67 Bn | 922.30 Mn | |
| 5 | Match | 9.92 Bn | 9.34 Bn | 648.84 Mn |
| 6 | Snap | 9.84 Bn | 7.18 Bn | 931.11 Mn |
| 7 | Rum | 5.42 Bn | 5.31 Bn | - |
| 8 | Sound | 4.74 Bn | 4.63 Bn | - |
| 9 | Joyy | 4.18 Bn | 3.87 Bn | 201.60 Mn |
| 10 | Yelp | 1.07 Bn | 972.47 Mn | 333.74 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.25 Bn |
| Mar 31, 2026 | 1.27 Bn |
| Dec 31, 2025 | 1.50 Bn |
| Sep 30, 2025 | 1.61 Bn |
| Jun 30, 2025 | 1.89 Bn |
| Mar 31, 2025 | 2.07 Bn |
| Dec 31, 2024 | 2.23 Bn |
| Sep 30, 2024 | 1.94 Bn |
| Jun 30, 2024 | 2.11 Bn |
| Mar 31, 2024 | 2.27 Bn |
| Dec 31, 2023 | 2.82 Bn |
| Sep 30, 2023 | 2.44 Bn |
| Jun 30, 2023 | 2.13 Bn |
| Mar 31, 2023 | 1.72 Bn |
| Dec 31, 2022 | 1.51 Bn |
| Sep 30, 2022 | 1.97 Bn |
| Jun 30, 2022 | 1.55 Bn |
| Mar 31, 2022 | 1.98 Bn |
| Dec 31, 2021 | 2.14 Bn |
| Sep 30, 2021 | 2.21 Bn |
Yelp Enterprise Value 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=enterprise-value&ticker=YELP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=YELP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();