Skip to content

DUKE Robotics Corp.: filings

Every DUKE Robotics Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 44 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-13fiscal Q2 2026361020001213900-26-088727
10-Q2026-05-20fiscal Q1 202635710001213900-26-059275
10-K2026-03-12fiscal FY 202540790001213900-26-026927
10-Q2025-11-14fiscal Q3 2025351080001213900-25-110845
10-Q2025-08-13fiscal Q2 202535940001213900-25-075284
10-Q2025-05-14fiscal Q1 202535680001213900-25-043291
10-K2025-03-20fiscal FY 202439770001213900-25-025286
10-Q2024-11-13fiscal Q3 202434940001213900-24-097438
10-Q2024-08-07fiscal Q2 202426720001213900-24-066102
10-Q2024-05-15fiscal Q1 202426530001213900-24-043217
10-K2024-03-15fiscal FY 202333620001213900-24-022826
10-Q2023-11-09fiscal Q3 202330770001213900-23-085199
10-Q2023-08-07fiscal Q2 202330770001213900-23-064050
10-Q2023-05-09fiscal Q1 202330580001213900-23-037670
10-K2023-03-24fiscal FY 202233610001213900-23-022590
10-Q2022-11-09fiscal Q3 202229730001213900-22-070591
10-Q2022-08-05fiscal Q2 202230700001213900-22-045057
10-Q2022-05-04fiscal Q1 202228530001213900-22-023961
10-K2022-03-07fiscal FY 202128530001213900-22-010947
10-Q2021-11-05fiscal Q3 202124630001213900-21-056879
10-Q2021-08-12fiscal Q2 202123530001213900-21-041998
10-Q2021-05-24fiscal Q1 202121440001213900-21-028519
10-K2021-03-30fiscal FY 202029560001213900-21-018451
10-Q2020-11-12fiscal Q3 202024560001213900-20-036382
10-Q2020-08-11fiscal Q2 202021530001213900-20-021400
10-Q2020-05-20fiscal Q1 202020420001213900-20-013078
10-K2020-04-13fiscal FY 201924480001213900-20-009056
10-Q2019-11-14fiscal Q3 201922600001010412-19-000035
10-Q2019-08-05fiscal Q2 201922600001548123-19-000146
10-Q2019-05-10fiscal Q1 201922460001548123-19-000073
10-K2019-03-29fiscal FY 201828540001548123-19-000045
10-Q2018-11-14fiscal Q3 201827650001548123-18-000298
10-Q2018-08-14fiscal Q2 201827680001548123-18-000214
10-Q2018-05-15fiscal Q1 201823470001548123-18-000127
10-K2018-03-29fiscal FY 201730570001548123-18-000038
10-Q2017-11-14fiscal Q3 201727660001010412-17-000068
10-Q2017-08-11fiscal Q2 201724620001548123-17-000184
10-Q2017-05-12fiscal Q1 201722430001010412-17-000028
10-K2017-03-28fiscal FY 201627510001548123-17-000043
10-Q2016-11-14fiscal Q3 201624590001010412-16-000260
10-Q2016-08-15fiscal Q2 201624610001010412-16-000247
10-Q2016-05-13fiscal Q1 201624420001010412-16-000234
10-K2016-03-30fiscal FY 201528460001548123-16-000516
10-Q2015-11-05fiscal Q3 201523450001010412-15-000180

Inspect the source

Entity
DUKE Robotics Corp. / CIK 0001638911
Captured
2026-09-21T17:22:43.528Z
SEC response SHA-256
da203cd94583c255c4a286ccbad7371238a76e0ec4dc978a02d2f9ac22796a58

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