Alarum Technologies (ALAR) Other Non-Current Liabilities (2019 - 2026)
Alarum Technologies (ALAR) posted Other Non-Current Liabilities of $94000.0 for Q1 2026, down 74.93% on a QoQ basis from $375000.0 in Q4 2025.
Alarum Technologies (ALAR) Other Non-Current Liabilities (2019 - 2026) Analysis & Trends
Alarum Technologies has reported Other Non-Current Liabilities for 5 years, with the latest figure at $94000.0 in Q1 2026.
- On a quarterly basis, Other Non-Current Liabilities changed N/A year-over-year to $94000.0 in Q1 2026; TTM through Mar 2026 was $94000.0, a N/A change from a year earlier, with the FY2025 full-year figure at $375000.0, changed N/A from the prior year.
- Other Non-Current Liabilities was $94000.0 for Q1 2026 at Alarum Technologies, down from $375000.0 in the prior quarter.
- The five-year high for Other Non-Current Liabilities was $375000.0 in Q4 2025, with the low at $94000.0 in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Palo Alto Networks | 305.27 Bn | 302.20 Bn | 2.30 Bn |
| 2 | CrowdStrike Holdings | 256.05 Bn | 251.07 Bn | 1.10 Bn |
| 3 | Fortinet | 127.84 Bn | 123.77 Bn | 1.64 Bn |
| 4 | Snowflake | 118.56 Bn | 116.21 Bn | 1.04 Bn |
| 5 | Datadog | 88.83 Bn | 83.85 Bn | 881.34 Mn |
| 6 | Axon Enterprise | 37.31 Bn | 36.64 Bn | 546.45 Mn |
| 7 | MongoDB | 34.45 Bn | 32.04 Bn | 569.77 Mn |
| 8 | Zscaler | 34.27 Bn | 30.80 Bn | - |
| 9 | Okta | 32.86 Bn | 30.56 Bn | 641.00 Mn |
| 10 | Alarum Technologies | 139.67 Mn | 125.52 Mn | 7.23 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 94,000.00 |
| Dec 31, 2025 | 375,000.00 |
| Sep 30, 2021 | 94,000.00 |
| Jun 30, 2021 | 250.00 Mn |
| Mar 31, 2021 | 515.00 Mn |
| Dec 31, 2020 | 915,000.00 |
| Sep 30, 2020 | 1.00 Bn |
| Jun 30, 2020 | 1.00 Mn |
| Mar 31, 2020 | 2.60 Mn |
| Dec 31, 2019 | 2.17 Mn |
| Sep 30, 2019 | 2.23 Mn |
Alarum Technologies Other Non-Current Liabilities 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=other-non-current-liabilities&ticker=ALAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-liabilities", "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=other-non-current-liabilities&ticker=ALAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();