Skip to content

TARGA RESOURCES PARTNERS LP: filings

Every TARGA RESOURCES PARTNERS LP 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-02-18

The latest filing in this captured record is a 10-K filed 2021-02-18. No later filing is in the SEC companyfacts record captured on 2026-09-22. TARGA RESOURCES PARTNERS 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-18fiscal FY 2020431100001564590-21-006649
10-Q2020-11-05fiscal Q3 202037990001564590-20-051186
10-Q2020-08-06fiscal Q2 202037990001564590-20-037587
10-Q2020-05-07fiscal Q1 202033670001564590-20-022792
10-K2020-02-20fiscal FY 2019411380001564590-20-005598
10-Q2019-11-07fiscal Q3 201937940001564590-19-041869
10-Q2019-08-09fiscal Q2 201937940001564590-19-030958
10-Q2019-05-08fiscal Q1 201937720001564590-19-017143
10-K2019-03-01fiscal FY 2018391390001564590-19-005734
10-Q2018-11-08fiscal Q3 201834910001564590-18-028434
10-Q2018-08-09fiscal Q2 201832830001564590-18-020693
10-Q2018-05-03fiscal Q1 201830610001564590-18-010749
10-K2018-02-16fiscal FY 2017341150001564590-18-002343
10-Q2017-11-03fiscal Q3 201730800001564590-17-021457
10-Q2017-08-03fiscal Q2 201731820001564590-17-015417
10-Q2017-05-04fiscal Q1 201731640001564590-17-008710
10-K2017-02-21fiscal FY 2016331140001564590-17-001812
10-Q2016-11-04fiscal Q3 201629800001564590-16-027691
10-Q2016-08-03fiscal Q2 201629800001564590-16-022173
10-Q2016-05-10fiscal Q1 201629630001564590-16-018911
10-K2016-02-29fiscal FY 2015331230001140361-16-055576
10-Q2015-11-03fiscal Q3 201528780001140361-15-039467
10-Q2015-08-04fiscal Q2 201529820001140361-15-029742
10-Q2015-05-07fiscal Q1 201529620001140361-15-018066
10-K2015-02-17fiscal FY 201430920001140361-15-006701
10-Q2014-11-04fiscal Q3 201425710001140361-14-039915
10-Q2014-08-01fiscal Q2 201428770001140361-14-030376
10-Q2014-05-02fiscal Q1 201428590001140361-14-018308
10-K2014-02-14fiscal FY 2013331160001140361-14-007833
10-Q2013-11-05fiscal Q3 201329820001140361-13-040512
10-Q2013-08-02fiscal Q2 201328770001140361-13-030011
10-Q2013-05-03fiscal Q1 201328590001140361-13-018595
10-K2013-02-19fiscal FY 2012311010001140361-13-008113
10-Q2012-11-01fiscal Q3 201226700001389170-12-000034
10-Q2012-08-06fiscal Q2 201226710001389170-12-000025
10-Q2012-05-04fiscal Q1 201228590001389170-12-000019
10-K2012-02-27fiscal FY 201130940001389170-12-000005
10-Q/A2011-11-07fiscal Q3 201130830001389170-11-000045
10-Q/A2011-08-19fiscal Q2 201130830001389170-11-000023
10-Q/A2011-05-24fiscal Q1 201128580001389170-11-000010

Inspect the source

Entity
TARGA RESOURCES PARTNERS LP / CIK 0001379661
Captured
SEC response SHA-256
c076c3253732bfb958e738590488499c2d312cafac3c396b6790a69808ab6c14

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