Alarum Technologies (ALAR) Net Income towards Common Stockholders (2017 - 2026)
Alarum Technologies (ALAR) posted Net Income towards Common Stockholders of $33.4 million for Q1 2026, up 221.01% on a QoQ basis from -$27.6 million in Q4 2025, and up 21.01% year-over-year from $27.6 million in Q1 2025.
Alarum Technologies (ALAR) Net Income towards Common Stockholders (2017 - 2026) Analysis & Trends
Alarum Technologies has reported Net Income towards Common Stockholders for 10 years, with the latest figure at $33.4 million in Q1 2026.
- On a quarterly basis, Net Income towards Common Stockholders rose 21.01% year-over-year to $33.4 million in Q1 2026; TTM through Mar 2026 was $37.2 million, a 2.11% decrease from a year earlier, with the FY2025 full-year figure at $32.1 million, up 21.59% from the prior year.
- Net Income towards Common Stockholders was $33.4 million for Q1 2026 at Alarum Technologies, up from -$27.6 million in the prior quarter.
- The five-year high for Net Income towards Common Stockholders was $33.4 million in Q1 2026, with the low at -$27.6 million in Q4 2025.
- Average Net Income towards Common Stockholders over 5 years is $5.5 million, with a median of $287000.0 recorded in 2025.
- The sharpest annual moves came in 2024 and 2025: Net Income towards Common Stockholders surged 2611.01% in 2024, then sank 2071.43% in 2025.
- Over 5 years, Net Income towards Common Stockholders stood at -$3.0 million in 2022, then surged by 534.07% to $13.2 million in 2023, then slumped by 89.39% to $1.4 million in 2024, then tumbled by 2071.43% to -$27.6 million in 2025, then surged by 221.01% to $33.4 million in 2026.
- The last three Net Income towards Common Stockholders figures came in at $33.4 million (Q1 2026), -$27.6 million (Q4 2025), and $31.1 million (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Snowflake | 118.56 Bn | 116.21 Bn | 1.04 Bn | -191.72 Mn |
| 2 | MongoDB | 34.45 Bn | 32.04 Bn | 569.77 Mn | 40.94 Mn |
| 3 | Sportradar Group AG | 12.29 Bn | 11.92 Bn | 376.06 Mn | -4.09 Mn |
| 4 | Elastic | 9.39 Bn | 7.93 Bn | 356.19 Mn | -16.73 Mn |
| 5 | Genius Sports | 3.08 Bn | 2.92 Bn | 63.79 Mn | -71.86 Mn |
| 6 | Teradata | 2.74 Bn | 2.32 Bn | 243.00 Mn | 46.00 Mn |
| 7 | Datavault AI | 145.26 Mn | 145.26 Mn | 2.88 Mn | -88.03 Mn |
| 8 | Alarum Technologies | 139.67 Mn | 125.52 Mn | 7.23 Mn | 33.40 Mn |
| 9 | Intermap Technologies | 48.53 Mn | 32.35 Mn | - | -2.11 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 33.40 Mn |
| Dec 31, 2025 | -27.60 Mn |
| Sep 30, 2025 | 31.10 Mn |
| Jun 30, 2025 | 287,000.00 |
| Mar 31, 2025 | 27.60 Mn |
| Dec 31, 2024 | 1.40 Mn |
| Sep 30, 2024 | 25.00 Mn |
| Jun 30, 2024 | -16.01 Mn |
| Mar 31, 2024 | 17.10 Mn |
| Dec 31, 2023 | 13.20 Mn |
| Sep 30, 2023 | 10.90 Mn |
| Jun 30, 2023 | -8.18 Mn |
| Mar 31, 2023 | -681,000.00 |
| Dec 31, 2022 | -3.04 Mn |
| Sep 30, 2022 | -2.43 Mn |
| Jun 30, 2022 | -3.54 Mn |
| Mar 31, 2022 | -4.64 Mn |
| Dec 31, 2021 | -6.60 Mn |
| Sep 30, 2021 | -4.46 Mn |
| Jun 30, 2021 | -2.38 Mn |
Alarum Technologies Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=ALAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "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=net-income-towards-common-stockholders&ticker=ALAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();