Zscaler (ZS) Times Interest Earned (2020 - 2026)
Zscaler's (ZS) quarterly Times Interest Earned came in at 12.27 in Q1 2026, up 28.53% year-over-year from 9.54 in Q1 2025, and up 28.25% quarter-over-quarter from 17.1 in Q4 2025.
Zscaler (ZS) Times Interest Earned (2020 - 2026) Analysis & Trends
Zscaler (ZS) has reported Times Interest Earned for 7 consecutive years, with 12.27 the latest figure, recorded in Q1 2026.
- On a quarterly basis, Times Interest Earned rose 28.53% year-over-year to 12.27 in Q1 2026; TTM through Jan 2026 was 14.03, a 65.04% decrease from a year earlier, with the FY2026 full-year figure at 11.3, up 16.24% from the prior year.
- Times Interest Earned was 12.27 for Q1 2026 at Zscaler, up from 17.1 in the prior quarter.
- Over five years, Times Interest Earned peaked at 1.09 in Q2 2024 and troughed at 51.91 in Q4 2022.
- A 5-year average of 17.49 and a median of 12.93 in 2025 frame the typical range for Times Interest Earned.
- Across the five-year window, Times Interest Earned jumped 97.3% in 2024 and plunged 1085.71% in 2025, its largest moves.
- Over 5 years, Times Interest Earned stood at 51.91 in 2022, then soared by 71.91% to 14.58 in 2023, then surged by 33.08% to 9.76 in 2024, then plunged by 75.21% to 17.1 in 2025, then increased by 28.25% to 12.27 in 2026.
- The last three Times Interest Earned figures came in at 12.27 (Q1 2026), 17.1 (Q4 2025), and 15.55 (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Times Interest Earned (Qtr) |
|---|---|---|---|---|---|
| 1 | Palo Alto Networks | 320.54 Bn | 317.47 Bn | 2.30 Bn | - |
| 2 | CrowdStrike Holdings | 268.77 Bn | 263.80 Bn | 1.10 Bn | -5.50 |
| 3 | Fortinet | 131.12 Bn | 127.05 Bn | 1.64 Bn | 215.41 |
| 4 | Snowflake | 118.02 Bn | 115.67 Bn | 1.04 Bn | -126.37 |
| 5 | Datadog | 90.27 Bn | 85.29 Bn | 881.34 Mn | 1.68 |
| 6 | Axon Enterprise | 36.61 Bn | 35.93 Bn | 546.45 Mn | 1.66 |
| 7 | Zscaler | 34.97 Bn | 31.49 Bn | - | - |
| 8 | MongoDB | 34.51 Bn | 32.10 Bn | 569.77 Mn | 30.74 |
| 9 | Okta | 34.32 Bn | 32.02 Bn | 641.00 Mn | 5.63 |
| 10 | Baidu | 30.55 Bn | 8.15 Bn | 1.76 Mn | 4.97 |
Historic Data
| Date | Value |
|---|---|
| Jan 31, 2026 | -12.27 |
| Oct 31, 2025 | -17.10 |
| Jul 31, 2025 | -15.55 |
| Apr 30, 2025 | -12.93 |
| Jan 31, 2025 | -17.16 |
| Oct 31, 2024 | -9.76 |
| Jul 31, 2024 | -7.48 |
| Apr 30, 2024 | -1.09 |
| Jan 31, 2024 | -12.61 |
| Oct 31, 2023 | -14.58 |
| Jul 31, 2023 | -17.86 |
| Apr 30, 2023 | -40.31 |
| Jan 31, 2023 | -48.94 |
| Oct 31, 2022 | -51.91 |
| Jul 31, 2022 | -5.71 |
| Apr 30, 2022 | -6.08 |
| Jan 31, 2022 | -5.98 |
| Oct 31, 2021 | -5.38 |
| Jul 31, 2021 | -4.94 |
| Apr 30, 2021 | -3.26 |
Zscaler 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=ZS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "times-interest-earned", "ticker": "ZS", "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=ZS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();