Skip to content

TC PipeLines, LP: filings

Every TC PipeLines, LP annual and quarterly report in the SEC record with the published financial measures it tagged, 43 filings, each linked to its SEC index.

Filing record ends 2021-02-24

The latest filing in this captured record is a 10-K filed 2021-02-24. No later filing is in the SEC companyfacts record captured on 2026-09-23. TC PipeLines, LP 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-K2021-02-24fiscal FY 202031780001628280-21-003065
10-Q2020-11-09fiscal Q3 202027690001628280-20-016096
10-Q2020-08-05fiscal Q2 202027700001628280-20-011746
10-Q2020-05-06fiscal Q1 202027550001628280-20-006650
10-K2020-02-20fiscal FY 201932760001104659-20-023423
10-Q2019-11-07fiscal Q3 201930710001104659-19-061018
10-Q2019-08-01fiscal Q2 201930720001410578-19-000632
10-Q2019-05-08fiscal Q1 201929570001104659-19-027778
10-K2019-02-21fiscal FY 201828690001047469-19-000591
10-Q2018-11-09fiscal Q3 201826650001104659-18-067327
10-Q2018-08-03fiscal Q2 201825630001104659-18-049254
10-Q2018-05-02fiscal Q1 201825510001104659-18-029742
10-K2018-02-26fiscal FY 201727670001047469-18-001045
10-Q2017-11-06fiscal Q3 201725610001104659-17-066260
10-Q2017-08-03fiscal Q2 201725570001104659-17-049352
10-Q2017-05-04fiscal Q1 201717340001104659-17-029840
10-K2017-02-28fiscal FY 201620450001047469-17-001049
10-Q2016-11-04fiscal Q3 201618420001104659-16-154871
10-Q2016-08-04fiscal Q2 201618410001104659-16-136952
10-Q2016-05-05fiscal Q1 201618360001104659-16-118232
10-K2016-02-26fiscal FY 201520460001047469-16-010495
10-Q2015-11-06fiscal Q3 201520510001104659-15-076630
10-Q2015-08-07fiscal Q2 201518470001104659-15-057575
10-Q2015-05-08fiscal Q1 201519410001104659-15-036078
10-K2015-02-27fiscal FY 201421670001047469-15-001369
10-Q2014-10-24fiscal Q3 201418440001104659-14-073640
10-Q2014-07-25fiscal Q2 201418440001104659-14-053524
10-Q2014-04-29fiscal Q1 201418370001104659-14-031697
10-K2014-02-28fiscal FY 201323520001047469-14-001558
10-Q2013-10-29fiscal Q3 201320520001104659-13-078611
10-Q2013-07-29fiscal Q2 201319470001104659-13-057301
10-Q2013-04-29fiscal Q1 201318380001104659-13-034124
10-K2013-02-28fiscal FY 201221580001047469-13-001892
10-Q2012-10-30fiscal Q3 201219480001263291-12-000051
10-Q2012-07-30fiscal Q2 201219470001263291-12-000039
10-Q2012-04-30fiscal Q1 201219390001263291-12-000017
10-K2012-02-28fiscal FY 201121580001047469-12-001708
10-Q2011-11-01fiscal Q3 201119460001167219-11-000024
10-Q2011-08-02fiscal Q2 201122520001167219-11-000005
10-Q2011-04-27fiscal Q1 201119400001263291-11-000015
10-K2011-02-25fiscal FY 201017440001047469-11-001415
10-Q2010-10-29fiscal Q3 201018440001263291-10-000046
10-Q2010-07-29fiscal Q2 201018440001263291-10-000036

Inspect the source

Entity
TC PipeLines, LP / CIK 0001075607
Captured
SEC response SHA-256
23e66eb2edc38c245ecefe25e11fc77bb80e561520692ca675ca00f41be02c36

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