Skip to content

Dror Ortho-Design, Inc.: financial reference

Explore Dror Ortho-Design, Inc. financial histories from SEC filings, with original units, reporting periods, filing dates and downloadable source data.

Context from the filing

Dror Ortho-Design reports equal basic and diluted loss EPS for 2024 and 2025 because potential common shares are anti-dilutive during losses. Its potential-share table presents each Series A preferred share as convertible into 100 common shares; those amounts are excluded potential shares, not additions to the reported basic denominator. The 2025 zero EPS is a rounded $2,544,887 net loss, not break-even. Original full dollar losses, share counts and reported per-share amounts are retained. Read the source filing.

Reported financial histories

Choose a measure to inspect its definition, complete selected history and filing provenance. Each row shows the latest period available for that selected concept and original unit. Separate currencies and reporting intervals remain separate rows. Coverage dates can differ between concepts. A recent capture does not imply recent accounting coverage; these amounts are not prices.

Latest periods by selected concept and original unit
MeasurePeriod startPeriod endValueUnitFiled
Total assetsAt date2025-12-31258,936USD2026-02-27
Total liabilitiesAt date2025-12-313,132,647USD2026-02-27
Stockholders equityAt date2025-12-31-2,873,711USD2026-02-27
Cash and cash equivalentsAt date2023-12-313,347,843USD2024-04-01
Net income or loss2025-01-012025-12-31-2,544,887USD2026-02-27
Operating cash flow2025-01-012025-12-31-2,058,045USD2026-02-27
Investing cash flow2025-01-012025-12-31-966USD2026-02-27
Retained earnings or deficitAt date2025-12-31-22,051,543USD2026-02-27
Basic weighted-average shares2025-01-012025-12-31956,997,116shares2026-02-27
Diluted weighted-average shares2025-01-012025-12-31956,997,116shares2026-02-27
Basic earnings per share2025-01-012025-12-310USD/shares2026-02-27
Diluted earnings per share2025-01-012025-12-310USD/shares2026-02-27
Net property, plant and equipmentAt date2025-12-3120,162USD2026-02-27
Share-based compensation expense2025-01-012025-12-3139,170USD2026-02-27
Operating income or loss2025-01-012025-12-31-2,222,988USD2026-02-27
Current assetsAt date2025-12-31238,774USD2026-02-27
Interest expense2022-01-012022-12-3114USD2023-03-31
Current liabilitiesAt date2025-12-312,956,554USD2026-02-27
Current accounts payableAt date2025-12-31113,585USD2026-02-27
Operating expenses2025-01-012025-12-312,222,988USD2026-02-27
Research and development expense2025-01-012025-12-31815,902USD2026-02-27

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

Latest-filed annual-report facts per unit and reporting period at capture time. Duration facts cover 300 to 400 days. This selection can include restatements and is not a point-in-time backtest dataset. Missing concepts are omitted, never zero-filled. Values retain original units and are not currency converted. Extended concepts require compatible unit shapes and at least three reporting ends with changing values within one unit. Constant or incompatible added histories are omitted.

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"])))