Skip to content

Dakota Territory Resource Corp.: filings

Every Dakota Territory Resource Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 43 filings, each linked to its SEC index.

Filing record ends 2022-02-10

The latest filing in this captured record is a 10-Q filed 2022-02-10. No later filing is in the SEC companyfacts record captured on 2026-09-22. Dakota Territory Resource Corp. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2022-02-10fiscal Q3 202227740001062993-22-003388
10-Q2021-11-12fiscal Q2 202227740001062993-21-010605
10-Q2021-08-12fiscal Q1 202229620001062993-21-007413
10-K/A2021-07-20fiscal FY 202131620001062993-21-006627
10-Q2021-02-11fiscal Q3 202127720001078782-21-000120
10-Q2020-11-16fiscal Q2 202126680001078782-20-000871
10-Q2020-08-13fiscal Q1 202124520001078782-20-000619
10-K2020-06-29fiscal FY 202024500001078782-20-000497
10-Q2020-02-03fiscal Q3 202024610001078782-20-000075
10-Q2019-11-14fiscal Q2 202025620001078782-19-000846
10-Q2019-08-14fiscal Q1 202019400001078782-19-000667
10-K2019-06-27fiscal FY 201923480001078782-19-000546
10-Q2019-02-14fiscal Q3 201919500001078782-19-000136
10-Q2018-11-14fiscal Q2 201920520001078782-18-001283
10-Q2018-08-10fiscal Q1 201918380001078782-18-000824
10-K2018-06-29fiscal FY 201824500001078782-18-000665
10-Q2018-02-12fiscal Q3 201822560001078782-18-000130
10-Q2017-11-14fiscal Q2 201821540001078782-17-001577
10-Q2017-08-10fiscal Q1 201821440001078782-17-001073
10-K2017-06-29fiscal FY 201725520001078782-17-000940
10-Q2017-02-14fiscal Q3 201721560001078782-17-000191
10-Q2016-11-14fiscal Q2 201722580001078782-16-003783
10-Q2016-08-09fiscal Q1 201720420001078782-16-003206
10-K2016-06-29fiscal FY 201624480001078782-16-003042
10-Q2016-02-16fiscal Q3 201621560001078782-16-002326
10-Q2015-11-10fiscal Q2 201622580001078782-15-001775
10-Q2015-08-14fiscal Q1 201622460001078782-15-001321
10-K2015-07-13fiscal FY 201523470001078782-15-001100
10-Q2015-02-17fiscal Q3 201522580001078782-15-000243
10-Q2014-11-06fiscal Q2 201522650001078782-14-001935
10-Q2014-08-14fiscal Q1 201522580001078782-14-001460
10-K2014-06-30fiscal FY 201421540001078782-14-001177
10-Q2014-02-13fiscal Q3 201319490001078782-14-000187
10-Q2013-11-19fiscal Q2 201320640001078782-13-002301
10-Q2013-08-12fiscal Q1 201321540001078782-13-001523
10-K2013-07-01fiscal FY 201223580001078782-13-001282
10-Q2013-02-12fiscal Q3 201219600001078782-13-000293
10-Q2012-11-19fiscal Q2 201223760001078782-12-002934
10-Q/A2012-08-20fiscal Q1 201225680001078782-12-002106
10-K2012-06-29fiscal FY 201127730001078782-12-001714
10-Q2012-02-16fiscal Q3 201126700001078782-12-000444
10-Q2011-11-21fiscal Q2 201126680001078782-11-003371
10-Q/A2011-09-14fiscal Q1 201127720001078782-11-002686

Inspect the source

Entity
Dakota Territory Resource Corp. / CIK 0001182737
Captured
SEC response SHA-256
cb371a229ef45345b8d189a5942526d1d01f38e76fbb9b16a36959e874bd9fa2

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