Skip to content

BioPower Operations Corporation: filings

Every BioPower Operations Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 38 filings, each linked to its SEC index.

Filing record ends 2023-08-22

The latest filing in this captured record is a 10-Q filed 2023-08-22. No later filing is in the SEC companyfacts record captured on 2026-09-22. BioPower Operations 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-Q2023-08-22fiscal Q2 202326710001493152-23-029788
10-Q/A2023-08-22fiscal Q1 202320410001493152-23-029785
10-Q2023-06-16fiscal Q1 202319400001493152-23-021590
10-K2023-06-16fiscal FY 202222420001493152-23-021562
10-Q/A2022-12-14fiscal Q3 202222590001493152-22-035468
10-Q2022-12-02fiscal Q3 202222590001493152-22-034278
10-Q2022-07-15fiscal Q2 202222550001493152-22-019396
10-Q2022-04-11fiscal Q1 202216270001493152-22-009581
10-K2022-02-17fiscal FY 202115230001493152-22-004827
10-Q2021-10-12fiscal Q3 202114320001493152-21-025158
10-Q2021-09-15fiscal Q2 202110280001493152-21-022794
10-Q2021-09-15fiscal Q1 20218180001493152-21-022792
10-K2021-09-03fiscal FY 20208170001493152-21-022000
10-Q2016-10-21fiscal Q3 201628660001493152-16-014171
10-K/A2016-08-25fiscal FY 201522440001493152-16-012871
10-Q2016-07-20fiscal Q2 201626640001493152-16-011662
10-Q2016-04-20fiscal Q1 201619390001493152-16-009070
10-K2016-03-15fiscal FY 201522440001493152-16-008063
10-Q2015-10-20fiscal Q3 201523540001493152-15-004912
10-Q2015-08-07fiscal Q2 201523540001493152-15-003477
10-Q2015-05-13fiscal Q1 201524450001493152-15-001896
10-K2015-03-13fiscal FY 201425510001493152-15-000825
10-Q2014-10-20fiscal Q3 201425630001144204-14-061939
10-Q2014-07-21fiscal Q2 201423550001144204-14-043825
10-Q2014-04-14fiscal Q1 201423600001144204-14-022360
10-K2014-03-17fiscal FY 201328760001144204-14-016154
10-Q/A2013-10-22fiscal Q3 201324730001144204-13-056234
10-K/A2013-08-20fiscal FY 201225650001144204-13-047100
10-Q/A2013-08-12fiscal Q3 201222690001144204-13-044546
10-Q/A2013-08-12fiscal Q2 201220650001144204-13-044545
10-Q/A2013-08-12fiscal Q1 201221560001144204-13-044544
10-Q2013-07-19fiscal Q2 201323750001144204-13-040351
10-Q2013-04-15fiscal Q1 201321610001144204-13-021895
10-K/A2013-03-19fiscal FY 201226700001144204-13-016112
10-Q2012-10-22fiscal Q3 201221700001144204-12-057181
10-Q2012-07-24fiscal Q2 201221630001471242-12-000994
10-Q2012-04-20fiscal Q1 201221500001144204-12-022986
10-K2012-03-14fiscal FY 201119390001144204-12-014931

Inspect the source

Entity
BioPower Operations Corporation / CIK 0001510832
Captured
SEC response SHA-256
342859a273c72e0c88e50e2ee40cf3e22290d00e844a226ecf94dcc6690c2ca7

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