Skip to content

Mountain High Acquisitions Corp.: filings

Every Mountain High Acquisitions Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 37 filings, each linked to its SEC index.

Filing record ends 2021-09-14

The latest filing in this captured record is a 10-Q filed 2021-09-14. No later filing is in the SEC companyfacts record captured on 2026-09-23. Mountain High Acquisitions Corp. 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-09-14fiscal Q3 202125610001554795-21-000336
10-Q2021-09-02fiscal Q2 202125610001554795-21-000319
10-Q2021-08-16fiscal Q1 202125480001554795-21-000301
10-K2020-07-02fiscal FY 202026530001554795-20-000170
10-Q2020-02-06fiscal Q3 202025630001554795-20-000033
10-Q2019-11-08fiscal Q2 202026660001554795-19-000369
10-Q2019-08-13fiscal Q1 202024490001554795-19-000240
10-K2019-06-25fiscal FY 201928520001554795-19-000189
10-Q2019-02-14fiscal Q3 201923600001554795-19-000029
10-Q2018-11-05fiscal Q2 201924600001554795-18-000312
10-Q2018-08-10fiscal Q1 201921400001554795-18-000211
10-K2018-06-28fiscal FY 201824510001554795-18-000169
10-Q2018-02-07fiscal Q3 201722580001554795-18-000034
10-Q2017-11-14fiscal Q2 201723590001554795-17-000395
10-Q2017-08-14fiscal Q1 201722410001554795-17-000334
10-K2017-06-06fiscal FY 201724480001554795-17-000243
10-K/A2017-03-23fiscal FY 201623410001554795-17-000113
10-K/A2017-02-21fiscal FY 201623410001554795-17-000065
10-Q2017-02-13fiscal Q3 201623580001554795-17-000058
10-Q2016-11-14fiscal Q2 201623590001554795-16-000913
10-Q2016-08-19fiscal Q1 201623450001554795-16-000828
10-K2016-07-14fiscal FY 201623410001554795-16-000754
10-Q2016-03-31fiscal Q3 201523490001554795-16-000610
10-Q2016-03-31fiscal Q2 201523480001554795-16-000608
10-Q2016-03-29fiscal Q1 201523420001554795-16-000594
10-K2015-07-27fiscal FY 201515290001554795-15-000279
10-Q2015-02-17fiscal Q3 201413240001554795-15-000053
10-Q2014-11-07fiscal Q2 201413240001554795-14-000617
10-Q2014-08-13fiscal Q2 201414230001554795-14-000493
10-K2014-07-14fiscal FY 201416160001554795-14-000442
10-Q2014-02-06fiscal Q3 201319500001021890-14-000019
10-Q2013-11-13fiscal Q2 201319490001021890-13-000072
10-Q2013-08-14fiscal Q1 201319460001021890-13-000047
10-K2013-06-24fiscal FY 201219470001021890-13-000028
10-Q2013-02-11fiscal Q3 201219530001021890-13-000008
10-Q2012-11-08fiscal Q2 201219520001021890-12-000063
10-Q2012-08-13fiscal Q1 201218420001021890-12-000061

Inspect the source

Entity
Mountain High Acquisitions Corp. / CIK 0001507181
Captured
SEC response SHA-256
9761fb1a982b641df810774d2ec95fc9b013a29e7180e5e042192bf5814c3c17

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