Skip to content

Archrock Partners, L.P.: filings

Every Archrock Partners, L.P. annual and quarterly report in the SEC record with the published financial measures it tagged, 35 filings, each linked to its SEC index.

Filing record ends 2020-02-21

The latest filing in this captured record is a 10-K filed 2020-02-21. No later filing is in the SEC companyfacts record captured on 2026-09-22. Archrock Partners, L.P. 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-02-21fiscal FY 2019371150001367064-20-000003
10-Q2019-10-30fiscal Q3 201931820001367064-19-000015
10-Q2019-07-30fiscal Q2 201930800001367064-19-000010
10-Q2019-04-30fiscal Q1 201930620001367064-19-000007
10-K2019-02-20fiscal FY 2018371160001367064-19-000003
10-Q2018-11-01fiscal Q3 201829780001367064-18-000024
10-Q2018-08-02fiscal Q2 201828740001367064-18-000022
10-Q2018-05-03fiscal Q1 201826520001367064-18-000019
10-K2018-02-22fiscal FY 201735940001367064-18-000006
10-Q2017-11-02fiscal Q3 201728700001367064-17-000064
10-Q2017-08-01fiscal Q2 201728700001367064-17-000049
10-Q2017-05-04fiscal Q1 201727550001367064-17-000038
10-K2017-02-23fiscal FY 201633900001367064-17-000014
10-Q2016-11-01fiscal Q3 201624620001367064-16-000059
10-Q2016-08-04fiscal Q2 201624620001367064-16-000051
10-Q2016-05-03fiscal Q1 201623480001367064-16-000039
10-K2016-02-29fiscal FY 201531860001367064-16-000027
10-Q2015-11-05fiscal Q3 201521560001367064-15-000013
10-Q2015-08-04fiscal Q2 201521560001104659-15-055915
10-Q2015-05-05fiscal Q1 201521440001104659-15-034247
10-K2015-02-26fiscal FY 201428760001104659-15-014357
10-Q2014-11-04fiscal Q3 201421560001104659-14-076452
10-Q2014-08-05fiscal Q2 201421560001104659-14-056805
10-Q2014-05-06fiscal Q1 201424500001104659-14-035171
10-K2014-02-26fiscal FY 2013311000001104659-14-013256
10-Q2013-11-06fiscal Q3 201324680001104659-13-081252
10-Q2013-08-06fiscal Q2 201325720001104659-13-060340
10-Q2013-05-02fiscal Q1 201325520001104659-13-036570
10-K2013-02-26fiscal FY 2012321090001104659-13-014352
10-Q2012-11-01fiscal Q3 201224700001104659-12-073127
10-Q2012-08-02fiscal Q2 201223680001104659-12-053615
10-Q2012-05-07fiscal Q1 201223480001104659-12-033851
10-K2012-02-24fiscal FY 201127710001193125-12-075848
10-Q2011-11-04fiscal Q3 201126740000950123-11-095275
10-Q2011-08-04fiscal Q2 201127780000950123-11-072867

Inspect the source

Entity
Archrock Partners, L.P. / CIK 0001367064
Captured
SEC response SHA-256
746d56e7d83ff4e937856dcd91c7507ba4d4eebef83b66c69205c936665b1e5f

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