Alarum Technologies (ALAR) EPS (Basic) (2019 - 2026)
Alarum Technologies (ALAR) posted EPS (Basic) of $0.5 for Q1 2026, up 221.01% on a QoQ basis from -$0.42 in Q4 2025, and up 21.01% year-over-year from $0.42 in Q1 2025.
Alarum Technologies (ALAR) EPS (Basic) (2019 - 2026) Analysis & Trends
Alarum Technologies has reported EPS (Basic) for 8 years, with the latest figure at $0.5 in Q1 2026.
- On a quarterly basis, EPS (Basic) rose 21.01% year-over-year to $0.5 in Q1 2026; TTM through Mar 2026 was $0.56, a 2.11% decrease from a year earlier, with the FY2025 full-year figure at $0.48, up 21.59% from the prior year.
- EPS (Basic) was $0.5 for Q1 2026 at Alarum Technologies, up from -$0.42 in the prior quarter.
- The five-year high for EPS (Basic) was $0.6 in Q3 2024, with the low at -$0.42 in Q4 2025.
- Average EPS (Basic) over 5 years is $0.09, with a median of $0.0 recorded in 2025.
- The sharpest annual moves came in 2024 and 2025: EPS (Basic) soared 2014.64% in 2024, then tumbled 2071.43% in 2025.
- Over 5 years, EPS (Basic) stood at -$0.1 in 2022, then surged by 430.97% to $0.32 in 2023, then sank by 93.39% to $0.02 in 2024, then sank by 2071.43% to -$0.42 in 2025, then surged by 221.01% to $0.5 in 2026.
- The last three EPS (Basic) figures came in at $0.5 (Q1 2026), -$0.42 (Q4 2025), and $0.47 (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Snowflake | 118.56 Bn | 116.21 Bn | 1.04 Bn | -0.55 |
| 2 | MongoDB | 34.45 Bn | 32.04 Bn | 569.77 Mn | 0.51 |
| 3 | Sportradar Group AG | 12.29 Bn | 11.92 Bn | 376.06 Mn | 0.00 |
| 4 | Elastic | 9.39 Bn | 7.93 Bn | 356.19 Mn | -0.16 |
| 5 | Genius Sports | 3.08 Bn | 2.92 Bn | 63.79 Mn | -0.28 |
| 6 | Teradata | 2.74 Bn | 2.32 Bn | 243.00 Mn | 0.49 |
| 7 | Datavault AI | 145.26 Mn | 145.26 Mn | 2.88 Mn | -0.12 |
| 8 | Alarum Technologies | 139.67 Mn | 125.52 Mn | 7.23 Mn | 0.50 |
| 9 | Intermap Technologies | 48.53 Mn | 32.35 Mn | - | -0.03 |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 0.50 |
| Dec 31, 2025 | -0.42 |
| Sep 30, 2025 | 0.47 |
| Jun 30, 2025 | 0.00 |
| Mar 31, 2025 | 0.42 |
| Dec 31, 2024 | 0.02 |
| Sep 30, 2024 | 0.60 |
| Jun 30, 2024 | -0.39 |
| Mar 31, 2024 | 0.41 |
| Dec 31, 2023 | 0.32 |
| Sep 30, 2023 | 0.35 |
| Jun 30, 2023 | -0.26 |
| Mar 31, 2023 | -0.02 |
| Dec 31, 2022 | -0.10 |
| Sep 30, 2022 | -0.09 |
| Jun 30, 2022 | -0.13 |
| Mar 31, 2022 | -0.17 |
| Dec 31, 2021 | -0.24 |
| Sep 30, 2021 | -0.33 |
| Jun 30, 2021 | -0.17 |
Alarum Technologies EPS (Basic) 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=eps-basic&ticker=ALAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=ALAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();