Skip to content

Moxian, Inc.: filings

Every Moxian, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 filings, each linked to its SEC index.

Filing record ends 2021-08-13

The latest filing in this captured record is a 10-Q filed 2021-08-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. Moxian, 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-Q2021-08-13fiscal Q3 202123660001493152-21-019740
10-Q2021-05-17fiscal Q2 202123580001493152-21-011657
10-Q2021-02-16fiscal Q1 202121440001493152-21-003991
10-K2021-01-14fiscal FY 202023450001493152-21-001052
10-Q2020-08-14fiscal Q3 202022520001493152-20-015903
10-Q2020-05-15fiscal Q2 202023530001493152-20-009162
10-Q2020-04-20fiscal Q1 202020390001493152-20-006744
10-K2020-01-14fiscal FY 201926490001493152-20-000570
10-Q2019-08-14fiscal Q3 201928670001493152-19-012599
10-Q2019-05-15fiscal Q2 201929700001493152-19-007383
10-Q2019-02-19fiscal Q1 201929570001144204-19-008899
10-K2019-01-15fiscal FY 201834640001144204-19-001744
10-Q2018-08-14fiscal Q3 201836880001144204-18-044626
10-Q2018-05-15fiscal Q2 201831790001144204-18-028838
10-Q2018-02-14fiscal Q1 201829590001144204-18-008880
10-K2018-01-08fiscal FY 201731640001144204-18-001287
10-Q2017-08-04fiscal Q3 201733860001571049-17-007245
10-Q2017-05-12fiscal Q2 201737960001571049-17-004971
10-Q2017-02-13fiscal Q1 201736700001571049-17-001275
10-K2016-12-22fiscal FY 201636710001213900-16-019618
10-Q2016-08-08fiscal Q3 201636910001213900-16-015597
10-Q2016-05-16fiscal Q2 201635890001213900-16-013433
10-Q2016-02-22fiscal Q1 201634790001213900-16-011122
10-K2016-02-18fiscal FY 201531760001213900-16-011042
10-Q2016-02-17fiscal Q3 201531980001213900-16-011028
10-Q2016-02-17fiscal Q2 201535930001213900-16-011026
10-K2015-12-22fiscal FY 201532760001213900-15-009654
10-Q2015-08-14fiscal Q3 201529880001213900-15-006179
10-Q2015-05-15fiscal Q2 201533890001213900-15-003874
10-Q2015-02-17fiscal Q1 201530690001213900-15-001143
10-K2014-12-31fiscal FY 201428670001213900-14-009243
10-Q2014-08-14fiscal Q3 201430780001213900-14-005764
10-Q2014-05-14fiscal Q2 201429750001213900-14-003248
10-Q2013-11-07fiscal Q3 201321580001516805-13-000032
10-Q/A2013-09-24fiscal Q2 201321580001516805-13-000030
10-Q2013-08-01fiscal Q1 201321580001516805-13-000026
10-K2013-06-25fiscal FY 201221570001516805-13-000022
10-K/A2013-04-12fiscal FY 201123610001516805-13-000014
10-Q2013-03-12fiscal Q3 201221690001516805-13-000012
10-Q2013-02-25fiscal Q2 201221710001516805-13-000008
10-Q2013-02-19fiscal Q1 201223640001516805-13-000005
10-K/A2013-01-11fiscal FY 201123610001516805-13-000002
10-Q/A2012-12-27fiscal Q3 201122560001516805-12-000019
10-Q2012-12-12fiscal Q2 201122560001516805-12-000016
10-Q/A2012-12-12fiscal Q1 201122470001516805-12-000014

Inspect the source

Entity
Moxian, Inc. / CIK 0001516805
Captured
SEC response SHA-256
92044e4051aa6a2589a9c4bd3e1a447c0f336477e7704d6dd66273191e450284

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