Skip to content

RED METAL RESOURCES LTD.: financial reference

Explore RED METAL RESOURCES LTD. financial histories from SEC filings, with original units, reporting periods, filing dates and downloadable source data.

Reported financial histories

Choose a measure to inspect its definition, complete selected history and filing provenance. Each row shows the latest period available for that selected concept and original unit. Separate currencies and reporting intervals remain separate rows. Coverage dates can differ between concepts. A recent capture does not imply recent accounting coverage; these amounts are not prices.

Latest periods by selected concept and original unit
MeasurePeriod startPeriod endValueUnitFiled
Total assetsAt date2021-01-31777,678USD2021-05-03
Total liabilitiesAt date2021-01-311,418,779USD2021-05-03
Stockholders equityAt date2021-01-31-641,101USD2021-05-03
Cash and cash equivalentsAt date2021-01-3147,293USD2021-05-03
Net income or loss2020-02-012021-01-31-159,254USD2021-05-03
Operating cash flow2024-02-012025-01-31-478,843CAD2025-06-02
Operating cash flow2020-02-012021-01-31-170,103USD2021-05-03
Financing cash flow2020-02-012021-01-31243,343USD2021-05-03
Investing cash flow2024-02-012025-01-31-5,000CAD2025-06-02
Investing cash flow2020-02-012021-01-31-27,725USD2021-05-03
Retained earnings or deficitAt date2021-01-31-9,744,146USD2021-05-03
Basic weighted-average shares2012-02-012013-01-3117,865,307shares2013-04-22
Basic earnings per share2012-02-012013-01-31-0.06USD/shares2013-04-22
Net property, plant and equipmentAt date2021-01-3126,450USD2021-05-03
Current assetsAt date2021-01-3148,287USD2021-05-03
Interest expense2017-02-012018-01-31102,831USD2018-05-14
Current liabilitiesAt date2021-01-31208,744USD2021-05-03
Current accounts payableAt date2021-01-3178,755USD2021-05-03
Operating expenses2020-02-012021-01-31-267,297USD2021-05-03
Common shares outstandingAt date2021-01-3141,218,008shares2021-05-03
Additional paid-in capitalAt date2020-01-319,132,068USD2020-04-30
Accumulated other comprehensive income or lossAt date2021-01-31-70,240USD2021-05-03
Total equity including noncontrolling interestsAt date2020-01-31-486,056USD2020-04-30
Accumulated depreciation on property, plant and equipmentAt date2016-01-31-1,226USD2016-05-02
Accrued current liabilitiesAt date2021-01-3144,475USD2021-05-03
Prepaid expenses and other current assetsAt date2021-01-31994USD2021-05-03
Profit or loss including noncontrolling interests2019-02-012020-01-31-321,592USD2020-04-30
Comprehensive income or loss2020-02-012021-01-31-155,045USD2021-05-03
General and administrative expense2020-02-012021-01-3131,493USD2021-05-03
Proceeds from issuing common stock2019-02-012020-01-310USD2020-04-30
Change in accounts payable2020-02-012021-01-3148,346USD2021-05-03

Filings

41 RED METAL RESOURCES LTD. filings with published measures: what each annual or quarterly report tagged, with the periods it covered, as reported in that filing. The histories above show the latest-filed value per period.

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

Latest-filed annual-report facts per unit and reporting period at capture time. Duration facts cover 300 to 400 days. This selection can include restatements and is not a point-in-time backtest dataset. Missing concepts are omitted, never zero-filled. Values retain original units and are not currency converted. Extended concepts require compatible unit shapes and at least three reporting ends with changing values within one unit. Constant or incompatible added histories are omitted.

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"])))