Alarum Technologies (ALAR) Cash & Equivalents Growth (1y) (2018 - 2026)
Analysis
Alarum Technologies (ALAR) Cash & Equivalents Growth (1y) (2018 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Palo Alto Networks | 305.27 Bn | 302.20 Bn | 2.30 Bn | 10.80% |
| 2 | CrowdStrike Holdings | 256.05 Bn | 251.07 Bn | 1.10 Bn | 0.83% |
| 3 | Fortinet | 127.84 Bn | 123.77 Bn | 1.64 Bn | -12.87% |
| 4 | Snowflake | 118.56 Bn | 116.21 Bn | 1.04 Bn | -9.23% |
| 5 | Datadog | 88.83 Bn | 83.85 Bn | 881.34 Mn | -11.06% |
| 6 | Axon Enterprise | 37.31 Bn | 36.64 Bn | 546.45 Mn | -2.89% |
| 7 | MongoDB | 34.45 Bn | 32.04 Bn | 569.77 Mn | 54.90% |
| 8 | Zscaler | 34.27 Bn | 30.80 Bn | - | -61.14% |
| 9 | Okta | 32.86 Bn | 30.56 Bn | 641.00 Mn | -12.90% |
| 10 | Alarum Technologies | 139.67 Mn | 125.52 Mn | 7.23 Mn | 0.77% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 0.77% |
| Dec 31, 2025 | -18.66% |
| Sep 30, 2025 | -40.17% |
| Jun 30, 2025 | -31.04% |
| Mar 31, 2025 | -7.36% |
| Dec 31, 2024 | 38.71% |
| Sep 30, 2024 | 210.18% |
| Jun 30, 2024 | 467.16% |
| Mar 31, 2024 | 307.58% |
| Dec 31, 2023 | 230.46% |
| Sep 30, 2023 | 100.28% |
| Jun 30, 2023 | -5.62% |
| Mar 31, 2023 | -19.59% |
| Dec 31, 2022 | -14.05% |
| Sep 30, 2022 | -43.98% |
| Jun 30, 2022 | -69.21% |
| Mar 31, 2022 | -99.98% |
| Dec 31, 2021 | -65.25% |
| Sep 30, 2021 | -99.95% |
| Jun 30, 2021 | 34.30% |
API Access
Alarum Technologies Cash & Equivalents 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=cash-and-equivalents-growth-1y&ticker=ALAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-1y", "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=cash-and-equivalents-growth-1y&ticker=ALAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();