Skip to content

ROYALE ENERGY FUNDS, INC.: filings

Every ROYALE ENERGY FUNDS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 30 filings, each linked to its SEC index.

Filing record ends 2018-03-23

The latest filing in this captured record is a 10-K filed 2018-03-23. No later filing is in the SEC companyfacts record captured on 2026-09-23. ROYALE ENERGY FUNDS, INC. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-K2018-03-23fiscal FY 201734700001185185-18-000493
10-Q2017-11-14fiscal Q3 201729820001185185-17-002377
10-Q2017-08-10fiscal Q2 201729820001185185-17-001695
10-Q2017-07-25fiscal Q1 201728580001185185-17-001599
10-K2017-07-25fiscal FY 201633670001185185-17-001595
10-Q2017-05-12fiscal Q1 201728580001185185-17-001110
10-K2017-03-31fiscal FY 201633670001185185-17-000765
10-Q2016-11-14fiscal Q3 201630840001185185-16-005755
10-Q2016-08-09fiscal Q2 201630840001185185-16-005136
10-Q2016-05-09fiscal Q1 201629600001185185-16-004451
10-K2016-03-15fiscal FY 201534700001185185-16-003902
10-Q2015-10-28fiscal Q3 201531860001185185-15-002641
10-Q2015-08-04fiscal Q2 201531860001185185-15-002022
10-Q2015-05-13fiscal Q1 201530620001185185-15-001197
10-K2015-03-31fiscal FY 201434700001185185-15-000698
10-Q2014-11-06fiscal Q3 201433920001185185-14-002931
10-Q2014-08-01fiscal Q2 201430800001185185-14-001936
10-Q2014-05-13fiscal Q1 201429600001185185-14-001205
10-K2014-03-11fiscal FY 201334710001185185-14-000512
10-Q2013-10-21fiscal Q3 201330830001185185-13-002244
10-Q2013-08-05fiscal Q2 201330870001185185-13-001567
10-Q2013-05-15fiscal Q1 201329650001185185-13-001158
10-K/A2013-04-30fiscal FY 201233690001185185-13-000967
10-K2013-04-16fiscal FY 201233690001185185-13-000859
10-Q2012-11-13fiscal Q3 201232860001185185-12-002457
10-Q2012-08-13fiscal Q2 201232860001185185-12-001726
10-Q2012-05-15fiscal Q1 201228580001185185-12-001089
10-K2012-03-15fiscal FY 201128760001185185-12-000380
10-Q2011-11-04fiscal Q3 201127760001185185-11-001823
10-Q2011-07-29fiscal Q2 201126740001185185-11-001081

Inspect the source

Entity
ROYALE ENERGY FUNDS, INC. / CIK 0000864839
Captured
SEC response SHA-256
44ed08f9cc1d9a161f9383641957a935b0292734d7d7e3a2b1d9aa010d08b42b

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