Skip to content

DASEKE, INC.: filings

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

Filing record ends 2024-03-07

The latest filing in this captured record is a 10-K filed 2024-03-07. No later filing is in the SEC companyfacts record captured on 2026-09-22. DASEKE, 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-K2024-03-07fiscal FY 2023541420000950170-24-028034
10-Q2023-11-09fiscal Q3 2023491410000950170-23-062134
10-Q2023-08-03fiscal Q2 2023491370000950170-23-038081
10-Q2023-05-09fiscal Q1 2023491010000950170-23-019763
10-K2023-02-23fiscal FY 2022541420000950170-23-004144
10-Q2022-11-09fiscal Q3 2022501430000950170-22-023898
10-Q2022-08-02fiscal Q2 2022501390000950170-22-013886
10-Q2022-05-03fiscal Q1 2022491010000950170-22-007087
10-K2022-02-23fiscal FY 2021531090000950170-22-001690
10-Q2021-10-28fiscal Q3 2021481390000950170-21-002471
10-Q2021-08-03fiscal Q2 2021481350000950170-21-000716
10-Q2021-05-07fiscal Q1 202146960001558370-21-006520
10-K/A2021-05-06fiscal FY 2020532260001558370-21-006258
10-K2021-02-26fiscal FY 2020531370001558370-21-001921
10-Q2020-11-04fiscal Q3 2020501410001558370-20-012567
10-Q2020-08-06fiscal Q2 2020471260001558370-20-009712
10-Q2020-05-07fiscal Q1 202047970001558370-20-005772
10-K2020-03-10fiscal FY 2019552020001558370-20-002328
10-Q2019-11-12fiscal Q3 2019481290001558370-19-010851
10-Q2019-08-05fiscal Q2 2019481260001558370-19-007093
10-Q2019-05-06fiscal Q1 201949970001558370-19-004094
10-K2019-03-08fiscal FY 2018501630001558370-19-001728
10-Q2018-11-06fiscal Q3 2018471340001558370-18-008662
10-Q2018-08-09fiscal Q2 2018471240001558370-18-006913
10-Q2018-05-10fiscal Q1 201844890001558370-18-004675
10-K2018-03-16fiscal FY 2017491740001558370-18-002217
10-Q2017-11-09fiscal Q3 2017441100001558370-17-008737
10-Q2017-08-09fiscal Q2 2017441100001558370-17-006437
10-Q2017-05-10fiscal Q1 201740800001558370-17-004101
10-K2017-02-24fiscal FY 201618330001213900-17-001766
10-Q2016-11-01fiscal Q3 201618400001213900-16-017854
10-Q2016-07-19fiscal Q2 201618330001213900-16-015099
10-Q2016-05-13fiscal Q1 201616270001213900-16-013312
10-K2016-02-22fiscal FY 201515150001213900-16-011152
10-K2016-02-19fiscal FY 201515150001213900-16-011096
10-Q2015-11-12fiscal Q3 201515180001213900-15-008432
10-Q2015-09-03fiscal Q2 2015990001213900-15-006739

Inspect the source

Entity
DASEKE, INC. / CIK 0001642453
Captured
SEC response SHA-256
11f86009327743a9b67da3bbd67c2e14e67edd1a999147020ea4ef7e32343138

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