Skip to content

Jacksam Corporation: filings

Every Jacksam Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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-Q2024-11-19fiscal Q3 2024371090001477932-24-007412
10-Q2024-08-19fiscal Q2 2024371070001477932-24-005135
10-Q2024-05-17fiscal Q1 202438800001477932-24-003114
10-K2024-04-16fiscal FY 202337760001477932-24-002155
10-Q2023-12-21fiscal Q3 2023381140001477932-23-009287
10-Q2023-09-28fiscal Q2 2023381080001477932-23-007182
10-Q2023-06-28fiscal Q1 202337780001477932-23-004870
10-K2023-04-17fiscal FY 202238780001477932-23-002657
10-Q2022-11-15fiscal Q3 2022341020001477932-22-008582
10-Q2022-08-15fiscal Q2 2022351040001477932-22-006106
10-Q2022-05-16fiscal Q1 202236760001477932-22-003368
10-K2022-03-31fiscal FY 202134690001477932-22-001870
10-Q2021-11-12fiscal Q3 2021351060001477932-21-008042
10-Q2021-08-12fiscal Q2 202132960001477932-21-005357
10-Q2021-05-13fiscal Q1 202128600001477932-21-003110
10-K2021-03-31fiscal FY 202032640001477932-21-001923
10-Q2020-11-12fiscal Q3 202033940001477932-20-006398
10-Q2020-08-14fiscal Q2 202032900001477932-20-004945
10-Q2020-06-23fiscal Q1 202032680001477932-20-003508
10-K2020-05-04fiscal FY 201931600001477932-20-002348
10-Q2019-11-13fiscal Q3 201932920001477932-19-006407
10-Q2019-08-02fiscal Q2 201928780001477932-19-004486
10-Q2019-05-15fiscal Q1 201928570001477932-19-002815
10-K2019-04-02fiscal FY 201830570001477932-19-001403
10-Q2018-11-05fiscal Q3 201828700001477932-18-005248
10-Q2018-08-20fiscal Q3 201818410001477932-18-004214
10-Q2018-07-12fiscal Q2 201817390001477932-18-003479
10-Q2018-02-22fiscal Q1 201818330001477932-18-000979
10-K2018-02-14fiscal FY 201717330001477932-18-000863
10-Q2018-02-14fiscal Q3 201717410001477932-18-000849
10-Q2018-02-14fiscal Q2 201715320001477932-18-000848
10-Q2018-02-14fiscal Q1 201715260001477932-18-000847
10-K2018-01-17fiscal FY 201616280001477932-18-000286
10-Q2018-01-12fiscal Q3 201617360001477932-18-000175
10-Q2018-01-12fiscal Q2 201610250001477932-18-000172
10-Q2018-01-12fiscal Q1 201610210001477932-18-000170
10-K2017-12-22fiscal FY 201519310001477932-17-006241
10-Q2017-12-21fiscal Q3 201516340001477932-17-006219
10-Q2017-12-21fiscal Q2 201516330001477932-17-006217
10-Q2017-12-21fiscal Q1 201517290001477932-17-006215
10-K2017-12-21fiscal FY 201422400001477932-17-006213
10-Q2014-08-14fiscal Q3 201423600001078782-14-001453
10-Q2014-05-15fiscal Q2 201424640001078782-14-000900
10-Q2014-02-19fiscal Q1 201423480001078782-14-000235
10-K2013-12-30fiscal FY 201322450001078782-13-002485
10-Q2013-08-09fiscal Q3 201320500001078782-13-001501
10-Q2013-05-10fiscal Q2 201321560001078782-13-000915
10-Q2013-02-05fiscal Q1 201321440001078782-13-000235
10-K2012-12-31fiscal FY 201225510001078782-12-003311
10-Q/A2012-09-06fiscal Q3 201222600001078782-12-002329
10-Q2012-05-15fiscal Q2 201221570001020229-12-000026
10-Q/A2012-02-16fiscal Q1 201211210001020229-12-000008
10-K2012-01-13fiscal FY 201121430001020229-12-000002
10-Q/A2011-09-13fiscal Q3 201120570001020229-11-000091

Inspect the source

Entity
Jacksam Corporation / CIK 0000860543
Captured
2026-09-21T17:17:11.094Z
SEC response SHA-256
f594d9f15c419f9817633d6355e75473f267ed8f31747dc685cb83b57d1db281

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