Skip to content

Dror Ortho-Design, Inc.: filings

Every Dror Ortho-Design, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 27 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-07-30fiscal Q2 202630920001213900-26-083423
10-Q2026-05-13fiscal Q1 202630630001213900-26-055852
10-K2026-02-27fiscal FY 202533670001213900-26-021201
10-Q2025-11-18fiscal Q3 202532980001213900-25-112153
10-Q2025-08-14fiscal Q2 202532960001213900-25-076768
10-Q2025-05-15fiscal Q1 202532650001213900-25-044120
10-K2025-02-19fiscal FY 202433660001213900-25-015289
10-Q2024-11-14fiscal Q3 202431990001213900-24-098394
10-Q2024-08-14fiscal Q2 202430920001213900-24-069044
10-Q2024-05-20fiscal Q1 202430620001213900-24-045144
10-K2024-04-01fiscal FY 202331620001213900-24-028793
10-Q2023-11-20fiscal Q3 202329920001999371-23-000407
10-Q2023-08-14fiscal Q2 202323670001387131-23-009779
10-Q2023-05-12fiscal Q1 202323470001387131-23-006462
10-K2023-03-31fiscal FY 202226510001839882-23-008634
10-Q2022-11-14fiscal Q3 202225760001387131-22-011403
10-Q2022-08-12fiscal Q2 202225760001387131-22-008713
10-Q2022-05-13fiscal Q1 202225530001387131-22-006134
10-K2022-03-23fiscal FY 202125510001387131-22-003894
10-Q2021-11-12fiscal Q3 202119560001387131-21-011017
10-Q2021-08-12fiscal Q2 202119550001387131-21-008428
10-Q2021-05-21fiscal Q1 202120430001387131-21-005971
10-K2021-03-24fiscal FY 202023460001387131-21-003819
10-Q2020-11-13fiscal Q3 202021610001387131-20-009881
10-Q2020-08-14fiscal Q2 202021600001387131-20-007507
10-Q2020-05-14fiscal Q1 202020430001387131-20-004779
10-K2020-05-07fiscal FY 201920420001387131-20-004506

Inspect the source

Entity
Dror Ortho-Design, Inc. / CIK 0001282980
Captured
2026-09-20T07:48:59.166Z
SEC response SHA-256
e22ca0b52fc8c0972ce62c3ec89fd40e03f20440d52dd2b2fd31433e301bdedb

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