Skip to content

KINETIK HOLDINGS INC.: filings

Every KINETIK HOLDINGS INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 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 2026501410001692787-26-000116
10-Q2026-05-08fiscal Q1 2026491010001692787-26-000092
10-K2026-02-26fiscal FY 2025541390001692787-26-000048
10-Q2025-11-06fiscal Q3 2025511450001692787-25-000067
10-Q2025-08-08fiscal Q2 2025511450001692787-25-000050
10-Q2025-05-08fiscal Q1 202547970001692787-25-000027
10-K2025-03-03fiscal FY 2024541370001692787-25-000007
10-Q2024-11-08fiscal Q3 2024501380001692787-24-000052
10-Q2024-08-09fiscal Q2 2024501390001692787-24-000042
10-Q2024-05-09fiscal Q1 2024491010001692787-24-000034
10-K2024-03-05fiscal FY 2023531360001692787-24-000011
10-Q2023-11-09fiscal Q3 2023521450001628280-23-038169
10-Q2023-08-08fiscal Q2 2023511430001692787-23-000026
10-Q2023-05-04fiscal Q1 2023511050001692787-23-000016
10-K2023-03-07fiscal FY 2022521320001692787-23-000009
10-Q2022-11-09fiscal Q3 2022471310001692787-22-000016
10-Q2022-08-09fiscal Q2 2022461290001692787-22-000008
10-Q2022-05-10fiscal Q1 202247960001193125-22-146429
10-K2022-02-22fiscal FY 2021431140001784031-22-000008
10-Q2021-11-05fiscal Q3 2021391150001784031-21-000015
10-Q2021-08-05fiscal Q2 2021381110001784031-21-000010
10-Q2021-05-10fiscal Q1 202138830001784031-21-000007
10-K2021-02-26fiscal FY 2020411070001784031-21-000004
10-Q2020-11-05fiscal Q3 2020401170001784031-20-000014
10-Q2020-07-30fiscal Q2 2020381110001784031-20-000012
10-Q2020-05-07fiscal Q1 202039820001784031-20-000006
10-K2020-03-16fiscal FY 2019431430001784031-20-000003
10-Q2019-10-31fiscal Q3 2019401130001784031-19-000010
10-Q2019-08-01fiscal Q2 201935950001784031-19-000003
10-Q2019-05-02fiscal Q1 201934710001673379-19-000018
10-K2019-03-01fiscal FY 2018351240001673379-19-000012
10-Q2018-11-07fiscal Q3 201824740001193125-18-320900
10-Q2018-07-27fiscal Q2 201824740001193125-18-229512
10-Q2018-05-11fiscal Q1 201822380001193125-18-160670
10-K2018-03-27fiscal FY 201718330001193125-18-097812
10-Q2017-11-13fiscal Q3 201722410001193125-17-340730
10-Q2017-08-14fiscal Q2 201719350001193125-17-256939
10-Q2017-05-15fiscal Q1 20178130001193125-17-170190

Inspect the source

Entity
KINETIK HOLDINGS INC. / CIK 0001692787
Captured
2026-09-21T17:25:27.190Z
SEC response SHA-256
0eef47d6ae438a6de04efb2c2711377f0e22f45e8a6a68f7479b9cdfe2dce82a

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