Skip to content

SMTC CORP: filings

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

Filing record ends 2021-03-17

The latest filing in this captured record is a 10-K filed 2021-03-17. No later filing is in the SEC companyfacts record captured on 2026-09-22. SMTC CORP 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-K2021-03-17fiscal FY 2020471180001564590-21-013718
10-Q2020-11-05fiscal Q3 2020441170001564590-20-051206
10-Q2020-08-06fiscal Q2 2020441170001564590-20-037617
10-Q2020-05-07fiscal Q1 202041890001437749-20-009744
10-K2020-03-13fiscal FY 2019451150001437749-20-005167
10-Q2019-11-12fiscal Q3 2019411120001437749-19-022347
10-Q2019-08-09fiscal Q2 2019411120001437749-19-016086
10-Q2019-05-09fiscal Q1 201942860001437749-19-009273
10-K2019-03-15fiscal FY 2018411080001437749-19-005004
10-Q2018-11-07fiscal Q3 2018361010001437749-18-019783
10-Q2018-08-08fiscal Q2 2018351020001437749-18-014865
10-Q2018-05-08fiscal Q1 201835740001437749-18-008969
10-K2018-03-08fiscal FY 2017381040001437749-18-004154
10-Q2017-11-02fiscal Q3 2017361050001437749-17-018175
10-Q2017-08-03fiscal Q2 201733990001437749-17-013633
10-Q2017-05-17fiscal Q1 201733690001437749-17-009448
10-K2017-03-09fiscal FY 201634920001437749-17-004122
10-Q2016-11-03fiscal Q3 201634990001437749-16-041022
10-Q2016-08-08fiscal Q2 201633980001437749-16-036762
10-Q2016-05-06fiscal Q1 201634690001437749-16-031032
10-K2016-03-17fiscal FY 201537970001437749-16-027932
10-Q2015-10-28fiscal Q3 2015341020001437749-15-018969
10-Q2015-07-29fiscal Q2 2015341020001437749-15-014203
10-Q2015-04-29fiscal Q1 201534720001437749-15-008282
10-K2015-03-30fiscal FY 2014371000001437749-15-006330
10-Q2014-11-07fiscal Q3 2014361180001437749-14-020001
10-Q2014-08-12fiscal Q2 2014361210001437749-14-015135
10-Q2014-05-07fiscal Q1 201435740001437749-14-008172
10-K2014-04-14fiscal FY 2013381050001437749-14-006601
10-Q/A2013-11-13fiscal Q3 2013381340001437749-13-014665
10-Q2013-08-08fiscal Q2 2013381330001437749-13-010231
10-Q2013-05-10fiscal Q1 201338790001437749-13-005770
10-K2013-03-27fiscal FY 2012381050001437749-13-003552
10-Q2012-11-09fiscal Q3 2012381310001437749-12-011412
10-Q/A2012-08-28fiscal Q2 2012401370001437749-12-008945
10-Q2012-05-10fiscal Q1 201236760001437749-12-004833
10-K2012-03-08fiscal FY 201135990001437749-12-002123
10-Q2011-11-14fiscal Q3 2011361260001437749-11-008456
10-Q2011-08-11fiscal Q2 2011341180001437749-11-005809

Inspect the source

Entity
SMTC CORP / CIK 0001108320
Captured
SEC response SHA-256
e0f0c0ae5a8d53a43a96f0c655a715462de2669737550164b9c7991dc097328f

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