Skip to content

ROYALTY MANAGEMENT HOLDING CORPORATION: filings

Every ROYALTY MANAGEMENT HOLDING CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 30 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-13fiscal Q2 2026391110001477932-26-004929
10-Q2026-05-14fiscal Q1 202636760001477932-26-003143
10-K2026-03-31fiscal FY 202537760001477932-26-001737
10-Q2025-11-13fiscal Q3 2025381130001477932-25-008191
10-Q2025-08-11fiscal Q2 2025411150001477932-25-005624
10-Q2025-05-14fiscal Q1 202539810001477932-25-003701
10-K/A2025-04-15fiscal FY 202437750001477932-25-002761
10-K2025-03-31fiscal FY 202437750001477932-25-002151
10-Q/A2024-12-04fiscal Q2 2024351030001477932-24-007839
10-Q/A2024-12-04fiscal Q1 202437760001477932-24-007838
10-K/A2024-12-04fiscal FY 202338750001477932-24-007837
10-Q2024-11-15fiscal Q3 2024341030001477932-24-007289
10-Q2024-08-15fiscal Q2 202432920001477932-24-004891
10-Q2024-05-24fiscal Q1 202432660001477932-24-003296
10-K2024-04-16fiscal FY 202329570001477932-24-002179
10-Q2023-11-20fiscal Q3 202317460001477932-23-008687
10-Q2023-08-21fiscal Q2 202316420001477932-23-006284
10-K/A2023-05-26fiscal FY 202215330001477932-23-004017
10-Q2023-05-19fiscal Q1 202316380001477932-23-003790
10-K2023-03-22fiscal FY 202215330001477932-23-001635
10-Q2022-11-07fiscal Q3 202216420001477932-22-008201
10-Q2022-08-17fiscal Q2 202216410001477932-22-006237
10-Q2022-04-28fiscal Q1 202219420001477932-22-002693
10-K2022-03-25fiscal FY 202116180001477932-22-001642
10-Q/A2022-03-09fiscal Q3 202114220001477932-22-001283
10-Q2021-10-22fiscal Q3 202114220001477932-21-007543
10-Q/A2021-10-22fiscal Q2 202112180001477932-21-007522
10-Q/A2021-10-21fiscal Q1 202211130001477932-21-007511
10-Q2021-07-23fiscal Q2 202112180001477932-21-004868
10-Q2021-05-13fiscal Q1 202111130001477932-21-003074

Inspect the source

Entity
ROYALTY MANAGEMENT HOLDING CORPORATION / CIK 0001843656
Captured
2026-09-21T17:31:43.947Z
SEC response SHA-256
294fb12f6bfea3a26db91f8c2bd182b5c0927f37dfbd2dc2fdff472d2929c908

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