Alarum Technologies (ALAR) Selling, General & Administrative (2017 - 2026)
Analysis
Alarum Technologies (ALAR) Selling, General & Administrative (2017 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Snowflake | 118.56 Bn | 116.21 Bn | 1.04 Bn | 120.59 Mn |
| 2 | MongoDB | 34.45 Bn | 32.04 Bn | 569.77 Mn | 74.42 Mn |
| 3 | Sportradar Group AG | 12.29 Bn | 11.92 Bn | 376.06 Mn | - |
| 4 | Elastic | 9.39 Bn | 7.93 Bn | 356.19 Mn | 48.35 Mn |
| 5 | Genius Sports | 3.08 Bn | 2.92 Bn | 63.79 Mn | 59.54 Mn |
| 6 | Teradata | 2.74 Bn | 2.32 Bn | 243.00 Mn | 120.00 Mn |
| 7 | Datavault AI | 145.26 Mn | 145.26 Mn | 2.88 Mn | 14.92 Mn |
| 8 | Alarum Technologies | 139.67 Mn | 125.52 Mn | 7.23 Mn | 1.77 Mn |
| 9 | Intermap Technologies | 48.53 Mn | 32.35 Mn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 1.77 Mn |
| Dec 31, 2025 | 2.09 Mn |
| Sep 30, 2025 | 2.02 Mn |
| Jun 30, 2025 | 1.58 Mn |
| Mar 31, 2025 | 1.29 Mn |
| Dec 31, 2024 | 1.75 Mn |
| Sep 30, 2024 | 1.29 Mn |
| Jun 30, 2024 | 1.39 Mn |
| Mar 31, 2024 | 1.24 Mn |
| Dec 31, 2023 | 1.21 Mn |
| Sep 30, 2023 | 913,000.00 |
| Jun 30, 2023 | 1.29 Mn |
| Mar 31, 2023 | 995,000.00 |
| Dec 31, 2022 | 1.37 Mn |
| Sep 30, 2022 | 1.10 Mn |
| Jun 30, 2022 | 2.00 Mn |
| Mar 31, 2022 | 2.25 Mn |
| Dec 31, 2021 | 2.60 Mn |
| Sep 30, 2021 | 1.83 Mn |
| Jun 30, 2021 | 1.49 Mn |
API Access
Alarum Technologies Selling, General & Administrative 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=selling-general-and-administrative&ticker=ALAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=ALAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();