Skip to content

ATLANTIC POWER CORPORATION: filings

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

Filing record ends 2021-05-06

The latest filing in this captured record is a 10-Q filed 2021-05-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. ATLANTIC 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-Q2021-05-06fiscal Q1 2021491010001558370-21-006279
10-K2021-03-04fiscal FY 2020521020001558370-21-002388
10-Q2020-11-09fiscal Q3 2020501350001558370-20-013407
10-Q2020-08-06fiscal Q2 2020501330001558370-20-009708
10-Q2020-05-07fiscal Q1 2020501040001558370-20-005775
10-K2020-02-27fiscal FY 2019541850001558370-20-001660
10-Q2019-10-31fiscal Q3 2019501340001558370-19-009601
10-Q2019-08-01fiscal Q2 2019491320001558370-19-006842
10-Q2019-05-02fiscal Q1 201948990001558370-19-003887
10-K2019-02-28fiscal FY 2018491770001558370-19-001343
10-Q2018-11-01fiscal Q3 2018431130001558370-18-008275
10-Q2018-08-02fiscal Q2 2018431120001558370-18-006253
10-Q2018-05-03fiscal Q1 201843900001558370-18-003922
10-K2018-03-01fiscal FY 2017461500001558370-18-001404
10-Q2017-11-09fiscal Q3 2017421100001558370-17-008742
10-Q2017-08-03fiscal Q2 2017421100001558370-17-005871
10-Q2017-05-04fiscal Q1 201742870001558370-17-003554
10-K2017-03-02fiscal FY 2016501770001558370-17-001295
10-Q2016-11-07fiscal Q3 2016451170001558370-16-009550
10-Q2016-08-08fiscal Q2 2016451190001558370-16-007677
10-Q2016-05-05fiscal Q1 201646930001558370-16-005449
10-K2016-03-07fiscal FY 2015471640001558370-16-003867
10-Q2015-11-05fiscal Q3 2015441160001047469-15-008364
10-Q2015-08-10fiscal Q2 2015441170001047469-15-006752
10-Q2015-05-07fiscal Q1 201545950001047469-15-004523
10-K2015-02-26fiscal FY 2014501700001047469-15-001304
10-Q2014-11-06fiscal Q3 2014451180001047469-14-008928
10-Q2014-08-07fiscal Q2 2014451200001047469-14-006762
10-Q2014-05-12fiscal Q1 201446960001047469-14-004859
10-K2014-02-28fiscal FY 2013511730001047469-14-001505
10-Q2013-11-07fiscal Q3 2013451180001047469-13-010383
10-Q2013-08-08fiscal Q2 2013451200001047469-13-008262
10-Q2013-05-08fiscal Q1 201343910001047469-13-005749
10-K2013-03-01fiscal FY 2012481640001047469-13-001975
10-Q2012-11-05fiscal Q3 2012431170001047469-12-010058
10-Q2012-08-08fiscal Q2 2012371020001047469-12-007924
10-Q2012-05-07fiscal Q1 201237770001047469-12-005481
10-K2012-02-29fiscal FY 2011421470001047469-12-001873
10-Q2011-11-14fiscal Q3 201132850001047469-11-009414
10-Q2011-08-12fiscal Q2 201135920001047469-11-007322

Inspect the source

Entity
ATLANTIC POWER CORPORATION / CIK 0001419242
Captured
SEC response SHA-256
4a0a67dce6db47a0bfa01c02049e9a14bd916c983134f750941f0b5bcbd5fedc

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