Skip to content

RESERVOIR MEDIA, INC.: filings

Every RESERVOIR MEDIA, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 22 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 Q1 202647980001104659-26-090356
10-K2026-05-28fiscal FY 2026521050001104659-26-067615
10-Q2026-02-04fiscal Q3 2026461380001104659-26-010303
10-Q2025-11-04fiscal Q2 2025461300001104659-25-106263
10-Q2025-08-05fiscal Q1 202546980001410578-25-001573
10-K2025-05-28fiscal FY 2025521050001410578-25-001379
10-Q2025-02-05fiscal Q3 2025461380001410578-25-000076
10-Q2024-10-30fiscal Q2 2024461290001410578-24-001717
10-Q2024-07-31fiscal Q1 202446950001410578-24-001135
10-K2024-05-30fiscal FY 2024511030001410578-24-000975
10-Q2024-02-07fiscal Q3 2024461360001410578-24-000017
10-Q2023-11-07fiscal Q2 2024451320001410578-23-002219
10-Q2023-08-02fiscal Q1 202343920001410578-23-001527
10-K2023-05-31fiscal FY 2023521030001410578-23-001398
10-Q2023-02-08fiscal Q3 2022461420001410578-23-000076
10-Q2022-11-08fiscal Q2 2022461380001410578-22-003018
10-Q2022-08-05fiscal Q1 202245990001410578-22-002089
10-K2022-06-21fiscal FY 2022501990001410578-22-001889
10-Q2022-02-08fiscal Q3 2021471390001410578-22-000086
10-Q2021-11-09fiscal Q2 2021471350001104659-21-136270
10-Q2021-08-06fiscal Q2 202117450001104659-21-101482
10-Q2021-05-24fiscal Q1 202116390001104659-21-071089

Inspect the source

Entity
RESERVOIR MEDIA, INC. / CIK 0001824403
Captured
2026-09-21T17:29:34.558Z
SEC response SHA-256
06d140e17950c3f2c881b43ae4b3d04edc9484e69df01df38d9cd8a2f3e8272a

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