Skip to content

DLT RESOLUTION, INC: filings

Every DLT RESOLUTION, INC annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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-Q2025-10-31fiscal Q2 202430860001477932-25-007847
10-Q2025-10-09fiscal Q1 202428600001477932-25-007463
10-K2025-03-26fiscal FY 202336740001477932-25-001990
10-Q2024-07-16fiscal Q3 202329770001477932-24-004253
10-Q2024-05-06fiscal Q2 202329760001477932-24-002532
10-Q2024-04-09fiscal Q1 202329600001477932-24-001929
10-K2024-03-05fiscal FY 202236730001477932-24-001014
10-Q2023-08-07fiscal Q3 202229810001477932-23-005795
10-Q2023-08-07fiscal Q2 202229780001477932-23-005794
10-Q2023-08-07fiscal Q1 202229620001477932-23-005793
10-K2023-03-13fiscal FY 202132660001477932-23-001460
10-Q2021-11-15fiscal Q3 2021371010001477932-21-008271
10-Q2021-08-16fiscal Q2 202135930001477932-21-005579
10-Q2021-05-26fiscal Q1 202136750001477932-21-003602
10-K2021-05-10fiscal FY 202040820001477932-21-002971
10-Q2020-11-16fiscal Q3 202037990001477932-20-006647
10-Q/A2020-08-11fiscal Q2 2020381000001477932-20-004716
10-Q2020-07-07fiscal Q1 202036740001477932-20-003796
10-K2020-04-30fiscal FY 201938750001477932-20-002314
10-Q2019-11-27fiscal Q3 2019361110001477932-19-006850
10-Q2019-11-26fiscal Q2 2019361060001477932-19-006830
10-Q2019-11-13fiscal Q1 201933700001477932-19-006416
10-K2019-09-17fiscal FY 201831560001477932-19-005429
10-Q2018-11-19fiscal Q3 201826540001477932-18-005699
10-Q2018-10-11fiscal Q2 201829670001477932-18-004808
10-Q2018-05-21fiscal Q1 201827460001477932-18-002659
10-K2018-04-13fiscal FY 201723390001477932-18-001773
10-Q2017-11-21fiscal Q3 201715380001477932-17-005745
10-Q2017-08-21fiscal Q2 201717480001477932-17-004082
10-Q2017-05-22fiscal Q1 201715260001477932-17-002466
10-K2017-05-18fiscal FY 201618340001477932-17-002379
10-Q2016-12-14fiscal Q3 201618480001477932-16-014071
10-Q2016-12-14fiscal Q2 201618460001477932-16-014069
10-Q2016-05-24fiscal Q1 201618330001477932-16-010579
10-K2016-05-23fiscal FY 201519320001477932-16-010545
10-Q2015-11-23fiscal Q3 201518420001477932-15-007346
10-Q2015-08-20fiscal Q2 201516360001477932-15-005484
10-Q2015-05-15fiscal Q1 201513250001477932-15-003219
10-K2015-04-14fiscal FY 201415290001477932-15-002428
10-Q2014-12-12fiscal Q3 201416350001477932-14-007019
10-Q2014-08-20fiscal Q2 201417450001477932-14-004701
10-Q2014-05-22fiscal Q1 201418330001477932-14-002855
10-K2014-05-12fiscal FY 201318480001477932-14-002416
10-Q2014-05-12fiscal Q3 201319480001477932-14-002414
10-Q2014-05-12fiscal Q2 201312320001477932-14-002412
10-Q2014-05-12fiscal Q1 201316310001477932-14-002410
10-Q2012-05-29fiscal Q1 201215340001471242-12-000828
10-K2012-04-18fiscal FY 201115310001471242-12-000480
10-Q2011-11-22fiscal Q3 201114370001471242-11-000338
10-Q/A2011-08-25fiscal Q2 201119640001144204-11-049763

Inspect the source

Entity
DLT RESOLUTION, INC / CIK 0001420368
Captured
2026-09-20T08:03:04.009Z
SEC response SHA-256
480d3ba5b7987ad18afa7048546c81fc6b4ef91c0487465584db51de8adea3a0

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