Skip to content

USA Compression Partners, LP: filings

Every USA Compression Partners, LP annual and quarterly report in the SEC record with the published financial measures it tagged, 54 filings, each linked to its SEC index.

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-Q2026-08-06fiscal Q2 202637950001522727-26-000064
10-Q2026-05-07fiscal Q1 202637750001522727-26-000045
10-K2026-02-17fiscal FY 2025381000001522727-26-000015
10-Q2025-11-05fiscal Q3 202535910001522727-25-000079
10-Q2025-08-06fiscal Q2 202535910001522727-25-000044
10-Q2025-05-06fiscal Q1 202534690001522727-25-000024
10-K2025-02-11fiscal FY 202437970001522727-25-000010
10-Q2024-11-05fiscal Q3 202436930001522727-24-000047
10-Q2024-08-06fiscal Q2 202436930001522727-24-000032
10-Q2024-05-07fiscal Q1 202435710001522727-24-000027
10-K2024-02-13fiscal FY 202338990001522727-24-000008
10-Q2023-10-31fiscal Q3 202336930001522727-23-000028
10-Q2023-08-01fiscal Q2 202336930001522727-23-000019
10-Q2023-05-02fiscal Q1 202336730001522727-23-000012
10-K2023-02-14fiscal FY 2022391010001522727-23-000006
10-Q2022-11-01fiscal Q3 202237950001522727-22-000027
10-Q2022-08-02fiscal Q2 202237950001522727-22-000021
10-Q2022-05-03fiscal Q1 202237750001522727-22-000015
10-K2022-02-15fiscal FY 2021391010001522727-22-000006
10-Q2021-11-02fiscal Q3 202137950001522727-21-000036
10-Q2021-08-03fiscal Q2 202137950001522727-21-000029
10-Q2021-05-04fiscal Q1 202137750001522727-21-000020
10-K2021-02-16fiscal FY 2020411260001522727-21-000010
10-Q2020-11-03fiscal Q3 2020401000001522727-20-000035
10-Q2020-08-04fiscal Q2 2020401000001522727-20-000030
10-Q2020-05-05fiscal Q1 202040800001522727-20-000013
10-K2020-02-18fiscal FY 2019451350001522727-20-000005
10-Q2019-11-05fiscal Q3 2019421040001522727-19-000008
10-Q2019-08-06fiscal Q2 2019421040001522727-19-000004
10-Q2019-05-07fiscal Q1 201942800001558370-19-004301
10-K2019-02-19fiscal FY 2018431280001558370-19-000738
10-Q2018-11-06fiscal Q3 2018421020001558370-18-008661
10-Q2018-08-07fiscal Q2 201841980001558370-18-006611
10-Q2018-05-09fiscal Q1 201836730001558370-18-004495
10-K2018-02-13fiscal FY 2017351040001558370-18-000600
10-Q2017-11-07fiscal Q3 201733870001558370-17-008400
10-Q2017-08-04fiscal Q2 201733870001558370-17-005992
10-Q2017-05-04fiscal Q1 201729590001558370-17-003536
10-K2017-02-13fiscal FY 201631840001558370-17-000559
10-Q2016-11-08fiscal Q3 201628730001558370-16-009703
10-Q2016-08-04fiscal Q2 201630790001558370-16-007418
10-Q2016-05-05fiscal Q1 201630600001558370-16-005440
10-K2016-02-11fiscal FY 201530740001558370-16-003160
10-Q2015-11-05fiscal Q3 201530770001558370-15-002355
10-Q2015-08-05fiscal Q2 201528720001558370-15-001414
10-Q2015-05-07fiscal Q1 201528560001558370-15-000807
10-K2015-02-19fiscal FY 201429720001558370-15-000104
10-Q2014-11-07fiscal Q3 201428720001558370-14-000364
10-Q2014-08-12fiscal Q2 201428720001104659-14-059946
10-Q2014-05-07fiscal Q1 201428560001104659-14-035801
10-K2014-02-20fiscal FY 201330770001104659-14-011834
10-Q2013-11-07fiscal Q3 201328720001104659-13-082392
10-Q2013-08-14fiscal Q2 201328700001104659-13-063944
10-Q2013-05-10fiscal Q1 201328560001104659-13-040381

Inspect the source

Entity
USA Compression Partners, LP / CIK 0001522727
Captured
2026-09-20T09:14:46.718Z
SEC response SHA-256
9c743d9a514e286264eed49b0544f2ae7ef62717283c562bdd5fa1c3cf463948

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