Alarum Technologies (ALAR) Income from Discontinued Operations (2022 - 2023)
Alarum Technologies (ALAR) posted Income from Discontinued Operations of -$164000.0 for Q4 2023, down 300.0% on a QoQ basis from $82000.0 in Q3 2023, and down 220.59% year-over-year from $136000.0 in Q4 2022.
Alarum Technologies (ALAR) Income from Discontinued Operations (2022 - 2023) Analysis & Trends
Alarum Technologies has reported Income from Discontinued Operations for 2 years, with the latest figure at -$164000.0 in Q4 2023.
- On a quarterly basis, Income from Discontinued Operations fell 220.59% year-over-year to -$164000.0 in Q4 2023; TTM through Dec 2023 was $54000.0, a N/A change from a year earlier, with the FY2025 full-year figure at $10.0, down 87.5% from the prior year.
- Income from Discontinued Operations was -$164000.0 for Q4 2023 at Alarum Technologies, down from $82000.0 in the prior quarter.
- The five-year high for Income from Discontinued Operations was $136000.0 in Q4 2022, with the low at -$164000.0 in Q4 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (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 |
|---|---|
| Dec 31, 2023 | -164,000.00 |
| Sep 30, 2023 | 82,000.00 |
| Dec 31, 2022 | 136,000.00 |
Alarum Technologies Income from Discontinued Operations 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-from-discontinued-operations&ticker=ALAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "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-from-discontinued-operations&ticker=ALAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();