Skip to content

SCANDIUM INTERNATIONAL MINING CORP.: filings

Every SCANDIUM INTERNATIONAL MINING CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 55 filings, each linked to its SEC index.

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-11-13fiscal Q3 202417550001437749-24-034770
10-Q2024-08-14fiscal Q2 202415490001437749-24-026676
10-Q2024-05-15fiscal Q1 202417410001437749-24-016988
10-K2024-04-01fiscal FY 202320410001437749-24-010242
10-Q2023-11-14fiscal Q3 202319590001437749-23-031898
10-Q2023-08-10fiscal Q2 202319570001437749-23-023018
10-Q2023-05-12fiscal Q1 202317430001654954-23-006314
10-K2023-03-07fiscal FY 202320420001654954-23-002495
10-Q2022-11-10fiscal Q3 202218540001654954-22-015016
10-Q2022-08-10fiscal Q2 202218490001654954-22-010953
10-Q2022-05-16fiscal Q1 202218430001654954-22-006974
10-K2022-03-11fiscal FY 202218370001654954-22-003025
10-Q2021-11-09fiscal Q3 202118550001654954-21-011825
10-Q2021-08-11fiscal Q2 202119530001654954-21-008751
10-Q2021-05-12fiscal Q1 202120490001654954-21-005481
10-K2021-03-01fiscal FY 202019400001654954-21-002194
10-Q2020-11-12fiscal Q3 202020700001654954-20-012201
10-Q2020-08-07fiscal Q2 202020630001654954-20-008640
10-Q2020-05-11fiscal Q1 202020500001654954-20-005149
10-K2020-02-28fiscal FY 201921440001654954-20-002062
10-Q2019-11-12fiscal Q3 201922700001654954-19-012652
10-Q2019-08-09fiscal Q2 201921650001654954-19-009133
10-Q/A2019-06-11fiscal Q1 201920420001654954-19-007174
10-Q2019-05-15fiscal Q1 201918420001062993-19-002272
10-K2019-03-05fiscal FY 201822520001062993-19-001141
10-Q2018-11-14fiscal Q3 201820610001062993-18-004620
10-Q2018-08-09fiscal Q2 201818570001062993-18-003219
10-Q2018-05-14fiscal Q1 201818390001062993-18-002160
10-K2018-02-28fiscal FY 201726530001062993-18-001011
10-Q2017-11-09fiscal Q3 201721570001062993-17-004737
10-Q2017-08-08fiscal Q2 201721570001062993-17-003575
10-Q2017-05-12fiscal Q1 201721450001062993-17-002398
10-K2017-03-16fiscal FY 201622450001062993-17-001409
10-Q2016-11-09fiscal Q3 201622610001062993-16-012104
10-Q2016-08-10fiscal Q2 201621590001062993-16-010935
10-Q2016-05-13fiscal Q1 201620430001062993-16-009695
10-K2016-03-16fiscal FY 201521430001062993-16-008361
10-Q2015-11-12fiscal Q3 201519530001062993-15-005908
10-Q2015-08-05fiscal Q2 201518510001062993-15-004193
10-Q2015-05-15fiscal Q1 201520430001062993-15-002837
10-K2015-03-02fiscal FY 201419380001137171-15-000030
10-Q2014-11-12fiscal Q3 201419520001137171-14-000245
10-Q2014-11-10fiscal Q2 201423800001137171-14-000243
10-Q2014-05-08fiscal Q1 201423650001137171-14-000110
10-K2014-03-25fiscal FY 201328780001137171-14-000055
10-Q2013-11-14fiscal Q3 201324820001137171-13-000362
10-Q2013-08-12fiscal Q2 201323900001062993-13-003934
10-Q2013-05-14fiscal Q1 201323720001062993-13-002464
10-K2013-03-28fiscal FY 201223690001062993-13-001460
10-Q2012-11-14fiscal Q3 201222840001062993-12-004793
10-Q2012-08-14fiscal Q2 201222840001062993-12-002908
10-Q2012-05-14fiscal Q1 201222680001062993-12-001718
10-K2012-02-14fiscal FY 201122650001062993-12-000517
10-Q2011-11-14fiscal Q3 201123880001062993-11-004489
10-Q2011-08-15fiscal Q2 201123760001062993-11-003317

Inspect the source

Entity
SCANDIUM INTERNATIONAL MINING CORP. / CIK 0001408146
Captured
2026-09-20T08:01:27.047Z
SEC response SHA-256
e18c5b0201a6083ebd44bc3517dd6d5c5edd74f1a2005758fc5b54783fb8ffe7

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