Skip to content

ATRM Holdings, Inc.: filings

Every ATRM Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 filings, each linked to its SEC index.

Filing record ends 2019-08-14

The latest filing in this captured record is a 10-Q filed 2019-08-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. ATRM Holdings, 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-Q2019-08-14fiscal Q2 201938980001628280-19-010777
10-Q2019-07-02fiscal Q1 201937780001628280-19-008539
10-K2019-06-26fiscal FY 201839810001628280-19-008385
10-Q2019-06-26fiscal Q3 201835910001628280-19-008384
10-Q2019-06-26fiscal Q2 201836950001628280-19-008383
10-Q2019-06-26fiscal Q1 201836750001628280-19-008382
10-K2019-04-30fiscal FY 201735730000908598-19-000013
10-Q2019-04-16fiscal Q3 201734900000908598-19-000010
10-Q2019-04-16fiscal Q2 201734870000908598-19-000008
10-Q2018-03-23fiscal Q1 201733680001493152-18-003844
10-K2017-09-22fiscal FY 201633660001493152-17-010850
10-Q2016-11-15fiscal Q3 201633810001493152-16-015002
10-Q2016-08-15fiscal Q2 201636970001493152-16-012513
10-Q2016-05-16fiscal Q1 201632630001493152-16-009920
10-K2016-03-30fiscal FY 201531610001493152-16-008413
10-Q2015-11-16fiscal Q3 201529720001493152-15-005579
10-Q2015-08-14fiscal Q2 201532850001493152-15-003721
10-Q2015-05-20fiscal Q1 201529560001493152-15-002165
10-K2015-05-12fiscal FY 201432560001493152-15-001872
10-Q2015-04-21fiscal Q3 201430640001493152-15-001545
10-Q/A2015-04-09fiscal Q2 201433690001493152-15-001349
10-Q2014-08-19fiscal Q2 201431660001493152-14-002659
10-Q2014-05-14fiscal Q1 201427550001493152-14-001477
10-K2014-03-26fiscal FY 201327560001144204-14-017932
10-Q2013-11-14fiscal Q3 201326700001144204-13-061291
10-Q2013-08-19fiscal Q2 201326700001144204-13-046854
10-Q2013-05-10fiscal Q1 201326540001144204-13-027984
10-K2013-03-26fiscal FY 201228580001144204-13-017498
10-Q2012-11-15fiscal Q3 201226700001144204-12-062898
10-Q2012-08-07fiscal Q2 201226700001144204-12-043316
10-Q2012-05-10fiscal Q1 201225500001144204-12-027434
10-K2012-03-20fiscal FY 201128550001144204-12-016108
10-Q2011-11-03fiscal Q3 201130800001144204-11-061031
10-Q2011-08-03fiscal Q2 201132850001144204-11-043598

Inspect the source

Entity
ATRM Holdings, Inc. / CIK 0000908598
Captured
SEC response SHA-256
4eb82e10c36cfedb15a34110ffe719d6c233d1c0efc6d7ac762b3b6f05813554

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