Skip to content

METALLUS INC.: filings

Every METALLUS INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 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-Q2026-08-04fiscal Q2 2026411160001193125-26-332244
10-Q2026-05-05fiscal Q1 202641860001193125-26-205648
10-K2026-02-20fiscal FY 2025511330001193125-26-061042
10-Q2025-11-06fiscal Q3 2025421220001193125-25-269669
10-Q2025-08-07fiscal Q2 2025421180000950170-25-105098
10-Q2025-05-08fiscal Q1 202543900000950170-25-066985
10-K2025-02-27fiscal FY 2024511320000950170-25-029085
10-Q2024-11-07fiscal Q3 2024421220000950170-24-123398
10-Q2024-08-08fiscal Q2 2024431220000950170-24-094053
10-Q2024-05-09fiscal Q1 202443900000950170-24-057033
10-K2024-02-28fiscal FY 2023531370000950170-24-022078
10-Q2023-11-02fiscal Q3 2023431260000950170-23-058233
10-Q2023-08-03fiscal Q2 2023431220000950170-23-038070
10-Q2023-05-04fiscal Q1 202343900000950170-23-017925
10-K2023-02-24fiscal FY 2022541400000950170-23-004348
10-Q2022-11-03fiscal Q3 2022421220000950170-22-021894
10-Q2022-08-04fiscal Q2 2022431220000950170-22-014785
10-Q2022-05-04fiscal Q1 202243890000950170-22-007410
10-K2022-02-24fiscal FY 2021521350000950170-22-001977
10-Q2021-11-04fiscal Q3 2021411220001564590-21-054555
10-Q2021-08-05fiscal Q2 2021411180001564590-21-041681
10-Q2021-05-06fiscal Q1 202141860001564590-21-025076
10-K2021-02-25fiscal FY 2020511710001564590-21-008896
10-Q2020-10-29fiscal Q3 2020391160001564590-20-048924
10-Q2020-08-06fiscal Q2 2020391120001564590-20-037853
10-Q2020-05-07fiscal Q1 202039820001564590-20-022967
10-K2020-02-25fiscal FY 2019511690001598428-20-000017
10-Q2019-11-06fiscal Q3 2019461290001598428-19-000114
10-Q2019-08-01fiscal Q2 2019461250001598428-19-000086
10-Q2019-05-02fiscal Q1 201947950001598428-19-000034
10-K2019-02-20fiscal FY 2018461640001598428-19-000018
10-Q2018-10-25fiscal Q3 2018431160001598428-18-000105
10-Q2018-07-26fiscal Q2 2018431160001598428-18-000077
10-Q2018-04-26fiscal Q1 201843900001598428-18-000039
10-K2018-02-20fiscal Q4 2017461540001598428-18-000027
10-Q2017-10-26fiscal Q3 2017421100001598428-17-000080
10-Q2017-08-01fiscal Q2 2017421100001598428-17-000072
10-Q2017-04-27fiscal Q1 201741840001598428-17-000035
10-K2017-03-16fiscal FY 2016461540001598428-17-000026
10-Q2016-10-27fiscal Q3 2016421100001598428-16-000108
10-Q2016-08-04fiscal Q2 2016421100001193125-16-671776
10-Q2016-05-04fiscal Q1 201643880001598428-16-000087
10-K2016-02-29fiscal FY 2015471570001598428-16-000075
10-Q2015-11-13fiscal Q3 2015451200001598428-15-000052
10-Q2015-08-13fiscal Q2 2015451200001598428-15-000038
10-Q2015-05-11fiscal Q1 201545940001598428-15-000023
10-K2015-03-02fiscal FY 2014481270001598428-15-000012
10-Q2014-11-13fiscal Q3 2014451190001598428-14-000028
10-Q2014-08-14fiscal Q2 2014431140001598428-14-000012

Inspect the source

Entity
METALLUS INC. / CIK 0001598428
Captured
2026-09-20T09:24:59.163Z
SEC response SHA-256
e2c62972009c5e0f2ceb543f9b2c0bd7fb34eab591658faa76d9416e62f22df7

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