Skip to content

MARIJUANA COMPANY OF AMERICA, INC.: filings

Every MARIJUANA COMPANY OF AMERICA, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 36 filings, each linked to its SEC index.

Filing record ends 2022-11-21

The latest filing in this captured record is a 10-Q filed 2022-11-21. No later filing is in the SEC companyfacts record captured on 2026-09-22. MARIJUANA COMPANY OF AMERICA, INC. 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-11-21fiscal Q3 2022411060001553350-22-000943
10-Q2022-08-22fiscal Q2 2022411060001079973-22-001017
10-Q2022-05-16fiscal Q1 202241850001079973-22-000587
10-K2022-04-15fiscal FY 202141890001079973-22-000424
10-Q2021-11-17fiscal Q3 2021371020001079973-21-001166
10-K/A2021-09-27fiscal FY 202040800001079973-21-000961
10-Q2021-08-20fiscal Q2 2021371050001079973-21-000818
10-Q2021-05-19fiscal Q1 202139810001079973-21-000403
10-K2021-04-14fiscal FY 202040800001079973-21-000276
10-Q2020-11-16fiscal Q3 2020401090001079973-20-000999
10-Q2020-08-14fiscal Q2 2020391080001262463-20-000333
10-Q2020-06-25fiscal Q1 202037780001262463-20-000261
10-K/A2020-06-24fiscal FY 201936720001262463-20-000258
10-K2020-05-14fiscal FY 201936720001262463-20-000207
10-Q/A2020-01-13fiscal Q3 201935920001262463-20-000009
10-Q/A2019-12-19fiscal Q2 201935930001262463-19-000445
10-K/A2019-12-19fiscal FY 201834690001262463-19-000443
10-Q2019-11-19fiscal Q3 201935920001262463-19-000398
10-K/A2019-11-01fiscal FY 201834690001262463-19-000337
10-Q2019-08-19fiscal Q2 201935930001262463-19-000292
10-K/A2019-08-09fiscal FY 201834690001262463-19-000256
10-Q/A2019-08-02fiscal Q1 201934720001262463-19-000248
10-K/A2019-06-25fiscal FY 201834690001262463-19-000212
10-Q2019-05-20fiscal Q1 201934720001262463-19-000168
10-K2019-04-15fiscal FY 201834690001262463-19-000112
10-Q2018-11-19fiscal Q3 201833870001262463-18-000367
10-Q2018-08-17fiscal Q2 201834890001262463-18-000260
10-Q/A2018-06-08fiscal Q3 201731650001262463-18-000171
10-Q/A2018-06-08fiscal Q2 201731630001262463-18-000169
10-Q2018-05-21fiscal Q1 201836740001262463-18-000146
10-Q/A2018-04-25fiscal Q2 201731630001262463-18-000112
10-K2018-04-17fiscal FY 201731570001262463-18-000107
10-Q/A2018-01-10fiscal Q3 201731650001262463-18-000013
10-Q/A2018-01-10fiscal Q2 201731630001262463-18-000011
10-Q2017-11-14fiscal Q3 201731650001262463-17-000299
10-Q2017-08-21fiscal Q2 201731630001262463-17-000195

Inspect the source

Entity
MARIJUANA COMPANY OF AMERICA, INC. / CIK 0001078799
Captured
SEC response SHA-256
a8598516254c805ed30673517d0bee0bbe166407d0f57d3faf541ed67e3abf98

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