Skip to content

NanoFlex Power Corp: filings

Every NanoFlex Power Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 29 filings, each linked to its SEC index.

Filing record ends 2020-03-16

The latest filing in this captured record is a 10-K filed 2020-03-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. NanoFlex Power 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-K2020-03-16fiscal FY 201938730001213900-20-006414
10-Q2019-11-08fiscal Q3 201936940001213900-19-022490
10-Q2019-08-09fiscal Q2 201935900001213900-19-015090
10-Q2019-05-14fiscal Q1 201934660001213900-19-008517
10-K2019-04-16fiscal FY 201835710001213900-19-006455
10-Q2018-11-09fiscal Q3 2018391050001213900-18-015262
10-Q2018-08-13fiscal Q2 2018381040001213900-18-010802
10-Q2018-05-15fiscal Q1 201837720001213900-18-006239
10-K2018-03-27fiscal FY 201728560001213900-18-003462
10-Q2017-11-13fiscal Q3 201733960001213900-17-011811
10-Q2017-08-09fiscal Q2 2017361000001213900-17-008371
10-Q2017-05-10fiscal Q1 201735680001213900-17-004869
10-K2017-03-15fiscal FY 201631610001213900-17-002349
10-Q2016-11-10fiscal Q3 201632850001213900-16-018176
10-Q2016-08-15fiscal Q2 201632860001213900-16-015875
10-Q2016-05-11fiscal Q1 201629550001213900-16-013172
10-K2016-03-18fiscal FY 201531590001213900-16-011707
10-Q2015-11-13fiscal Q3 201527680001213900-15-008551
10-Q2015-08-14fiscal Q2 201526640001213900-15-006124
10-Q2015-05-14fiscal Q1 201526530001213900-15-003664
10-K2015-04-10fiscal FY 201426530001213900-15-002614
10-Q2014-11-14fiscal Q3 201426680001213900-14-008168
10-Q2014-08-11fiscal Q2 201425600001213900-14-005611
10-Q2014-05-13fiscal Q1 201428650001213900-14-003180
10-K2014-03-31fiscal FY 201328800001213900-14-001929
10-Q/A2014-01-23fiscal Q3 201328880001213900-14-000413
10-Q2013-11-14fiscal Q3 201328880001213900-13-006404
10-Q2013-09-12fiscal Q3 201314330001161697-13-000662
10-Q2013-06-13fiscal Q2 201315280001161697-13-000396

Inspect the source

Entity
NanoFlex Power Corp / CIK 0001571636
Captured
SEC response SHA-256
d48d2d2fab5db933b4399b2c14787990bac79eca38dbd3743ac16135d90b5e5f

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