Alarum Technologies (ALAR) Retained Earnings (2017 - 2026)
Alarum Technologies (ALAR) posted Retained Earnings of -$95.0 million for Q1 2026, up 0.62% on a QoQ basis from -$95.6 million in Q4 2025, and up 1.19% year-over-year from -$93.9 million in Q1 2025.
Alarum Technologies (ALAR) Retained Earnings (2017 - 2026) Analysis & Trends
Alarum Technologies has reported Retained Earnings for 10 years, with the latest figure at -$95.0 million in Q1 2026.
- On a quarterly basis, Retained Earnings rose 1.19% year-over-year to -$95.0 million in Q1 2026; TTM through Mar 2026 was -$95.0 million, a 1.19% increase from a year earlier, with the FY2025 full-year figure at -$95.6 million, up 1.0% from the prior year.
- Retained Earnings was -$95.0 million for Q1 2026 at Alarum Technologies, up from -$95.6 million in the prior quarter.
- The five-year high for Retained Earnings was -$88.4 million in Q1 2022, with the low at -$105.2 million in Q2 2023.
- Average Retained Earnings over 5 years is -$97.3 million, with a median of -$96.6 million recorded in 2024.
- The largest YoY upside for Retained Earnings was 99.88% in 2022 against a maximum downside of 18.67% in 2022.
- Over 5 years, Retained Earnings stood at -$96.8 million in 2022, then declined by 5.71% to -$102.3 million in 2023, then gained by 5.65% to -$96.6 million in 2024, then climbed by 1.0% to -$95.6 million in 2025, then rose by 0.62% to -$95.0 million in 2026.
- The last three Retained Earnings figures came in at -$95.0 million (Q1 2026), -$95.6 million (Q4 2025), and -$95.8 million (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Palo Alto Networks | 305.27 Bn | 302.20 Bn | 2.30 Bn | 2.79 Bn |
| 2 | CrowdStrike Holdings | 256.05 Bn | 251.07 Bn | 1.10 Bn | 6.34 Bn |
| 3 | Fortinet | 127.84 Bn | 123.77 Bn | 1.64 Bn | -316.70 Mn |
| 4 | Snowflake | 118.56 Bn | 116.21 Bn | 1.04 Bn | 12.50 Bn |
| 5 | Datadog | 88.83 Bn | 83.85 Bn | 881.34 Mn | 234.92 Mn |
| 6 | Axon Enterprise | 37.31 Bn | 36.64 Bn | 546.45 Mn | 1.14 Bn |
| 7 | MongoDB | 34.45 Bn | 32.04 Bn | 569.77 Mn | 4.85 Bn |
| 8 | Zscaler | 34.27 Bn | 30.80 Bn | - | 3.87 Bn |
| 9 | Okta | 32.86 Bn | 30.56 Bn | 641.00 Mn | 9.35 Bn |
| 10 | Alarum Technologies | 139.67 Mn | 125.52 Mn | 7.23 Mn | -95.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -95.00 Mn |
| Dec 31, 2025 | -95.59 Mn |
| Sep 30, 2025 | -95.81 Mn |
| Jun 30, 2025 | -95.86 Mn |
| Mar 31, 2025 | -96.15 Mn |
| Dec 31, 2024 | -96.55 Mn |
| Sep 30, 2024 | -97.00 Mn |
| Jun 30, 2024 | -101.24 Mn |
| Mar 31, 2024 | -100.89 Mn |
| Dec 31, 2023 | -102.33 Mn |
| Sep 30, 2023 | -104.01 Mn |
| Jun 30, 2023 | -105.20 Mn |
| Mar 31, 2023 | -97.50 Mn |
| Dec 31, 2022 | -96.81 Mn |
| Sep 30, 2022 | -93.91 Mn |
| Jun 30, 2022 | -91.54 Mn |
| Mar 31, 2022 | -88.38 Mn |
| Dec 31, 2021 | -83.66 Mn |
| Sep 30, 2021 | -79.14 Mn |
| Jun 30, 2021 | -75.42 Bn |
Alarum Technologies Retained Earnings 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=retained-earnings&ticker=ALAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=ALAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();