Skip to content

CAN CAL RESOURCES LTD: filings

Every CAN CAL RESOURCES LTD annual and quarterly report in the SEC record with the published financial measures it tagged, 27 filings, each linked to its SEC index.

Filing record ends 2020-08-28

The latest filing in this captured record is a 10-Q filed 2020-08-28. No later filing is in the SEC companyfacts record captured on 2026-09-23. CAN CAL RESOURCES LTD 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-Q2020-08-28fiscal Q3 201922660001683168-20-002899
10-Q2020-08-28fiscal Q2 201922660001683168-20-002897
10-Q2020-08-28fiscal Q1 201921460001683168-20-002895
10-K2020-01-07fiscal FY 201824500001683168-20-000046
10-Q2018-11-14fiscal Q3 201820570001683168-18-003425
10-Q2018-08-15fiscal Q2 201820570001683168-18-002354
10-Q2018-05-15fiscal Q1 201820430001683168-18-001336
10-K2018-04-11fiscal FY 201725530001683168-18-000967
10-K2018-03-12fiscal FY 2016262430001683168-18-000632
10-K2016-01-08fiscal FY 201426520001019687-16-004760
10-Q2016-01-07fiscal Q3 201522440001019687-16-004741
10-Q2016-01-07fiscal Q2 201522440001019687-16-004739
10-Q2016-01-07fiscal Q1 201521420001019687-16-004737
10-Q2015-01-22fiscal Q3 201424720001019687-15-000301
10-Q2014-12-24fiscal Q2 201424720001019687-14-004816
10-Q2014-12-24fiscal Q1 201427540001019687-14-004812
10-K2014-05-23fiscal FY 2013331200001019687-14-002120
10-Q2013-11-25fiscal Q3 201328980001019687-13-004622
10-Q2013-08-19fiscal Q2 201327780001019687-13-003243
10-Q2013-05-17fiscal Q1 201328640001019687-13-001987
10-K2013-04-16fiscal FY 2012301020001019687-13-001398
10-Q2012-11-16fiscal Q3 201228830001019687-12-004142
10-Q2012-08-14fiscal Q2 201226790001515068-12-000089
10-Q2012-05-07fiscal Q1 201225580001515068-12-000046
10-K/A2012-04-16fiscal FY 201125910001515068-12-000030
10-Q2011-11-07fiscal Q3 2011261080001214659-11-003765
10-Q/A2011-08-29fiscal Q2 2011261070001214659-11-002897

Inspect the source

Entity
CAN CAL RESOURCES LTD / CIK 0001083848
Captured
SEC response SHA-256
6aec5b015128a330223a5fc82727369856e0a9654754074759e9617118dd61e0

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