Alarum Technologies (ALAR) Times Interest Earned (2017 - 2025)
Alarum Technologies (ALAR) posted Times Interest Earned of 0.27 for Q2 2025, down 83.55% on a QoQ basis from 1.66 in Q1 2025.
Analysis
Alarum Technologies (ALAR) Times Interest Earned (2017 - 2025) Analysis & Trends
Alarum Technologies has reported Times Interest Earned for 5 years, with the latest figure at 0.27 in Q2 2025.
- On a quarterly basis, Times Interest Earned changed N/A year-over-year to 0.27 in Q2 2025; TTM through Jun 2025 was 8.22, a N/A change from a year earlier, with the FY2025 full-year figure at 0.16, up 101.22% from the prior year.
- Times Interest Earned was 0.27 for Q2 2025 at Alarum Technologies, down from 1.66 in the prior quarter.
- The five-year high for Times Interest Earned was 1.66 in Q1 2025, with the low at 0.27 in Q2 2025.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Times Interest Earned (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 | -5.50 |
| 3 | Fortinet | 127.84 Bn | 123.77 Bn | 1.64 Bn | 215.41 |
| 4 | Snowflake | 118.56 Bn | 116.21 Bn | 1.04 Bn | -126.37 |
| 5 | Datadog | 88.83 Bn | 83.85 Bn | 881.34 Mn | 1.68 |
| 6 | Axon Enterprise | 37.31 Bn | 36.64 Bn | 546.45 Mn | 1.66 |
| 7 | MongoDB | 34.45 Bn | 32.04 Bn | 569.77 Mn | 30.74 |
| 8 | Zscaler | 34.27 Bn | 30.80 Bn | - | - |
| 9 | Okta | 32.86 Bn | 30.56 Bn | 641.00 Mn | 5.63 |
| 10 | Alarum Technologies | 139.67 Mn | 125.52 Mn | 7.23 Mn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 0.27 |
| Mar 31, 2025 | 1.67 |
| Jun 30, 2020 | 576.33 |
| Jun 12, 2019 | -0.23 |
| Dec 31, 2018 | -27.44 |
| Sep 30, 2018 | 0.82 |
| Jun 30, 2018 | 36.60 |
| Dec 31, 2017 | -0.77 |
| Sep 30, 2017 | 8.80 |
| Jun 30, 2017 | 4.71 |
API Access
Alarum Technologies Times Interest Earned 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=times-interest-earned&ticker=ALAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "times-interest-earned", "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=times-interest-earned&ticker=ALAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();