Skip to content

Black Stone Minerals, L.P.: filings

Every Black Stone Minerals, L.P. annual and quarterly report in the SEC record with the published financial measures it tagged, 46 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-04fiscal Q2 202627780001628280-26-052686
10-Q2026-05-05fiscal Q1 202627560001628280-26-030534
10-K2026-02-24fiscal FY 202527720001621434-26-000018
10-Q2025-11-04fiscal Q3 202527780001621434-25-000133
10-Q2025-08-05fiscal Q2 202527780001621434-25-000108
10-Q2025-05-06fiscal Q1 202527560001628280-25-022559
10-K2025-02-25fiscal FY 202428750001628280-25-007730
10-Q2024-11-05fiscal Q3 202428800001628280-24-045189
10-Q2024-08-06fiscal Q2 202428800001628280-24-035132
10-Q2024-05-07fiscal Q1 202428580001628280-24-021063
10-K2024-02-20fiscal FY 202328750001628280-24-005670
10-Q2023-10-31fiscal Q3 202328800001628280-23-035690
10-Q2023-08-01fiscal Q2 202328800001628280-23-026473
10-Q2023-05-02fiscal Q1 202328580001628280-23-014826
10-K2023-02-23fiscal FY 202229780001628280-23-004630
10-Q2022-11-01fiscal Q3 202229860001628280-22-027563
10-Q2022-08-02fiscal Q2 202229840001628280-22-020176
10-Q2022-05-03fiscal Q1 202229600001628280-22-012021
10-K2022-02-22fiscal FY 202129780001628280-22-003347
10-Q2021-11-02fiscal Q3 202129860001628280-21-021170
10-Q2021-08-03fiscal Q2 202129840001628280-21-015326
10-Q2021-05-04fiscal Q1 202129600001628280-21-008883
10-K2021-02-23fiscal FY 2020291160001628280-21-002859
10-Q2020-11-03fiscal Q3 202029860001628280-20-015353
10-Q2020-08-04fiscal Q2 202029840001628280-20-011623
10-Q2020-05-05fiscal Q1 202029600001628280-20-006417
10-K2020-02-25fiscal FY 2019291160001628280-20-002208
10-Q2019-11-05fiscal Q3 201929860001628280-19-013338
10-Q2019-08-06fiscal Q2 201929840001628280-19-010065
10-Q2019-05-07fiscal Q1 201928580001628280-19-006028
10-K2019-02-26fiscal FY 2018281140001628280-19-001941
10-Q2018-11-06fiscal Q3 201828790001628280-18-013803
10-Q2018-08-07fiscal Q2 201827770001628280-18-010627
10-Q2018-05-08fiscal Q1 201827550001628280-18-006223
10-K2018-02-28fiscal FY 2017261080001628280-18-002529
10-Q2017-11-07fiscal Q3 201726740001628280-17-011064
10-Q2017-08-09fiscal Q2 201725700001628280-17-008401
10-Q2017-05-09fiscal Q1 201724500001628280-17-005248
10-K2017-03-01fiscal FY 2016261030001628280-17-002039
10-Q2016-11-08fiscal Q3 201624680001628280-16-021028
10-Q2016-08-09fiscal Q2 201621620001564590-16-023566
10-Q2016-05-10fiscal Q1 201621430001564590-16-018818
10-K2016-03-08fiscal FY 201522810001564590-16-014218
10-Q2015-11-10fiscal Q3 201523630001564590-15-010359
10-Q2015-08-13fiscal Q2 201524650001564590-15-007239
10-Q2015-06-05fiscal Q1 201523480001564590-15-004866

Inspect the source

Entity
Black Stone Minerals, L.P. / CIK 0001621434
Captured
2026-09-19T11:19:45.591Z
SEC response SHA-256
89199c0892768df236ac3f9e4ee113bc13a859e92a2585367d15196f0cf77535

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