Skip to content

Mexus Gold us: filings

Every Mexus Gold us annual and quarterly report in the SEC record with the published financial measures it tagged, 48 filings, each linked to its SEC index.

Filing record ends 2024-08-02

The latest filing in this captured record is a 10-K filed 2024-08-02. No later filing is in the SEC companyfacts record captured on 2026-09-22. Mexus Gold us 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-K2024-08-02fiscal FY 202330610001096906-24-001621
10-Q2023-02-21fiscal Q3 202327770001096906-23-000409
10-Q2022-11-21fiscal Q2 202327770001096906-22-002820
10-Q2022-08-19fiscal Q1 202329610001096906-22-001956
10-K2022-07-27fiscal FY 202229590001096906-22-001710
10-Q2022-02-14fiscal Q3 202228780001096906-22-000320
10-Q2021-11-15fiscal Q2 202228790001096906-21-002709
10-Q2021-08-16fiscal Q1 202227570001096906-21-002027
10-K2021-07-01fiscal FY 202130610001078782-21-000633
10-Q/A2021-02-22fiscal Q3 202129800001078782-21-000161
10-Q2020-11-20fiscal Q2 202129800001078782-20-000905
10-Q/A2020-08-20fiscal Q1 202128580001078782-20-000666
10-K/A2020-08-18fiscal FY 202029590001078782-20-000651
10-Q2020-02-20fiscal Q3 202028740001078782-20-000132
10-Q2019-11-19fiscal Q2 202027700001078782-19-000869
10-Q2019-08-14fiscal Q1 202027540001078782-19-000658
10-K2019-07-16fiscal FY 201927540001078782-19-000591
10-Q2019-02-19fiscal Q3 201926660001078782-19-000159
10-Q2018-11-14fiscal Q2 201926660001078782-18-001298
10-Q2018-08-17fiscal Q1 201926520001078782-18-000890
10-K2018-07-17fiscal FY 201827480001078782-18-000707
10-Q2018-02-16fiscal Q3 201825620001078782-18-000186
10-Q2017-11-14fiscal Q2 201825620001078782-17-001559
10-Q2017-08-17fiscal Q1 201825500001078782-17-001165
10-K2017-07-14fiscal FY 201727540001078782-17-000966
10-Q2017-02-21fiscal Q3 201725680001078782-17-000247
10-Q2016-11-21fiscal Q2 201724600001078782-16-003847
10-Q2016-08-15fiscal Q1 201723480001078782-16-003253
10-K2016-07-27fiscal FY 201624490001078782-16-003149
10-Q2016-02-25fiscal Q3 201624620001387308-16-000172
10-Q2015-11-23fiscal Q2 201626700001387308-15-000150
10-Q2015-08-21fiscal Q1 201626540001387308-15-000131
10-K2015-07-20fiscal FY 201532640001387308-15-000100
10-Q2015-02-20fiscal Q3 201525620001387308-15-000010
10-Q2014-11-19fiscal Q2 201522520001387308-14-000139
10-Q2014-09-05fiscal Q1 201522420001387308-14-000120
10-K2014-07-21fiscal FY 201431790001387308-14-000092
10-Q/A2014-02-25fiscal Q3 201329880001387308-14-000018
10-Q2013-11-19fiscal Q2 201329890001387308-13-000176
10-Q2013-08-19fiscal Q1 201322560001387308-13-000154
10-K2013-07-15fiscal FY 201221540001387308-13-000126
10-Q/A2013-03-04fiscal Q3 201228890001387308-13-000043
10-Q2012-11-15fiscal Q2 201226840001387308-12-000113
10-Q2012-08-17fiscal Q1 201224610001387308-12-000081
10-K/A2012-07-02fiscal FY 201126670001387308-12-000061
10-Q/A2012-02-15fiscal Q3 201128920001387308-12-000016
10-Q2011-11-21fiscal Q2 201127890001387308-11-000069
10-Q/A2011-09-15fiscal Q1 201127700001387308-11-000058

Inspect the source

Entity
Mexus Gold us / CIK 0001355677
Captured
SEC response SHA-256
7d4278153482e25f765f9f8a27aec5a518d259f71fa35ece96cf4fdbaf85ca84

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