Zedge (ZDGE) Property, Plant & Equipment (Net) Growth (1y) (2016 - 2026)
Analysis
Zedge (ZDGE) Property, Plant & Equipment (Net) Growth (1y) (2016 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 268.88 Bn | 233.62 Bn | 15.11 Bn | 49.40% |
| 2 | Booking Holdings | 126.62 Bn | 109.41 Bn | 4.98 Bn | -9.55% |
| 3 | PDD Holdings | 112.86 Bn | 82.58 Bn | 9.45 Bn | 494.69% |
| 4 | Airbnb | 98.44 Bn | 86.37 Bn | 2.98 Bn | - |
| 5 | Mercadolibre | 92.29 Bn | 77.10 Bn | 4.16 Bn | 51.47% |
| 6 | Ebay | 48.19 Bn | 44.89 Bn | 2.30 Bn | -2.40% |
| 7 | Expedia | 32.17 Bn | 25.04 Bn | 3.91 Bn | -0.20% |
| 8 | Maplebear | 10.62 Bn | 9.77 Bn | 751.00 Mn | -1.36% |
| 9 | Full Truck Alliance | 7.66 Bn | 6.70 Bn | - | 75.46% |
| 10 | Zedge | 47.76 Mn | 28.07 Mn | - | -59.25% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Apr 30, 2026 | -59.25% |
| Jan 31, 2026 | 123.29% |
| Oct 31, 2025 | 205.65% |
| Jul 31, 2025 | -19.61% |
| Apr 30, 2025 | 183.79% |
| Jan 31, 2025 | -51.27% |
| Oct 31, 2024 | -9.45% |
| Jul 31, 2024 | 267.34% |
| Apr 30, 2024 | 14.03% |
| Jan 31, 2024 | 34.92% |
| Oct 31, 2023 | 35.44% |
| Jul 31, 2023 | -90.51% |
| Apr 30, 2023 | 20.45% |
| Jan 31, 2023 | 9.21% |
| Oct 31, 2022 | -5.39% |
| Jul 31, 2022 | 1,063.38% |
| Apr 30, 2022 | -35.87% |
| Jan 31, 2022 | -33.93% |
| Oct 31, 2021 | -33.06% |
| Jul 31, 2021 | -23.37% |
API Access
Zedge Property, Plant & Equipment (Net) Growth (1y) 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-growth-1y&ticker=ZDGE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-growth-1y", "ticker": "ZDGE", "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-growth-1y&ticker=ZDGE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();