Alarum Technologies (ALAR) Property, Plant & Equipment (Net) Growth (3y) (2020 - 2026)
Analysis
Alarum Technologies (ALAR) Property, Plant & Equipment (Net) Growth (3y) (2020 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Palo Alto Networks | 305.27 Bn | 302.20 Bn | 2.30 Bn | 13.84% |
| 2 | CrowdStrike Holdings | 256.05 Bn | 251.07 Bn | 1.10 Bn | 27.90% |
| 3 | Fortinet | 127.84 Bn | 123.77 Bn | 1.64 Bn | 20.07% |
| 4 | Snowflake | 118.56 Bn | 116.21 Bn | 1.04 Bn | 2.38% |
| 5 | Datadog | 88.83 Bn | 83.85 Bn | 881.34 Mn | 41.33% |
| 6 | Axon Enterprise | 37.31 Bn | 36.64 Bn | 546.45 Mn | 24.00% |
| 7 | MongoDB | 34.45 Bn | 32.04 Bn | 569.77 Mn | -10.21% |
| 8 | Zscaler | 34.27 Bn | 30.80 Bn | - | 45.92% |
| 9 | Okta | 32.86 Bn | 30.56 Bn | 641.00 Mn | -12.35% |
| 10 | Alarum Technologies | 139.67 Mn | 125.52 Mn | 7.23 Mn | 30.31% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 30.31% |
| Dec 31, 2025 | 27.35% |
| Sep 30, 2025 | 17.49% |
| Jun 30, 2025 | 401.03% |
| Mar 31, 2025 | 3.46% |
| Dec 31, 2024 | -48.77% |
| Sep 30, 2024 | 0.52% |
| Jun 30, 2024 | -90.14% |
| Mar 31, 2024 | -90.29% |
| Dec 31, 2023 | -15.14% |
| Sep 30, 2023 | -92.21% |
| Jun 30, 2023 | -92.22% |
| Mar 31, 2023 | -25.90% |
| Dec 31, 2022 | -29.81% |
| Sep 30, 2022 | -26.20% |
| Mar 31, 2022 | -1.86% |
| Dec 31, 2021 | 840.60% |
| Sep 30, 2021 | -5.40% |
| Jun 30, 2021 | 805.53% |
| Mar 31, 2021 | 780.15% |
API Access
Alarum Technologies 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=ALAR&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": "ALAR", "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=ALAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();