Skip to content

Viper Energy, Inc.: filings

Every Viper Energy, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 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-Q2025-08-06fiscal Q2 2025391140001602065-25-000061
10-Q2025-05-07fiscal Q1 202536760001602065-25-000035
10-K2025-02-26fiscal FY 2024411100001602065-25-000010
10-Q2024-11-07fiscal Q3 2024391160001602065-24-000084
10-Q2024-08-05fiscal Q2 2024371090001602065-24-000063
10-Q2024-05-02fiscal Q1 202436740001602065-24-000028
10-K2024-02-22fiscal FY 2023401070001602065-24-000010
10-Q2023-11-08fiscal Q3 202328860001602065-23-000090
10-Q2023-08-03fiscal Q2 202328840001602065-23-000053
10-Q2023-05-03fiscal Q1 202331630001602065-23-000021
10-K2023-02-23fiscal FY 202234910001602065-23-000007
10-Q2022-11-08fiscal Q3 202231910001602065-22-000047
10-Q2022-08-03fiscal Q2 202229860001602065-22-000041
10-Q2022-05-05fiscal Q1 202229600001602065-22-000023
10-K2022-02-24fiscal FY 202133880001602065-22-000008
10-Q2021-11-04fiscal Q3 202130910001602065-21-000058
10-Q2021-08-03fiscal Q2 202130880001602065-21-000045
10-Q2021-05-05fiscal Q1 202130620001602065-21-000019
10-K2021-02-25fiscal FY 202034900001602065-21-000006
10-Q2020-11-05fiscal Q3 202031920001602065-20-000053
10-Q2020-08-05fiscal Q2 202031900001602065-20-000044
10-Q2020-05-08fiscal Q1 202031640001602065-20-000021
10-K2020-02-18fiscal FY 2019321170001602065-20-000009
10-Q2019-10-30fiscal Q3 201928840001602065-19-000048
10-Q2019-08-01fiscal Q2 201922640001602065-19-000038
10-Q2019-05-01fiscal Q1 201923480001602065-19-000019
10-K2019-02-15fiscal FY 201825810001602065-19-000007
10-Q2018-10-30fiscal Q3 201823660001602065-18-000041
10-Q2018-08-09fiscal Q2 201822640001602065-18-000033
10-Q2018-05-02fiscal Q1 201817360001602065-18-000015
10-K2018-02-07fiscal FY 201717530001602065-18-000006
10-Q2017-10-25fiscal Q3 201717480001602065-17-000074
10-Q2017-08-02fiscal Q2 201717480001602065-17-000066
10-Q2017-05-04fiscal Q1 201717360001602065-17-000024
10-K2017-02-15fiscal FY 201615470001602065-17-000008
10-Q2016-11-08fiscal Q3 201615420001602065-16-000075
10-Q2016-08-09fiscal Q2 201614400001602065-16-000061
10-Q2016-05-05fiscal Q1 201615320001602065-16-000049
10-K2016-02-19fiscal FY 201514450001602065-16-000045
10-Q2015-11-06fiscal Q3 201514400001602065-15-000031
10-Q2015-08-10fiscal Q2 201513280001602065-15-000019
10-Q2015-05-07fiscal Q1 201513280001602065-15-000011
10-K2015-02-20fiscal FY 201414290001602065-15-000005
10-Q2014-11-06fiscal Q3 201413320001602065-14-000014
10-Q2014-08-07fiscal Q2 20149200001602065-14-000008

Inspect the source

Entity
Viper Energy, Inc. / CIK 0001602065
Captured
2026-09-21T17:20:23.158Z
SEC response SHA-256
6d4ea9666a0de34ab037232c1186feef2dea604086aa56912336e39aaa718f8c

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