Alarum Technologies (ALAR) Tax Rate (2018 - 2026)
Alarum Technologies (ALAR) posted Tax Rate of 23.68% for Q1 2026, down 14.98% on a QoQ basis from 27.85% in Q4 2025, and down 146.0% year-over-year from 51.48% in Q1 2025.
Alarum Technologies (ALAR) Tax Rate (2018 - 2026) Analysis & Trends
Alarum Technologies has reported Tax Rate for 9 years, with the latest figure at 23.68% in Q1 2026.
- On a quarterly basis, Tax Rate fell 146.0% year-over-year to 23.68% in Q1 2026; TTM through Mar 2026 was 32.67%, a 1442.0% increase from a year earlier, with the FY2025 full-year figure at 34.62%, up 5206.0% from the prior year.
- Tax Rate was 23.68% for Q1 2026 at Alarum Technologies, down from 27.85% in the prior quarter.
- The five-year high for Tax Rate was 292.86% in Q2 2024, with the low at 17.15% in Q1 2024.
- Average Tax Rate over 5 years is 29.59%, with a median of 6.14% recorded in 2024.
- The sharpest annual moves came in 2024 and 2025: Tax Rate jumped 29590 bps in 2024, then sank 25976 bps in 2025.
- Over 5 years, Tax Rate stood at 3.65% in 2022, then surged by 64 bps to 1.3% in 2023, then surged by 1657 bps to 20.22% in 2024, then soared by 38 bps to 27.85% in 2025, then decreased by 15 bps to 23.68% in 2026.
- The last three Tax Rate figures came in at 23.68% (Q1 2026), 27.85% (Q4 2025), and 73.63% (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Snowflake | 118.56 Bn | 116.21 Bn | 1.04 Bn | -1.82% |
| 2 | MongoDB | 34.45 Bn | 32.04 Bn | 569.77 Mn | 10.89% |
| 3 | Sportradar Group AG | 12.29 Bn | 11.92 Bn | 376.06 Mn | -9.07% |
| 4 | Elastic | 9.39 Bn | 7.93 Bn | 356.19 Mn | 3.07% |
| 5 | Genius Sports | 3.08 Bn | 2.92 Bn | 63.79 Mn | 0.47% |
| 6 | Teradata | 2.74 Bn | 2.32 Bn | 243.00 Mn | 2.13% |
| 7 | Datavault AI | 145.26 Mn | 145.26 Mn | 2.88 Mn | - |
| 8 | Alarum Technologies | 139.67 Mn | 125.52 Mn | 7.23 Mn | 23.68% |
| 9 | Intermap Technologies | 48.53 Mn | 32.35 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 23.68% |
| Dec 31, 2025 | 27.85% |
| Sep 30, 2025 | 73.63% |
| Jun 30, 2025 | 33.10% |
| Mar 31, 2025 | 25.14% |
| Dec 31, 2024 | 20.22% |
| Sep 30, 2024 | 6.14% |
| Jun 30, 2024 | 292.86% |
| Mar 31, 2024 | -17.15% |
| Dec 31, 2023 | -1.30% |
| Sep 30, 2023 | 31.52% |
| Jun 30, 2023 | -3.05% |
| Mar 31, 2023 | 0.58% |
| Dec 31, 2022 | -3.65% |
| Sep 30, 2022 | -2.71% |
| Jun 30, 2022 | -2.08% |
| Mar 31, 2022 | -1.73% |
| Dec 31, 2021 | -13.63% |
| Sep 30, 2021 | -1.76% |
| Jun 30, 2021 | -1.63% |
Alarum Technologies Tax Rate 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=tax-rate&ticker=ALAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=ALAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();