Skip to content

XPLR INFRASTRUCTURE, LP: filings

Every XPLR INFRASTRUCTURE, LP annual and quarterly report in the SEC record with the published financial measures it tagged, 48 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-05-07fiscal Q1 202638800001603145-26-000018
10-K2026-02-17fiscal FY 2025431150001603145-26-000007
10-Q2025-11-04fiscal Q3 2025381080001603145-25-000054
10-Q2025-08-07fiscal Q2 2025381080001603145-25-000039
10-Q2025-05-08fiscal Q1 202538800001603145-25-000026
10-K2025-02-21fiscal FY 2024431150001603145-25-000006
10-Q2024-10-23fiscal Q3 2024371040001603145-24-000025
10-Q2024-07-24fiscal Q2 2024371040001603145-24-000016
10-Q2024-04-23fiscal Q1 202438800001603145-24-000010
10-K2024-02-21fiscal FY 2023421100001603145-24-000005
10-Q2023-11-07fiscal Q3 2023361040001603145-23-000046
10-Q2023-07-26fiscal Q2 2023361040001603145-23-000034
10-Q2023-04-26fiscal Q1 202336760001603145-23-000017
10-K2023-02-23fiscal FY 2022431130001603145-23-000005
10-Q2022-11-03fiscal Q3 2022361040001603145-22-000040
10-Q2022-07-27fiscal Q2 2022361040001603145-22-000032
10-Q2022-04-22fiscal Q1 202236760001603145-22-000018
10-K2022-02-23fiscal FY 2021431130001603145-22-000012
10-Q2021-10-25fiscal Q3 2021361040001603145-21-000064
10-Q2021-07-26fiscal Q2 2021361050001603145-21-000052
10-Q2021-04-23fiscal Q1 202136760001603145-21-000035
10-K2021-02-16fiscal FY 2020441160001603145-21-000008
10-Q2020-10-22fiscal Q3 2020351100001603145-20-000053
10-Q2020-07-24fiscal Q2 2020351060001603145-20-000046
10-Q2020-04-23fiscal Q1 202033700001603145-20-000038
10-K2020-02-18fiscal FY 2019431580001603145-20-000006
10-Q2019-10-23fiscal Q3 2019341080001603145-19-000090
10-Q2019-07-24fiscal Q2 2019351060001603145-19-000074
10-Q2019-04-23fiscal Q1 201935740001603145-19-000054
10-K2019-02-19fiscal FY 2018401450001603145-19-000014
10-Q2018-10-23fiscal Q3 2018341000001603145-18-000069
10-Q2018-07-25fiscal Q2 201830930001603145-18-000053
10-Q2018-04-24fiscal Q1 201730650001603145-18-000043
10-K2018-02-21fiscal FY 2017331090001603145-18-000007
10-Q2017-10-27fiscal Q3 201726770001603145-17-000074
10-Q2017-07-26fiscal Q2 201726770001603145-17-000050
10-Q2017-04-21fiscal Q1 201726570001603145-17-000027
10-K2017-02-23fiscal FY 2016321080001603145-17-000013
10-Q2016-10-31fiscal Q3 201626770001603145-16-000191
10-Q2016-07-28fiscal Q2 201626770001603145-16-000173
10-Q2016-04-29fiscal Q1 201627590001603145-16-000160
10-K2016-02-19fiscal FY 2015331050001603145-16-000139
10-Q2015-11-06fiscal Q3 201526750001603145-15-000119
10-Q2015-08-03fiscal Q2 201526700001603145-15-000088
10-Q2015-05-01fiscal Q1 201525500001603145-15-000040
10-K2015-02-20fiscal FY 2014331030001603145-15-000019
10-Q2014-11-12fiscal Q3 201426680001603145-14-000051
10-Q2014-08-01fiscal Q2 201426730001603145-14-000036

Inspect the source

Entity
XPLR INFRASTRUCTURE, LP / CIK 0001603145
Captured
2026-09-20T09:25:37.375Z
SEC response SHA-256
deac0fcac63cf681a936ad849c2b38be34a9c25cf82e432dd0e63af63624423d

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