Alarum Technologies (ALAR) Capital Leases (2018 - 2021)
Alarum Technologies (ALAR) posted Capital Leases of -$289000.0 for Q2 2021, down 681.08% on a QoQ basis from -$37000.0 in Q1 2021, and up 87.26% year-over-year from -$154328.3 in Q2 2020.
Alarum Technologies (ALAR) Capital Leases (2018 - 2021) Analysis & Trends
Alarum Technologies has reported Capital Leases for 4 years, with the latest figure at -$289000.0 in Q2 2021.
- On a quarterly basis, Capital Leases rose 87.26% year-over-year to -$289000.0 in Q2 2021; TTM through Jun 2021 was -$289000.0, a 87.26% increase from a year earlier, with the FY2020 full-year figure at -$3.0 million, down 142.54% from the prior year.
- Capital Leases was -$289000.0 for Q2 2021 at Alarum Technologies, down from -$37000.0 in the prior quarter.
- The five-year high for Capital Leases was $7.0 million in Q4 2019, with the low at -$4.4 million in Q3 2019.
- Average Capital Leases over 4 years is -$402545.5, with a median of -$289000.0 recorded in 2021.
- The sharpest annual moves came in 2019 and 2020: Capital Leases surged 271.34% in 2019, then sank 1691.91% in 2020.
- Over 4 years, Capital Leases stood at $1.9 million in 2018, then soared by 271.34% to $7.0 million in 2019, then sank by 142.54% to -$3.0 million in 2020, then surged by 90.32% to -$289000.0 in 2021.
- The last three Capital Leases figures came in at -$289000.0 (Q2 2021), -$37000.0 (Q1 2021), and -$3.0 million (Q4 2020), 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 |
|---|---|
| Jun 30, 2021 | -289,000.00 |
| Mar 31, 2021 | -37,000.00 |
| Dec 31, 2020 | -2.99 Mn |
| Sep 30, 2020 | -3.25 Mn |
| Jun 30, 2020 | -2.27 Mn |
| Mar 31, 2020 | -2.75 Mn |
| Dec 31, 2019 | 7.02 Mn |
| Sep 30, 2019 | -4.43 Mn |
| Mar 31, 2019 | 173,000.00 |
| Dec 31, 2018 | 1.89 Mn |
| Sep 30, 2018 | 2.50 Mn |
Alarum Technologies Capital Leases 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=capital-leases&ticker=ALAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "capital-leases", "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=capital-leases&ticker=ALAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();