Skip to content

DUESENBERG TECHNOLOGIES INC.: filings

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

Filing record ends 2023-12-27

The latest filing in this captured record is a 10-Q filed 2023-12-27. No later filing is in the SEC companyfacts record captured on 2026-09-22. DUESENBERG TECHNOLOGIES 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-Q2023-12-27fiscal Q3 202324770001393905-23-000419
10-Q2023-10-17fiscal Q2 202323710001393905-23-000354
10-Q2023-04-03fiscal Q1 202322470001393905-23-000163
10-K2023-02-17fiscal FY 202227560001393905-23-000079
10-Q2022-09-22fiscal Q3 202226810001393905-22-000385
10-Q2022-06-22fiscal Q2 202226770001393905-22-000195
10-Q2022-03-22fiscal Q1 202222490001393905-22-000082
10-K2022-02-15fiscal FY 202120420001393905-22-000041
10-Q2021-09-20fiscal Q3 202124750001393905-21-000415
10-Q2021-06-21fiscal Q2 202123690001393905-21-000305
10-Q2021-03-22fiscal Q1 202122490001393905-21-000153
10-K2021-01-29fiscal FY 202025530001393905-21-000025
10-Q2020-09-21fiscal Q3 202024670001393905-20-000283
10-Q2020-06-11fiscal Q2 202023640001393905-20-000188
10-Q2020-03-16fiscal Q1 202022500001393905-20-000073
10-K2020-01-29fiscal FY 201922470001393905-20-000034
10-Q2019-09-16fiscal Q3 201921590001393905-19-000272
10-Q2019-06-14fiscal Q2 201919530001393905-19-000194
10-Q2019-03-18fiscal Q1 201924510001393905-19-000079
10-K2019-01-30fiscal FY 201824480001393905-19-000032
10-Q2018-09-14fiscal Q3 201822610001393905-18-000280
10-Q2018-06-15fiscal Q2 201822560001393905-18-000202
10-Q2018-03-16fiscal Q1 201822460001393905-18-000103
10-K2018-02-13fiscal FY 201724500001393905-18-000049
10-Q2017-09-15fiscal Q3 201721550001393905-17-000284
10-Q2017-06-16fiscal Q2 201721540001393905-17-000185
10-Q2017-03-17fiscal Q1 201721460001393905-17-000059
10-K2017-01-30fiscal FY 201623470001393905-17-000017
10-Q2016-09-14fiscal Q3 201623580001393905-16-001044
10-Q2016-06-16fiscal Q2 201624580001393905-16-000950
10-Q2016-03-16fiscal Q1 201623470001393905-16-000775
10-K2016-02-09fiscal FY 201524490001393905-16-000721
10-Q2015-09-14fiscal Q3 201524560001393905-15-000470
10-Q2015-06-15fiscal Q2 201524570001393905-15-000315
10-Q2015-03-17fiscal Q1 201522480001393905-15-000121
10-K2015-02-06fiscal FY 201424460001393905-15-000056
10-Q2014-09-10fiscal Q3 201419430001393905-14-000517
10-Q2014-06-13fiscal Q2 201420560001393905-14-000365
10-Q2014-03-17fiscal Q1 201421490001393905-14-000105
10-K2014-01-29fiscal FY 201320440001393905-14-000034
10-Q2013-09-10fiscal Q3 201319490001393905-13-000505
10-Q2013-06-12fiscal Q2 201316480001437749-13-007515
10-Q2013-03-08fiscal Q1 201317460001437749-13-002502
10-K2013-01-28fiscal FY 201220480001437749-13-000756
10-Q2012-09-21fiscal Q3 201219550001437749-12-009671

Inspect the source

Entity
DUESENBERG TECHNOLOGIES INC. / CIK 0001551887
Captured
SEC response SHA-256
b89a26dfa9899834e2a8136b3d636ecbca6511c59fb7653eec8f330efda149ed

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