Alarum Technologies (ALAR) Free Cash Flow (2018 - 2022)
Alarum Technologies (ALAR) posted Free Cash Flow of $1.5 million for Q2 2022, up 202.43% on a QoQ basis from -$1.4 million in Q1 2022, and up 676.56% year-over-year from $190068.4 in Q2 2021.
Alarum Technologies (ALAR) Free Cash Flow (2018 - 2022) Analysis & Trends
Alarum Technologies has reported Free Cash Flow for 5 years, with the latest figure at $1.5 million in Q2 2022.
- On a quarterly basis, Free Cash Flow rose 676.56% year-over-year to $1.5 million in Q2 2022; TTM through Jun 2022 was -$2.0 million, a 40.37% increase from a year earlier, with the FY2025 full-year figure at -$1.9 million, down 120.81% from the prior year.
- Free Cash Flow was $1.5 million for Q2 2022 at Alarum Technologies, up from -$1.4 million in the prior quarter.
- The five-year high for Free Cash Flow was $2.3 million in Q3 2019, with the low at -$9.3 million in Q4 2019.
- Average Free Cash Flow over 5 years is -$1.0 million, with a median of -$563000.0 recorded in 2021.
- The sharpest annual moves came in 2019 and 2022: Free Cash Flow plunged 871.95% in 2019, then jumped 676.56% in 2022.
- Over 5 years, Free Cash Flow stood at -$959000.0 in 2018, then slumped by 871.95% to -$9.3 million in 2019, then jumped by 69.92% to -$2.8 million in 2020, then jumped by 46.83% to -$1.5 million in 2021, then surged by 198.99% to $1.5 million in 2022.
- The last three Free Cash Flow figures came in at $1.5 million (Q2 2022), -$1.4 million (Q1 2022), and -$1.5 million (Q4 2021), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF (Qtr) |
|---|---|---|---|---|---|
| 1 | Palo Alto Networks | 305.27 Bn | 302.20 Bn | 2.30 Bn | 1.25 Bn |
| 2 | CrowdStrike Holdings | 256.05 Bn | 251.07 Bn | 1.10 Bn | 405.86 Mn |
| 3 | Fortinet | 127.84 Bn | 123.77 Bn | 1.64 Bn | 965.60 Mn |
| 4 | Snowflake | 118.56 Bn | 116.21 Bn | 1.04 Bn | 88.27 Mn |
| 5 | Datadog | 88.83 Bn | 83.85 Bn | 881.34 Mn | 288.59 Mn |
| 6 | Axon Enterprise | 37.31 Bn | 36.64 Bn | 546.45 Mn | -972,000.00 |
| 7 | MongoDB | 34.45 Bn | 32.04 Bn | 569.77 Mn | 138.71 Mn |
| 8 | Zscaler | 34.27 Bn | 30.80 Bn | - | - |
| 9 | Okta | 32.86 Bn | 30.56 Bn | 641.00 Mn | 228.00 Mn |
| 10 | Alarum Technologies | 139.67 Mn | 125.52 Mn | 7.23 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | 1.48 Mn |
| Mar 31, 2022 | -1.44 Mn |
| Dec 31, 2021 | -1.49 Mn |
| Sep 30, 2021 | -498,000.00 |
| Jun 30, 2021 | -256,000.00 |
| Mar 31, 2021 | -563,000.00 |
| Dec 31, 2020 | -2.80 Mn |
| Sep 30, 2020 | 346,000.00 |
| Jun 30, 2020 | -906,000.00 |
| Mar 31, 2020 | 1.67 Mn |
| Dec 31, 2019 | -9.32 Mn |
| Sep 30, 2019 | 2.34 Mn |
| Mar 31, 2019 | -502,000.00 |
| Dec 31, 2018 | -959,000.00 |
| Sep 30, 2018 | -2.59 Mn |
Alarum Technologies Free Cash Flow 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=free-cash-flow&ticker=ALAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "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=free-cash-flow&ticker=ALAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();