Skip to content

SCHMITT INDUSTRIES, INC.: filings

Every SCHMITT INDUSTRIES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 47 filings, each linked to its SEC index.

Filing record ends 2022-10-13

The latest filing in this captured record is a 10-K filed 2022-10-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. SCHMITT INDUSTRIES, 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-K2022-10-13fiscal FY 2022511010001193805-22-001402
10-Q/A2022-10-12fiscal Q3 2022461230001193805-22-001382
10-Q/A2022-10-12fiscal Q2 2022461230001193805-22-001381
10-Q/A2022-10-12fiscal Q1 202244910001193805-22-001380
10-Q2022-04-14fiscal Q3 2022461230001193805-22-000641
10-Q2022-01-14fiscal Q2 2022461230001193805-22-000064
10-Q2021-10-20fiscal Q1 202244910001193805-21-001465
10-K2021-08-31fiscal FY 2021521040001193805-21-001259
10-Q2021-04-22fiscal Q3 2021501320001193805-21-000525
10-Q2021-01-14fiscal Q2 2021481280001193805-21-000041
10-Q2020-10-30fiscal Q1 202147960001193805-20-001336
10-K2020-08-31fiscal FY 2020511040001193805-20-001098
10-Q2020-04-14fiscal Q3 2020471300001193125-20-107205
10-Q2020-01-14fiscal Q2 2020471300001193125-20-007306
10-Q2019-10-08fiscal Q1 202048980001193125-19-264545
10-K2019-08-21fiscal FY 2019501340001193125-19-226154
10-Q2019-04-10fiscal Q3 2019441220001193125-19-102939
10-Q2019-01-11fiscal Q2 2019421180001193125-19-007482
10-Q2018-10-15fiscal Q1 201942860001193125-18-299304
10-K2018-08-21fiscal FY 2018481310001193125-18-254122
10-Q2018-04-13fiscal Q3 2018401120001193125-18-117012
10-Q2018-01-11fiscal Q2 2018381080001193125-18-009087
10-Q2017-10-13fiscal Q1 201838780001193125-17-309855
10-K2017-08-15fiscal FY 2017421140001193125-17-258583
10-Q2017-04-12fiscal Q3 2017381080001193125-17-121358
10-Q2017-01-12fiscal Q2 2017381080001193125-17-008754
10-Q2016-10-11fiscal Q1 201738780001193125-16-735685
10-K2016-08-05fiscal FY 2016421140001193125-16-673466
10-Q2016-04-13fiscal Q3 2016381080001193125-16-539971
10-Q2016-01-14fiscal Q2 2016381080001193125-16-429784
10-Q2015-10-08fiscal Q1 201638780001193125-15-340294
10-K2015-08-12fiscal FY 2015421140001193125-15-288084
10-Q2015-04-09fiscal Q3 2015381080001193125-15-124226
10-Q2015-01-13fiscal Q2 2015381080001193125-15-009414
10-Q2014-10-10fiscal Q1 201537760001193125-14-369119
10-K2014-08-08fiscal FY 2014411110001193125-14-303135
10-Q2014-04-11fiscal Q3 2014401100001193125-14-140489
10-Q2014-01-14fiscal Q2 2014401100001193125-14-010783
10-Q2013-10-10fiscal Q1 201440820001193125-13-396743
10-K2013-08-14fiscal FY 2013431170001193125-13-334817
10-Q2013-04-09fiscal Q3 2013391070001193125-13-147692
10-Q2013-01-09fiscal Q2 2013391070001193125-13-008188
10-Q2012-10-09fiscal Q1 201338780001193125-12-418455
10-K2012-08-09fiscal FY 2012381020001193125-12-347166
10-Q2012-04-10fiscal Q3 2012381040001193125-12-157189
10-Q2012-01-10fiscal Q2 2012371010001193125-12-007932
10-Q2011-10-11fiscal Q1 201236740001193125-11-268072

Inspect the source

Entity
SCHMITT INDUSTRIES, INC. / CIK 0000922612
Captured
SEC response SHA-256
b8e4be2be1c07c223d269f43a8f2524da6da246178565de2100c23cfd6c6fc11

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