Skip to content

ME RENEWABLE POWER CORPORATION: filings

Every ME RENEWABLE POWER CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 28 filings, each linked to its SEC index.

Filing record ends 2022-05-23

The latest filing in this captured record is a 10-Q filed 2022-05-23. No later filing is in the SEC companyfacts record captured on 2026-09-23. ME RENEWABLE POWER CORPORATION 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-05-23fiscal Q1 202217340001017386-22-000277
10-K2022-05-06fiscal FY 202116350001017386-22-000208
10-Q2021-11-15fiscal Q3 202116470001017386-21-000489
10-Q2021-08-20fiscal Q2 202116410001017386-21-000362
10-Q2021-05-12fiscal Q1 202114300001017386-21-000148
10-K2021-04-21fiscal FY 202016310001017386-21-000121
10-Q2020-11-03fiscal Q3 202014460001017386-20-000453
10-Q2020-10-06fiscal Q2 202016440001017386-20-000409
10-Q2020-10-05fiscal Q1 202014300001017386-20-000406
10-K2020-09-30fiscal FY 201914330001017386-20-000389
10-Q2020-09-29fiscal Q3 201915490001017386-20-000387
10-Q2020-09-29fiscal Q2 201914420001017386-20-000386
10-Q2020-09-29fiscal Q1 201914300001017386-20-000385
10-K2020-09-24fiscal FY 201814310001017386-20-000379
10-Q2020-09-24fiscal Q3 201815470001017386-20-000377
10-Q2020-09-24fiscal Q2 201814420001017386-20-000375
10-Q2020-09-24fiscal Q1 201814290001017386-20-000374
10-K2020-09-23fiscal FY 201718330001017386-20-000370
10-Q2020-09-23fiscal Q3 201719500001017386-20-000368
10-Q2020-09-23fiscal Q2 201719470001017386-20-000366
10-Q2020-09-23fiscal Q1 201717300001017386-20-000364
10-K2017-03-30fiscal FY 201620370001640334-17-000592
10-Q2016-11-08fiscal Q3 201620440001640334-16-001923
10-Q2016-08-15fiscal Q2 201620440001640334-16-001545
10-Q2016-04-25fiscal Q1 201617350001627452-16-000018
10-K2016-02-11fiscal FY 201522410001627452-16-000015
10-Q2015-11-02fiscal Q3 201522370001627452-15-000012
10-Q2015-08-11fiscal Q2 201521350001627452-15-000009

Inspect the source

Entity
ME RENEWABLE POWER CORPORATION / CIK 0001627452
Captured
SEC response SHA-256
3809cc3605a00c6f3f2504047839b0ceb7e65301653ef9ea5ee8e8cb9c453ad5

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