Zoom Communications (ZM) Property, Plant & Equipment (Net) Growth (1y) (2020 - 2026)
Analysis
Zoom Communications (ZM) Property, Plant & Equipment (Net) Growth (1y) (2020 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Adobe | 94.11 Bn | 88.47 Bn | 6.00 Bn | -1.99% |
| 2 | Atlassian | 50.75 Bn | 49.51 Bn | 1.53 Bn | -17.90% |
| 3 | Autodesk | 45.38 Bn | 41.23 Bn | 1.87 Bn | 13.76% |
| 4 | Twilio | 44.64 Bn | 41.99 Bn | 725.87 Mn | 4.87% |
| 5 | Zoom Communications | 26.86 Bn | 19.62 Bn | 985.50 Mn | -15.51% |
| 6 | Figma | 11.55 Bn | 9.88 Bn | 309.61 Mn | 130.95% |
| 7 | Dropbox | 7.52 Bn | 6.40 Bn | 506.50 Mn | -6.65% |
| 8 | Nice | 7.12 Bn | 6.76 Bn | 995.81 Mn | 6.16% |
| 9 | RingCentral | 6.64 Bn | 6.53 Bn | 472.31 Mn | 3.04% |
| 10 | Open Text | 5.59 Bn | 4.63 Bn | 1.01 Bn | 39.16% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -15.51% |
| Jan 31, 2026 | -19.96% |
| Oct 31, 2025 | -16.40% |
| Jul 31, 2025 | -13.30% |
| Apr 30, 2025 | 2.46% |
| Jan 31, 2025 | 12.52% |
| Oct 31, 2024 | 16.76% |
| Jul 31, 2024 | 26.04% |
| Apr 30, 2024 | 19.39% |
| Jan 31, 2024 | 16.17% |
| Oct 31, 2023 | 16.35% |
| Jul 31, 2023 | 15.38% |
| Apr 30, 2023 | 6.07% |
| Jan 31, 2023 | 13.70% |
| Oct 31, 2022 | 17.96% |
| Jul 31, 2022 | 23.34% |
| Apr 30, 2022 | 25.05% |
| Jan 31, 2022 | 48.31% |
| Oct 31, 2021 | 96.76% |
| Jul 31, 2021 | 112.35% |
API Access
Zoom Communications 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=ZM&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": "ZM", "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=ZM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();