Skip to content

Zscaler Inc: filings

Every Zscaler Inc annual and quarterly report in the SEC record with the published financial measures it tagged, 34 filings, each linked to its SEC index.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-K2026-09-03fiscal FY 2026561490001713683-26-000157
10-Q2026-05-26fiscal Q3 2026521460001713683-26-000096
10-Q2026-02-26fiscal Q2 2026521460001713683-26-000048
10-Q2025-11-25fiscal Q1 2026501040001713683-25-000205
10-K2025-09-11fiscal FY 2025561460001713683-25-000158
10-Q2025-05-29fiscal Q3 2025521460001713683-25-000079
10-Q2025-03-10fiscal Q2 2025531500001713683-25-000033
10-Q2024-12-05fiscal Q1 2025521080001713683-24-000150
10-K2024-09-12fiscal FY 2024571480001713683-24-000109
10-Q2024-06-07fiscal Q3 2024531500001713683-24-000075
10-Q2024-03-06fiscal Q2 2024531500001713683-24-000041
10-Q2023-12-06fiscal Q1 2023521080001713683-23-000171
10-K2023-09-14fiscal FY 2023571480001713683-23-000113
10-Q2023-06-07fiscal Q3 2023531500001713683-23-000059
10-Q2023-03-08fiscal Q2 2023531500001713683-23-000030
10-Q2022-12-07fiscal Q1 2023521080001713683-22-000123
10-K2022-09-15fiscal FY 2022571480001713683-22-000081
10-Q2022-06-09fiscal Q3 2022521460001713683-22-000056
10-Q2022-03-09fiscal Q2 2022521460001713683-22-000029
10-Q2021-12-08fiscal Q1 2021511060001713683-21-000238
10-K2021-09-16fiscal FY 2021571480001713683-21-000175
10-Q2021-06-03fiscal Q3 2021481320001713683-21-000096
10-Q2021-03-04fiscal Q2 2021481310001713683-21-000037
10-Q2020-12-08fiscal Q1 202147990001713683-20-000193
10-K2020-09-17fiscal FY 2020531330001713683-20-000163
10-Q2020-06-03fiscal Q3 2020481270001713683-20-000095
10-Q2020-03-04fiscal Q2 2020471250001713683-20-000037
10-Q2019-12-06fiscal Q1 202048980001713683-19-000053
10-K2019-09-18fiscal FY 2019481260001713683-19-000030
10-Q2019-06-05fiscal Q3 2019441210001713683-19-000016
10-Q2019-03-06fiscal Q2 2019431190001713683-19-000006
10-Q2018-12-06fiscal Q1 201943910001713683-18-000009
10-K2018-09-13fiscal FY 2018431130001628280-18-011833
10-Q2018-06-07fiscal Q3 2018411070001713683-18-000007

Inspect the source

Entity
Zscaler Inc / CIK 0001713683
Captured
2026-09-21T17:26:53.996Z
SEC response SHA-256
06053c252007a7d76d154eb77a698c48c832f9b4d6ad121a33b41d14a27a1434

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0001713683.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))