Skip to content

RED METAL RESOURCES LTD.: filings

Every RED METAL RESOURCES LTD. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 filings, each linked to its SEC index.

Filing record ends 2021-09-14

The latest filing in this captured record is a 10-Q filed 2021-09-14. No later filing is in the SEC companyfacts record captured on 2026-09-21. RED METAL RESOURCES LTD. 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-Q2021-09-14fiscal Q2 202223640001393905-21-000405
10-Q2021-06-14fiscal Q1 202221460001393905-21-000301
10-K2021-05-03fiscal FY 202123450001493152-21-010346
10-Q2020-12-14fiscal Q3 202124600001393905-20-000358
10-Q2020-09-21fiscal Q2 202123580001393905-20-000285
10-Q2020-06-12fiscal Q1 202121470001393905-20-000191
10-K2020-04-30fiscal FY 202025520001393905-20-000136
10-Q2019-12-16fiscal Q3 202022570001393905-19-000354
10-Q2019-09-17fiscal Q2 202022570001393905-19-000275
10-Q2019-06-17fiscal Q1 202022490001393905-19-000199
10-K2019-05-16fiscal FY 201923470001393905-19-000167
10-Q2018-12-17fiscal Q3 201924600001393905-18-000363
10-Q2018-09-14fiscal Q2 201924600001393905-18-000277
10-Q2018-06-19fiscal Q1 201924520001393905-18-000206
10-K2018-05-14fiscal FY 201823480001393905-18-000172
10-Q2017-12-15fiscal Q3 201823590001393905-17-000399
10-Q2017-09-14fiscal Q2 201823590001393905-17-000281
10-Q2017-06-16fiscal Q1 201823510001393905-17-000187
10-K2017-05-01fiscal FY 201722450001393905-17-000116
10-Q2016-12-15fiscal Q3 201722530001393905-16-001116
10-Q2016-09-14fiscal Q2 201723570001393905-16-001042
10-Q2016-06-14fiscal Q1 201723490001393905-16-000944
10-K2016-05-02fiscal FY 201625500001393905-16-000880
10-Q2015-12-14fiscal Q3 201624570001393905-15-000659
10-Q2015-09-14fiscal Q2 201624580001393905-15-000463
10-Q2015-06-15fiscal Q1 201625520001393905-15-000317
10-K2015-05-01fiscal FY 201525500001393905-15-000223
10-Q2014-12-12fiscal Q3 201524580001393905-14-000692
10-Q2014-09-12fiscal Q2 201524600001393905-14-000523
10-Q2014-06-12fiscal Q1 201525760001393905-14-000361
10-K2014-04-30fiscal FY 201326750001393905-14-000248
10-Q2013-12-12fiscal Q3 201325670001393905-13-000691
10-Q2013-09-16fiscal Q2 201325820001393905-13-000518
10-Q2013-06-12fiscal Q1 201324560001437749-13-007449
10-K2013-04-22fiscal FY 201227780001437749-13-004598
10-Q2012-12-14fiscal Q3 201224880001437749-12-012859
10-Q2012-09-14fiscal Q2 201224860001437749-12-009518
10-Q2012-06-14fiscal Q1 201224730001437749-12-006114
10-K2012-03-23fiscal FY 201123690001437749-12-002691
10-Q2011-12-15fiscal Q3 201123830001437749-11-009525
10-Q2011-09-14fiscal Q2 201122820001437749-11-006817

2 further filings tag fewer than eight published concepts and have no page.

Inspect the source

Entity
RED METAL RESOURCES LTD. / CIK 0001358654
Captured
2026-09-21T17:19:05.032Z
SEC response SHA-256
b13bc910e61e2f9aa3549d533dfe7c2742ef9eaba1e507c66b3ac7ca4ba352e4

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