Alarum Technologies (ALAR) FCF Margin (2018 - 2022)
Alarum Technologies (ALAR) posted FCF Margin of 30.9% for Q2 2022, up 186.22% on a QoQ basis from 35.84% in Q1 2022, and up 4525.0% year-over-year from 0.67% in Q2 2021.
Alarum Technologies (ALAR) FCF Margin (2018 - 2022) Analysis & Trends
Alarum Technologies has reported FCF Margin for 5 years, with the latest figure at 30.9% in Q2 2022.
- On a quarterly basis, FCF Margin rose 4525.0% year-over-year to 30.9% in Q2 2022; TTM through Jun 2022 was 12.25%, a 4375.0% increase from a year earlier, with the FY2025 full-year figure at 4.59%, down 3284.0% from the prior year.
- FCF Margin was 30.9% for Q2 2022 at Alarum Technologies, up from 35.84% in the prior quarter.
- The five-year high for FCF Margin was 173.09% in Q3 2019, with the low at 1043.55% in Q3 2018.
- Average FCF Margin over 5 years is 151.33%, with a median of 39.52% recorded in 2021.
- The largest YoY upside for FCF Margin was 121664 bps in 2019 against a maximum downside of 62959 bps in 2019.
- Over 5 years, FCF Margin stood at 207.13% in 2018, then sank by 304 bps to 836.71% in 2019, then soared by 74 bps to 216.53% in 2020, then soared by 82 bps to 39.52% in 2021, then surged by 178 bps to 30.9% in 2022.
- The last three FCF Margin figures came in at 30.9% (Q2 2022), 35.84% (Q1 2022), and 39.52% (Q4 2021), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Palo Alto Networks | 305.27 Bn | 302.20 Bn | 2.30 Bn | 36.77% |
| 2 | CrowdStrike Holdings | 256.05 Bn | 251.07 Bn | 1.10 Bn | 27.59% |
| 3 | Fortinet | 127.84 Bn | 123.77 Bn | 1.64 Bn | 47.15% |
| 4 | Snowflake | 118.56 Bn | 116.21 Bn | 1.04 Bn | 5.71% |
| 5 | Datadog | 88.83 Bn | 83.85 Bn | 881.34 Mn | 25.73% |
| 6 | Axon Enterprise | 37.31 Bn | 36.64 Bn | 546.45 Mn | -0.11% |
| 7 | MongoDB | 34.45 Bn | 32.04 Bn | 569.77 Mn | 17.97% |
| 8 | Zscaler | 34.27 Bn | 30.80 Bn | - | - |
| 9 | Okta | 32.86 Bn | 30.56 Bn | 641.00 Mn | 28.32% |
| 10 | Alarum Technologies | 139.67 Mn | 125.52 Mn | 7.23 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | 30.90% |
| Mar 31, 2022 | -35.84% |
| Dec 31, 2021 | -39.52% |
| Sep 30, 2021 | -14.75% |
| Jun 30, 2021 | -14.35% |
| Mar 31, 2021 | -41.80% |
| Dec 31, 2020 | -216.53% |
| Sep 30, 2020 | 24.26% |
| Jun 30, 2020 | -84.12% |
| Mar 31, 2020 | 153.68% |
| Dec 31, 2019 | -836.71% |
| Sep 30, 2019 | 173.09% |
| Mar 31, 2019 | -117.56% |
| Dec 31, 2018 | -207.13% |
| Sep 30, 2018 | -1,043.55% |
Alarum Technologies FCF Margin 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=fcf-margin&ticker=ALAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-margin", "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=fcf-margin&ticker=ALAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();