Nice (NICE) Property, Plant & Equipment (Net) Growth (3y) (2012 - 2026)
Analysis
Nice (NICE) Property, Plant & Equipment (Net) Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Adobe | 94.11 Bn | 88.47 Bn | 6.00 Bn | -2.80% |
| 2 | Atlassian | 50.75 Bn | 49.51 Bn | 1.53 Bn | 1.97% |
| 3 | Autodesk | 45.38 Bn | 41.23 Bn | 1.87 Bn | -3.03% |
| 4 | Twilio | 44.64 Bn | 41.99 Bn | 725.87 Mn | -7.45% |
| 5 | Zoom Communications | 26.86 Bn | 19.62 Bn | 985.50 Mn | -2.63% |
| 6 | Figma | 11.55 Bn | 9.88 Bn | 309.61 Mn | - |
| 7 | Dropbox | 7.52 Bn | 6.40 Bn | 506.50 Mn | 4.24% |
| 8 | Nice | 7.12 Bn | 6.76 Bn | 995.81 Mn | 4.90% |
| 9 | RingCentral | 6.64 Bn | 6.53 Bn | 472.31 Mn | 0.79% |
| 10 | Open Text | 5.59 Bn | 4.63 Bn | 1.01 Bn | 13.53% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.90% |
| Mar 31, 2026 | 4.71% |
| Dec 31, 2025 | 5.94% |
| Sep 30, 2025 | 6.04% |
| Jun 30, 2025 | 6.55% |
| Mar 31, 2025 | 6.76% |
| Dec 31, 2024 | 8.35% |
| Sep 30, 2024 | 8.37% |
| Jun 30, 2024 | 8.31% |
| Mar 31, 2024 | 9.84% |
| Dec 31, 2023 | 8.17% |
| Sep 30, 2023 | 6.75% |
| Jun 30, 2023 | 6.18% |
| Mar 31, 2023 | 6.04% |
| Dec 31, 2022 | 3.99% |
| Sep 30, 2022 | 3.78% |
| Jun 30, 2022 | 2.97% |
| Mar 31, 2022 | 2.73% |
| Dec 31, 2021 | 1.25% |
| Sep 30, 2021 | 3.63% |
API Access
Nice Property, Plant & Equipment (Net) 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=property-plant-and-equipment-net-growth-3y&ticker=NICE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-growth-3y", "ticker": "NICE", "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-3y&ticker=NICE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();