Alarum Technologies (ALAR) Restructuring Costs (2019 - 2021)
Alarum Technologies (ALAR) posted Restructuring Costs of -$94000.0 for Q4 2021, up 39.74% on a QoQ basis from -$156000.0 in Q3 2021, and down 10.59% year-over-year from -$105131.6 in Q4 2020.
Alarum Technologies (ALAR) Restructuring Costs (2019 - 2021) Analysis & Trends
Alarum Technologies has reported Restructuring Costs for 3 years, with the latest figure at -$94000.0 in Q4 2021.
- On a quarterly basis, Restructuring Costs fell 10.59% year-over-year to -$94000.0 in Q4 2021; TTM through Dec 2021 was -$769000.0, a 253.49% decrease from a year earlier, with the FY2021 full-year figure at -$684000.0, down 298.26% from the prior year.
- Restructuring Costs was -$94000.0 for Q4 2021 at Alarum Technologies, up from -$156000.0 in the prior quarter.
- The five-year high for Restructuring Costs was $430000.0 in Q1 2020, with the low at -$434000.0 in Q2 2021.
- Average Restructuring Costs over 3 years is -$3000.0, with a median of -$74500.0 recorded in 2019.
- The largest YoY upside for Restructuring Costs was 10.59% in 2021 against a maximum downside of 378.21% in 2021.
- Over 3 years, Restructuring Costs stood at -$64000.0 in 2019, then tumbled by 32.81% to -$85000.0 in 2020, then decreased by 10.59% to -$94000.0 in 2021.
- The last three Restructuring Costs figures came in at -$94000.0 (Q4 2021), -$156000.0 (Q3 2021), and -$434000.0 (Q2 2021), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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, 2021 | -94,000.00 |
| Sep 30, 2021 | -156,000.00 |
| Jun 30, 2021 | -434,000.00 |
| Dec 31, 2020 | -85,000.00 |
| Jun 30, 2020 | 156,000.00 |
| Mar 31, 2020 | 430,000.00 |
| Dec 31, 2019 | -64,000.00 |
| Sep 30, 2019 | 223,000.00 |
Alarum Technologies Restructuring Costs 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=restructuring-costs&ticker=ALAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "restructuring-costs", "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=restructuring-costs&ticker=ALAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();