Alarum Technologies (ALAR) Gains from Investment Securities (2020 - 2022)
Alarum Technologies (ALAR) posted Gains from Investment Securities of $89000.0 for Q1 2022, up 115.08% on a QoQ basis from -$590000.0 in Q4 2021, and up 340.54% year-over-year from $20202.5 in Q1 2021.
Alarum Technologies (ALAR) Gains from Investment Securities (2020 - 2022) Analysis & Trends
Alarum Technologies has reported Gains from Investment Securities for 3 years, with the latest figure at $89000.0 in Q1 2022.
- On a quarterly basis, Gains from Investment Securities rose 340.54% year-over-year to $89000.0 in Q1 2022; TTM through Mar 2022 was -$272000.0, a N/A change from a year earlier, with the FY2021 full-year figure at -$1.6 million, up 44.96% from the prior year.
- Gains from Investment Securities was $89000.0 for Q1 2022 at Alarum Technologies, up from -$590000.0 in the prior quarter.
- The five-year high for Gains from Investment Securities was $266000.0 in Q4 2020, with the low at -$590000.0 in Q4 2021.
- Average Gains from Investment Securities over 3 years is -$68000.0, with a median of $26000.0 recorded in 2021.
- The sharpest annual moves came in 2021 and 2022: Gains from Investment Securities slumped 321.8% in 2021, then soared 340.54% in 2022.
- Over 3 years, Gains from Investment Securities stood at $266000.0 in 2020, then plunged by 321.8% to -$590000.0 in 2021, then surged by 115.08% to $89000.0 in 2022.
- The last three Gains from Investment Securities figures came in at $89000.0 (Q1 2022), -$590000.0 (Q4 2021), and -$37000.0 (Q1 2021), per Business Quant data.
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, 2022 | 89,000.00 |
| Dec 31, 2021 | -590,000.00 |
| Mar 31, 2021 | -37,000.00 |
| Dec 31, 2020 | 266,000.00 |
Alarum Technologies Gains from Investment Securities 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=gains-from-investment-securities&ticker=ALAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=ALAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();