Skip to content

DIRTT ENVIRONMENTAL SOLUTIONS LTD: filings

Every DIRTT ENVIRONMENTAL SOLUTIONS LTD annual and quarterly report in the SEC record with the published financial measures it tagged, 28 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-29fiscal Q2 2026421430001193125-26-324177
10-Q2026-05-06fiscal Q1 202642890001193125-26-209310
10-K2026-02-25fiscal FY 2025501250001193125-26-072003
10-Q2025-11-06fiscal Q3 2025421470001193125-25-267458
10-Q2025-07-30fiscal Q2 2025421430000950170-25-100384
10-Q2025-05-07fiscal Q1 202542890000950170-25-065863
10-K2025-02-26fiscal FY 2024501360000950170-25-027896
10-Q2024-11-06fiscal Q3 2024431510000950170-24-122442
10-Q2024-08-07fiscal Q2 2024431450000950170-24-092954
10-Q2024-05-08fiscal Q1 202443900000950170-24-055864
10-K2024-02-21fiscal FY 2023501360000950170-24-018049
10-Q2023-11-09fiscal Q3 2023431500000950170-23-062205
10-Q2023-08-02fiscal Q2 2023431460000950170-23-037302
10-Q2023-05-09fiscal Q1 202343910000950170-23-019828
10-K2023-02-22fiscal FY 2022511380000950170-23-003814
10-Q2022-11-14fiscal Q3 2022441540000950123-22-012408
10-Q2022-07-27fiscal Q2 2022441450000950170-22-013232
10-Q2022-05-04fiscal Q1 202239800001564590-22-017897
10-K2022-02-23fiscal FY 2021481260001564590-22-006322
10-Q2021-11-03fiscal Q3 2021411360001564590-21-054032
10-Q2021-08-04fiscal Q2 2021411340001564590-21-040912
10-Q2021-05-05fiscal Q1 202140820001564590-21-024183
10-K2021-02-24fiscal FY 2020481500001564590-21-008164
10-Q2020-11-04fiscal Q3 2020421410001564590-20-050564
10-Q2020-07-29fiscal Q2 2020411390001193125-20-202634
10-Q2020-05-06fiscal Q1 202039820001193125-20-135017
10-K2020-02-26fiscal FY 2019471430001193125-20-048711
10-Q2019-11-07fiscal Q3 2019431360001193125-19-287469

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
DIRTT ENVIRONMENTAL SOLUTIONS LTD / CIK 0001340476
Captured
2026-09-20T07:54:08.500Z
SEC response SHA-256
b9bc68f08400eac997192c31dac6649430a25f8fbec7b4f5a1e84235ce70f9eb

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