Alarum Technologies (ALAR) Income towards Parent Company (2017 - 2026)
Alarum Technologies (ALAR) posted Income towards Parent Company 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) Income towards Parent Company (2017 - 2026) Analysis & Trends
Alarum Technologies has reported Income towards Parent Company for 10 years, with the latest figure at $33.4 million in Q1 2026.
- On a quarterly basis, Income towards Parent Company 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.
- Income towards Parent Company was $33.4 million for Q1 2026 at Alarum Technologies, up from -$27.6 million in the prior quarter.
- The five-year high for Income towards Parent Company was $33.4 million in Q1 2026, with the low at -$27.6 million in Q4 2025.
- Average Income towards Parent Company 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: Income towards Parent Company surged 2611.01% in 2024, then sank 2071.43% in 2025.
- Over 5 years, Income towards Parent Company 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 Income towards Parent Company 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) |
|---|---|---|---|---|
| 1 | Snowflake | 118.56 Bn | 116.21 Bn | 1.04 Bn |
| 2 | MongoDB | 34.45 Bn | 32.04 Bn | 569.77 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 |
| 5 | Genius Sports | 3.08 Bn | 2.92 Bn | 63.79 Mn |
| 6 | Teradata | 2.74 Bn | 2.32 Bn | 243.00 Mn |
| 7 | Datavault AI | 145.26 Mn | 145.26 Mn | 2.88 Mn |
| 8 | Alarum Technologies | 139.67 Mn | 125.52 Mn | 7.23 Mn |
| 9 | Intermap Technologies | 48.53 Mn | 32.35 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 Income towards Parent Company 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=income-towards-parent-company&ticker=ALAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "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=income-towards-parent-company&ticker=ALAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();