Skip to content

Dell Technologies Inc.: filings

Every Dell Technologies Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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-09-08fiscal Q2 2027541490001571996-26-000046
10-Q2026-06-09fiscal Q1 2027571170001571996-26-000030
10-K2026-03-16fiscal FY 2026651690001571996-26-000008
10-Q2025-12-09fiscal Q3 2026591650001571996-25-000127
10-Q2025-09-08fiscal Q2 2026591650001571996-25-000102
10-Q2025-06-10fiscal Q1 2026581190001571996-25-000063
10-K2025-03-25fiscal FY 2025632520001571996-25-000034
10-Q2024-12-10fiscal Q3 2025581630001571996-24-000143
10-Q2024-09-10fiscal Q2 2025591670001571996-24-000090
10-Q2024-06-11fiscal Q1 2025591230001571996-24-000062
10-K2024-03-25fiscal FY 2024601570001571996-24-000036
10-Q2023-12-08fiscal Q3 2024571630001571996-23-000046
10-Q2023-09-12fiscal FY 2024571630001571996-23-000032
10-Q2023-06-12fiscal FY 2024591230001571996-23-000019
10-K2023-03-30fiscal FY 2023611580001571996-23-000007
10-Q2022-12-05fiscal Q3 2023561540001571996-22-000044
10-Q2022-09-01fiscal Q2 2023561540001571996-22-000031
10-Q2022-06-06fiscal Q1 2023561160001571996-22-000021
10-K2022-03-24fiscal FY 2022611820001571996-22-000009
10-Q2021-12-03fiscal Q3 2022581630001571996-21-000063
10-Q2021-09-03fiscal Q2 2022581630001571996-21-000040
10-Q2021-06-07fiscal Q1 2022581210001571996-21-000026
10-K2021-03-26fiscal FY 2021621590001571996-21-000007
10-Q2020-12-07fiscal Q3 2021571610001571996-20-000051
10-Q2020-09-04fiscal Q2 2021551530001571996-20-000045
10-Q2020-06-08fiscal Q1 2021551150001571996-20-000034
10-K2020-03-27fiscal FY 2020611710001571996-20-000017
10-Q2019-12-09fiscal Q3 2020551370001571996-19-000051
10-Q2019-09-10fiscal Q2 2020541360001571996-19-000039
10-Q2019-06-10fiscal Q1 2020541060001571996-19-000025
10-K2019-03-29fiscal Q4 2019571730001571996-19-000008
10-Q2018-12-10fiscal Q3 2019481280001571996-18-000044
10-Q2018-09-11fiscal Q2 2019461240001571996-18-000034
10-Q2018-06-12fiscal Q1 201946950001571996-18-000022
10-K2018-03-29fiscal FY 2018531540001571996-18-000004
10-Q2017-12-12fiscal Q3 2018451190001571996-17-000045
10-Q2017-09-08fiscal Q2 2018441170001571996-17-000020
10-Q2017-06-09fiscal Q1 201844910001571996-17-000009
10-K2017-03-31fiscal FY 2017521510001571996-17-000004
10-Q2016-12-09fiscal Q3 2017421130001571996-16-000021
10-Q2016-09-06fiscal Q2 2017471290001571996-16-000015
10-Q2016-06-10fiscal Q1 201745920001571996-16-000008

Inspect the source

Entity
Dell Technologies Inc. / CIK 0001571996
Captured
2026-09-20T09:21:26.572Z
SEC response SHA-256
6e91eb4af5e3e0bd3885e0d93f3590846e6f78a14c6403138d171f762fe9160d

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