Yelp (YELP) Property, Plant & Equipment (Net) (2011 - 2026)
Analysis
Yelp (YELP) Property, Plant & Equipment (Net) (2011 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) (Qtr) |
|---|---|---|---|---|---|
| 1 | Meta Platforms | 1,888.68 Bn | 1,798.42 Bn | 49.47 Bn | 225.72 Bn |
| 2 | 30.53 Bn | 27.74 Bn | 734.60 Mn | 11.98 Mn | |
| 3 | Bilibili | 12.72 Bn | 10.58 Bn | 433.97 Mn | 304.97 Mn |
| 4 | 10.94 Bn | 9.67 Bn | 922.30 Mn | 97.45 Mn | |
| 5 | Match | 9.92 Bn | 9.34 Bn | 648.84 Mn | 146.26 Mn |
| 6 | Snap | 9.84 Bn | 7.18 Bn | 931.11 Mn | 586.27 Mn |
| 7 | Rum | 5.42 Bn | 5.31 Bn | - | 913.83 Mn |
| 8 | Sound | 4.74 Bn | 4.63 Bn | - | 1.50 Mn |
| 9 | Joyy | 4.18 Bn | 3.87 Bn | 201.60 Mn | 609.65 Mn |
| 10 | Yelp | 1.07 Bn | 972.47 Mn | 333.74 Mn | 99.18 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 99.18 Mn |
| Mar 31, 2026 | 95.37 Mn |
| Dec 31, 2025 | 91.69 Mn |
| Sep 30, 2025 | 89.76 Mn |
| Jun 30, 2025 | 84.23 Mn |
| Mar 31, 2025 | 79.24 Mn |
| Dec 31, 2024 | 75.67 Mn |
| Sep 30, 2024 | 73.99 Mn |
| Jun 30, 2024 | 70.62 Mn |
| Mar 31, 2024 | 68.17 Mn |
| Dec 31, 2023 | 68.68 Mn |
| Sep 30, 2023 | 72.37 Mn |
| Jun 30, 2023 | 75.59 Mn |
| Mar 31, 2023 | 76.94 Mn |
| Dec 31, 2022 | 77.22 Mn |
| Sep 30, 2022 | 78.70 Mn |
| Jun 30, 2022 | 82.21 Mn |
| Mar 31, 2022 | 83.14 Mn |
| Dec 31, 2021 | 83.86 Mn |
| Sep 30, 2021 | 92.43 Mn |
API Access
Yelp Property, Plant & Equipment (Net) 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=property-plant-and-equipment-net&ticker=YELP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "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=property-plant-and-equipment-net&ticker=YELP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();