Skip to content

Kimbell Royalty Partners, LP: filings

Every Kimbell Royalty Partners, LP annual and quarterly report in the SEC record with the published financial measures it tagged, 39 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-07fiscal Q2 202627710001104659-26-092712
10-Q2026-05-07fiscal Q1 202627520001104659-26-057112
10-K2026-02-26fiscal FY 202529740001104659-26-020477
10-Q2025-11-06fiscal Q3 202527720001104659-25-107722
10-Q2025-08-07fiscal Q2 202527710001558370-25-010756
10-Q2025-05-08fiscal Q1 202526520001558370-25-006965
10-K2025-02-27fiscal FY 202429750001558370-25-001800
10-Q2024-11-08fiscal Q3 202426720001558370-24-015073
10-K/A2024-11-08fiscal FY 202329760001558370-24-015071
10-Q2024-08-01fiscal Q2 202426710001558370-24-010593
10-Q2024-05-02fiscal Q1 202425510001558370-24-006556
10-K2024-02-21fiscal FY 202329760001558370-24-001427
10-Q2023-11-02fiscal Q3 202328790001558370-23-017410
10-Q2023-08-02fiscal Q2 202328780001558370-23-012934
10-Q2023-05-03fiscal Q1 202326520001558370-23-007886
10-K2023-02-23fiscal FY 202228720001558370-23-001907
10-Q2022-11-03fiscal Q3 202227740001558370-22-016145
10-Q2022-08-04fiscal Q2 202227720001558370-22-012171
10-Q2022-05-10fiscal Q1 202226520001558370-22-008111
10-K2022-02-25fiscal FY 202128700001558370-22-002143
10-Q2021-11-04fiscal Q3 202126720001558370-21-014571
10-Q2021-08-05fiscal Q2 202124650001558370-21-010529
10-Q2021-05-06fiscal Q1 202124480001558370-21-006193
10-K2021-02-26fiscal FY 202031990001558370-21-001906
10-Q2020-11-05fiscal Q3 202025710001558370-20-012891
10-Q2020-08-06fiscal Q2 202024650001558370-20-009642
10-Q2020-05-07fiscal Q1 202023470001558370-20-005794
10-K2020-02-28fiscal FY 2019341130001558370-20-001706
10-Q2019-11-08fiscal Q3 201925700001558370-19-010601
10-Q2019-08-08fiscal Q2 201924640001558370-19-007687
10-Q2019-05-09fiscal Q1 201924470001558370-19-004713
10-K2019-03-12fiscal FY 201829790001558370-19-001822
10-Q2018-11-09fiscal Q3 201825660001558370-18-009164
10-Q2018-08-10fiscal Q2 201823580001558370-18-006969
10-Q2018-05-11fiscal Q1 201821420001558370-18-004738
10-K2018-03-09fiscal FY 201722220001558370-18-001804
10-Q2017-11-09fiscal Q3 201721270001558370-17-008705
10-Q2017-08-14fiscal Q2 201722290001558370-17-006584
10-Q2017-05-12fiscal Q1 201717180001558370-17-004280

Inspect the source

Entity
Kimbell Royalty Partners, LP / CIK 0001657788
Captured
2026-09-21T17:23:04.587Z
SEC response SHA-256
5d65aba29821e02d6e2b51040fd1fc2a76a13b35f5ad19400b54359f15c0e91b

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