Skip to content

ZENDESK, INC.: filings

Every ZENDESK, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 35 filings, each linked to its SEC index.

Filing record ends 2022-10-28

The latest filing in this captured record is a 10-Q filed 2022-10-28. No later filing is in the SEC companyfacts record captured on 2026-09-22. ZENDESK, INC. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2022-10-28fiscal Q3 2022541550001463172-22-000326
10-Q2022-07-29fiscal Q2 2022541550001463172-22-000236
10-Q2022-04-29fiscal Q1 2022541130001463172-22-000120
10-K2022-02-15fiscal FY 2021581520001463172-22-000027
10-Q2021-11-01fiscal Q3 2021541550001628280-21-021018
10-Q2021-07-30fiscal Q2 2021541540001463172-21-000323
10-Q2021-05-03fiscal Q1 2021501050001463172-21-000166
10-K2021-02-12fiscal FY 2020551420001463172-21-000054
10-Q2020-10-30fiscal Q3 2020511400001463172-20-000419
10-Q2020-07-31fiscal Q2 2020511400001463172-20-000316
10-Q2020-05-04fiscal Q1 2020511080001463172-20-000156
10-K2020-02-13fiscal FY 2019561430001463172-20-000061
10-Q2019-11-01fiscal Q3 2019501360001463172-19-000445
10-Q2019-08-02fiscal Q2 2019501360001463172-19-000314
10-Q2019-05-02fiscal Q1 2019501020001463172-19-000163
10-K2019-02-14fiscal FY 2018521330001463172-19-000065
10-Q2018-11-05fiscal Q3 2018461270001463172-18-000242
10-K/A2018-11-05fiscal FY 2017421090001193125-18-317510
10-Q2018-08-03fiscal Q2 2018431200001463172-18-000159
10-Q2018-05-04fiscal Q1 201842860001628280-18-005896
10-K2018-02-22fiscal FY 2017421090001628280-18-002076
10-Q2017-11-03fiscal Q3 2017391080001628280-17-010884
10-Q2017-08-07fiscal Q2 2017391080001628280-17-008241
10-Q2017-05-08fiscal Q1 201739800001628280-17-005147
10-K2017-02-27fiscal FY 2016451180001628280-17-001792
10-Q2016-11-03fiscal Q3 2016401100001628280-16-020759
10-Q2016-08-04fiscal Q2 2016401100001628280-16-018524
10-Q2016-05-05fiscal Q1 201642850001564590-16-018021
10-K2016-02-26fiscal FY 2015451140001564590-16-013588
10-Q2015-11-06fiscal Q3 2015431210001564590-15-009775
10-Q2015-08-07fiscal Q2 2015431210001564590-15-006531
10-Q2015-05-07fiscal Q1 201543860001564590-15-003609
10-K2015-02-17fiscal FY 2014451080001564590-15-000725
10-Q2014-11-06fiscal Q3 2014431190001564590-14-005168
10-Q2014-08-07fiscal Q2 2014441190001564590-14-003312

Inspect the source

Entity
ZENDESK, INC. / CIK 0001463172
Captured
SEC response SHA-256
8fafaba4cdc72c15851723dc7c868b27f11f2af6a8f35e560745b7dfa040376c

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/0001463172.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"])))