Skip to content

Rocky Mountain Industrials, Inc.: filings

Every Rocky Mountain Industrials, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 44 filings, each linked to its SEC index.

Filing record ends 2024-02-13

The latest filing in this captured record is a 10-Q filed 2024-02-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. Rocky Mountain Industrials, 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-Q2024-02-13fiscal Q3 2024371050001558370-24-001080
10-Q2023-11-08fiscal Q2 2024381020001558370-23-018290
10-Q2023-08-08fiscal Q1 202437780001558370-23-013912
10-K2023-06-09fiscal FY 202338770001558370-23-010951
10-Q2023-02-03fiscal Q3 2023361030001558370-23-000848
10-Q2022-11-04fiscal Q2 202336990001558370-22-016421
10-Q2022-08-03fiscal Q1 202337760001558370-22-011907
10-K2022-06-08fiscal FY 202239770001558370-22-009831
10-Q2022-02-04fiscal Q3 2022391090001558370-22-000829
10-Q/A2022-02-04fiscal Q2 2022391080001558370-22-000828
10-Q2021-12-15fiscal Q2 2022381030001558370-21-016839
10-Q2021-12-15fiscal Q1 202238800001558370-21-016836
10-K2021-12-15fiscal FY 202137750001558370-21-016831
10-Q2021-12-15fiscal Q3 2021371080001558370-21-016827
10-Q2021-12-15fiscal Q2 2021371010001558370-21-016825
10-Q2021-12-15fiscal Q1 202138800001558370-21-016820
10-K2021-04-30fiscal FY 202037720001104659-21-058890
10-Q2021-01-04fiscal Q3 202033830001104659-20-141085
10-Q2021-01-04fiscal Q2 202034830001104659-20-141084
10-Q2021-01-04fiscal Q1 202034690001104659-20-141083
10-K2020-01-03fiscal FY 201935710001104659-20-000861
10-Q2019-10-16fiscal Q3 201929820001104659-19-054332
10-Q2019-02-20fiscal Q2 201932790001144204-19-009079
10-Q2018-12-11fiscal Q1 201932630001144204-18-063993
10-K2018-10-03fiscal FY 201834690001144204-18-052363
10-Q2018-10-03fiscal Q3 201835860001144204-18-052361
10-Q2018-10-03fiscal Q2 201833820001144204-18-052360
10-Q2018-10-03fiscal Q1 201832640001144204-18-052358
10-K2017-11-29fiscal FY 201735700001144204-17-061240
10-Q2017-03-08fiscal Q3 201730750001144204-17-013498
10-Q2016-11-14fiscal Q2 201719470001144204-16-134289
10-Q2016-08-15fiscal Q1 201718340001144204-16-119286
10-Q2016-02-16fiscal Q1 201617330001144204-16-082452
10-K2015-12-29fiscal FY 201518190001144204-15-072999
10-Q2015-07-22fiscal Q3 201518230001144204-15-043621
10-Q2015-05-13fiscal Q2 201518230001144204-15-030097
10-Q2015-02-13fiscal Q1 201515300001144204-15-009067
10-K2014-10-29fiscal FY 201416410001558891-14-000181
10-Q2014-08-08fiscal Q3 201416430001558891-14-000127
10-Q2014-04-30fiscal Q2 201416410001558891-14-000063
10-Q2014-02-12fiscal Q1 201416360001558891-14-000017
10-K2013-12-10fiscal FY 201316370001558891-13-000294
10-Q2013-08-14fiscal Q3 201313290001558891-13-000172
10-Q2013-05-23fiscal Q2 201313280001558891-13-000133

Inspect the source

Entity
Rocky Mountain Industrials, Inc. / CIK 0001556179
Captured
SEC response SHA-256
05e80b8603afbea3946a45ee09fd96081eb45862943baef74e03307c88d6b507

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