Skip to content

Mass Megawatts Wind Power Inc.: filings

Every Mass Megawatts Wind Power Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 23 filings, each linked to its SEC index.

Filing record ends 2024-03-14

The latest filing in this captured record is a 10-Q filed 2024-03-14. No later filing is in the SEC companyfacts record captured on 2026-09-20. Mass Megawatts Wind Power 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-Q2024-03-14fiscal Q3 202420630001493152-24-009911
10-Q2023-12-06fiscal Q2 202420590001493152-23-043818
10-Q2023-09-08fiscal Q1 202419360001493152-23-032075
10-K2023-07-25fiscal FY 202318360001493152-23-025495
10-Q2023-03-02fiscal Q3 202318590001493152-23-006546
10-Q2022-12-02fiscal Q2 202218550001493152-22-034300
10-Q2022-09-09fiscal Q1 202217340001493152-22-025463
10-K2022-07-29fiscal FY 202216320001493152-22-020604
10-Q2015-03-27fiscal Q3 201521560001354488-15-001364
10-Q2014-12-31fiscal Q2 201520520001354488-14-006392
10-Q2014-09-22fiscal Q1 201520400001354488-14-004740
10-K2014-08-13fiscal FY 201421430001354488-14-004154
10-Q2014-03-24fiscal Q3 201420520001354488-14-001346
10-Q2013-12-16fiscal Q2 201420520001354488-13-006856
10-Q2013-09-23fiscal Q1 201420400001354488-13-005351
10-K2013-08-09fiscal FY 201326530001354488-13-004268
10-Q2013-03-20fiscal Q3 201323600001354488-13-001355
10-Q2012-12-18fiscal Q2 201320540001354488-12-006488
10-Q2012-09-14fiscal Q1 201319380001354488-12-004912
10-K2012-07-30fiscal FY 201222450001354488-12-003699
10-Q2012-03-15fiscal Q3 201222580001354488-12-001154
10-Q2011-12-15fiscal Q2 201222620001354488-11-005006
10-Q/A2011-09-28fiscal Q1 201219380001140361-11-047094

Inspect the source

Entity
Mass Megawatts Wind Power Inc. / CIK 0001117228
Captured
2026-09-20T05:24:37.622Z
SEC response SHA-256
09f9b09b2d4e3519024d9253b978ca9a13158f3c171c5a08f8b458f2369b5f69

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