Skip to content

ROYALE ENERGY, INC.: filings

Every ROYALE ENERGY, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 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-31fiscal Q2 202634940001185185-26-003762
10-Q2026-08-31fiscal Q1 202634720001185185-26-003760
10-K2026-07-13fiscal FY 202540810001185185-26-002897
10-Q2025-11-26fiscal Q3 2025361000001185185-25-001861
10-Q2025-08-14fiscal Q2 2025361000001185185-25-000983
10-Q2025-05-15fiscal Q1 202536760001185185-25-000481
10-K2025-04-09fiscal FY 202439800001185185-25-000271
10-Q2024-11-14fiscal Q3 2024371020001185185-24-001118
10-Q2024-08-14fiscal Q2 2024391100001185185-24-000806
10-Q2024-05-15fiscal Q1 202438800001185185-24-000515
10-K2024-04-12fiscal FY 202340820001185185-24-000374
10-Q2023-11-13fiscal Q3 2023381080001185185-23-001170
10-Q2023-08-14fiscal Q2 2023371060001185185-23-000835
10-Q2023-06-26fiscal Q1 202336760001185185-23-000655
10-K2023-05-19fiscal FY 202239790001185185-23-000564
10-Q2022-11-17fiscal Q3 2022361040001185185-22-001324
10-Q2022-08-19fiscal Q2 2022371040001185185-22-000972
10-Q2022-05-23fiscal Q1 202236740001185185-22-000678
10-K2022-04-15fiscal FY 202139790001185185-22-000459
10-Q2021-11-15fiscal Q3 202133960001185185-21-001671
10-Q2021-08-16fiscal Q2 202133940001185185-21-001143
10-Q2021-05-14fiscal Q1 202134720001185185-21-000654
10-K2021-03-30fiscal FY 202038770001185185-21-000424
10-Q2020-11-13fiscal Q3 202034980001185185-20-001582
10-Q2020-08-14fiscal Q2 202033940001185185-20-001166
10-Q2020-05-19fiscal Q1 202033700001185185-20-000702
10-K2020-03-30fiscal FY 201939800001185185-20-000394
10-Q2019-11-14fiscal Q3 2019361000001185185-19-001595
10-Q2019-08-14fiscal Q2 201934920001185185-19-001125
10-Q2019-05-20fiscal Q1 201937770001185185-19-000774
10-K2019-04-16fiscal FY 201837750001185185-19-000541
10-Q2018-11-19fiscal Q3 201832860001185185-18-002064
10-Q2018-08-20fiscal Q2 201831840001185185-18-001528
10-Q2018-05-21fiscal Q1 201829580001185185-18-000974

Inspect the source

Entity
ROYALE ENERGY, INC. / CIK 0001694617
Captured
2026-09-21T17:24:23.190Z
SEC response SHA-256
cc3277258732b333b871985971235e085ec186bc49af7c2753d3f5faf921d44f

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