Skip to content

DELEK US HOLDINGS, INC.: filings

Every DELEK US HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 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 Q2 2026441240001628280-26-053106
10-Q2026-04-29fiscal Q1 202643880001628280-26-028274
10-K2026-02-27fiscal FY 2025501630001628280-26-012664
10-Q2025-11-07fiscal Q3 2025451260001628280-25-050541
10-Q2025-08-06fiscal Q2 2025451260001694426-25-000112
10-Q2025-05-07fiscal Q1 202545920001694426-25-000060
10-K2025-02-26fiscal FY 2024501630001694426-25-000013
10-Q2024-11-07fiscal Q3 2024451280001694426-24-000154
10-Q2024-08-07fiscal Q2 2024461320001694426-24-000109
10-Q2024-05-08fiscal Q1 202446960001694426-24-000060
10-K2024-02-28fiscal FY 2023501320001694426-24-000028
10-Q2023-11-08fiscal Q3 2023471340001694426-23-000096
10-Q2023-08-09fiscal Q2 2023471340001694426-23-000071
10-Q2023-05-09fiscal Q1 2023481000001694426-23-000038
10-K2023-03-01fiscal FY 2022491770001694426-23-000007
10-Q2022-11-08fiscal Q3 2022471340001694426-22-000159
10-Q2022-08-05fiscal Q2 2022481360001694426-22-000132
10-Q2022-05-05fiscal Q1 202248970001694426-22-000086
10-K2022-02-25fiscal FY 2021501320001694426-22-000048
10-Q2021-11-05fiscal Q3 2021481380001694426-21-000184
10-Q2021-08-05fiscal Q2 2021481380001694426-21-000154
10-Q2021-05-07fiscal Q1 202149990001694426-21-000120
10-K2021-03-01fiscal FY 2020501710001694426-21-000034
10-Q2020-11-09fiscal Q3 2020481360001694426-20-000117
10-Q2020-08-07fiscal Q2 2020481360001694426-20-000096
10-Q2020-05-08fiscal Q1 202048970001694426-20-000056
10-K2020-02-28fiscal FY 2019511720001694426-20-000011
10-Q2019-11-08fiscal Q3 2019491380001694426-19-000141
10-Q2019-08-08fiscal Q2 2019481360001694426-19-000116
10-K/A2019-06-27fiscal FY 2018471590001694426-19-000103
10-Q2019-05-09fiscal Q1 201949990001694426-19-000064
10-K2019-03-01fiscal FY 2018471590001694426-19-000021
10-Q2018-11-09fiscal Q3 2018461300001694426-18-000220
10-Q2018-08-09fiscal Q2 2018431180001694426-18-000184
10-Q2018-05-10fiscal Q1 201842860001694426-18-000119
10-K2018-03-01fiscal FY 2017451440001694426-18-000036
10-Q2017-11-09fiscal Q3 2017421140001694426-17-000179
10-Q2017-08-07fiscal Q2 2017421140001694426-17-000129

Inspect the source

Entity
DELEK US HOLDINGS, INC. / CIK 0001694426
Captured
2026-09-21T17:25:31.624Z
SEC response SHA-256
96f2724024281b1275c6f4947339b397d8e629317812cd20d159a4e23ea43e97

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