Skip to content

Dynatrace, Inc.: filings

Every Dynatrace, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 29 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-Q2026-08-05fiscal Q1 2027511050001773383-26-000050
10-K2026-05-20fiscal FY 2026571470001773383-26-000019
10-Q2026-02-09fiscal Q3 2026501370001773383-26-000008
10-Q2025-11-05fiscal Q2 2026501370001628280-25-049225
10-Q2025-08-06fiscal Q1 2026501030001773383-25-000154
10-K2025-05-22fiscal FY 2025571470001773383-25-000065
10-Q2025-01-30fiscal Q3 2025501370001773383-25-000009
10-Q2024-11-07fiscal Q2 2025501370001773383-24-000217
10-Q2024-08-07fiscal Q1 2025501030001773383-24-000157
10-K2024-05-23fiscal FY 2024561440001773383-24-000076
10-Q2024-02-08fiscal Q3 2024501370001773383-24-000011
10-Q2023-11-02fiscal Q2 2024501370001773383-23-000213
10-Q2023-08-02fiscal Q1 2024501030001773383-23-000133
10-K2023-05-25fiscal FY 2023561530001773383-23-000055
10-Q2023-02-01fiscal Q3 2023501370001773383-23-000008
10-Q2022-11-02fiscal Q2 2023511390001773383-22-000123
10-Q2022-08-03fiscal Q1 2023511050001773383-22-000091
10-K2022-05-26fiscal FY 2022571450001773383-22-000053
10-Q2022-02-02fiscal Q3 2022511390001773383-22-000021
10-Q2021-10-27fiscal Q2 2022511390001773383-21-000114
10-Q2021-07-28fiscal Q1 2022501030001773383-21-000083
10-K2021-05-28fiscal FY 2021521280001773383-21-000054
10-Q2021-02-03fiscal Q3 2021491280001773383-21-000011
10-Q2020-10-28fiscal Q2 2021491280001773383-20-000122
10-Q2020-07-30fiscal Q1 202149970001773383-20-000080
10-K2020-05-27fiscal FY 2020491230001773383-20-000053
10-Q2020-01-31fiscal Q3 2020461190001773383-20-000004
10-Q2019-11-04fiscal Q2 2020421110001773383-19-000018
10-Q2019-09-05fiscal Q1 202040820001773383-19-000006

Inspect the source

Entity
Dynatrace, Inc. / CIK 0001773383
Captured
2026-09-21T17:30:17.708Z
SEC response SHA-256
b9c783b4db10c56ada3a646177ec735948ca48c8d489cef60f513c7ce0a83503

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