Skip to content

Royal Energy Resources, Inc.: filings

Every Royal Energy Resources, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 33 filings, each linked to its SEC index.

Filing record ends 2019-11-13

The latest filing in this captured record is a 10-Q filed 2019-11-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. Royal Energy Resources, 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-Q2019-11-13fiscal Q3 2019441150001493152-19-016994
10-Q2019-08-13fiscal Q2 2019441090001493152-19-012240
10-Q2019-05-14fiscal Q1 201943840001493152-19-007061
10-K2019-03-29fiscal FY 201849930001493152-19-004266
10-Q2018-11-13fiscal Q3 2018451080001493152-18-015711
10-Q2018-08-14fiscal Q2 2018451080001493152-18-011692
10-Q2018-05-14fiscal Q1 201842840001493152-18-006839
10-K2018-04-17fiscal FY 201747890001493152-18-005327
10-K/A2018-01-30fiscal FY 2016411240001493152-18-001242
10-Q2017-11-14fiscal Q3 201740910001493152-17-013144
10-Q2017-08-14fiscal Q2 201740930001493152-17-009218
10-Q2017-05-15fiscal Q1 201740770001493152-17-005359
10-K2017-04-03fiscal FY 2016401220001493152-17-003383
10-Q2016-11-14fiscal Q3 201636950001493152-16-014940
10-Q2016-08-15fiscal Q2 201636940001493152-16-012501
10-Q2016-05-16fiscal Q1 201636620001493152-16-009916
10-Q2016-01-14fiscal Q1 201622420001493152-16-006772
10-K2015-11-30fiscal FY 201525430001493152-15-005919
10-Q2015-07-15fiscal Q3 201517400001493152-15-002965
10-Q2015-04-16fiscal Q2 201516380001493152-15-001465
10-Q2015-01-08fiscal Q1 201518380001493152-15-000096
10-K2014-12-11fiscal FY 201416330001493152-14-004093
10-Q2014-07-15fiscal Q3 201419740001493152-14-002154
10-Q2014-04-03fiscal Q2 201420770001493152-14-001017
10-Q2014-01-13fiscal Q1 201419670001493152-14-000095
10-K2013-11-27fiscal FY 201319660001493152-13-002568
10-Q2013-07-12fiscal Q3 201322820001493152-13-001323
10-Q2013-04-08fiscal Q2 201323730001493152-13-000599
10-Q2013-01-11fiscal Q1 201324690001493152-13-000046
10-K/A2013-01-10fiscal FY 201224660001493152-13-000039
10-Q2012-07-25fiscal Q3 201220540001471242-12-001004
10-Q2012-04-13fiscal Q2 201219630001471242-12-000455
10-Q2012-01-13fiscal Q1 201219550001471242-12-000038

Inspect the source

Entity
Royal Energy Resources, Inc. / CIK 0001102392
Captured
SEC response SHA-256
0fbf9fd568ea575c33892b1ac5b1105b0d7122921ab5af6d1aff4759dfd289ad

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