Skip to content

INDUSTRIAL SERVICES OF AMERICA INC: filings

Every INDUSTRIAL SERVICES OF AMERICA INC annual and quarterly report in the SEC record with the published financial measures it tagged, 36 filings, each linked to its SEC index.

Filing record ends 2019-11-13

The latest filing in this captured record is a 10-Q filed 2019-11-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. INDUSTRIAL SERVICES OF AMERICA 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-11-13fiscal Q3 2019381050000897101-19-001013
10-Q2019-08-19fiscal Q2 201934930000897101-19-000787
10-Q2019-05-14fiscal Q1 201934690000897101-19-000496
10-K2019-03-13fiscal FY 201838780000897101-19-000205
10-Q2018-11-13fiscal Q3 201833900000897101-18-001101
10-Q2018-08-08fiscal Q2 201829800000897101-18-000741
10-Q2018-05-10fiscal Q1 201829600000897101-18-000476
10-K2018-03-26fiscal FY 201734700000897101-18-000301
10-Q2017-11-08fiscal Q3 201729800000897101-17-001414
10-Q2017-08-09fiscal Q2 201729800000897101-17-000957
10-Q2017-05-12fiscal Q1 201728580000897101-17-000595
10-K2017-03-31fiscal FY 201635720000897101-17-000405
10-Q2016-11-10fiscal Q3 201627720000897101-16-003250
10-Q2016-08-12fiscal Q2 201627720000897101-16-002783
10-K/A2016-07-11fiscal FY 201534700000004187-16-000064
10-Q2016-05-13fiscal Q1 201628580000004187-16-000053
10-K2016-03-25fiscal FY 201534700000004187-16-000034
10-Q2015-11-13fiscal Q3 201533900000004187-15-000014
10-Q2015-08-14fiscal Q2 201533900000004187-15-000010
10-K/A2015-06-17fiscal FY 201440820000004187-15-000006
10-Q2015-05-15fiscal Q1 201533680000004187-15-000003
10-K2015-04-15fiscal FY 201440820001628280-15-002303
10-Q2014-11-10fiscal Q3 201435930000004187-14-000043
10-Q2014-08-14fiscal Q2 2014351010000004187-14-000038
10-Q2014-05-14fiscal Q1 201435710000004187-14-000032
10-K2014-03-31fiscal FY 2013431790000004187-14-000020
10-Q2014-01-10fiscal Q3 2013381010000004187-14-000008
10-Q2013-08-19fiscal Q2 2013381010000004187-13-000065
10-Q2013-05-15fiscal Q1 201338770000004187-13-000035
10-K2013-04-01fiscal FY 2012441810000004187-13-000010
10-Q2012-11-14fiscal Q3 2012391040000004187-12-000032
10-Q2012-08-14fiscal Q2 2012391040000004187-12-000021
10-Q2012-05-08fiscal Q1 201235720000004187-12-000011
10-K2012-03-07fiscal FY 201132860000930413-12-001385
10-Q2011-11-14fiscal Q3 201135930000930413-11-007324
10-Q2011-08-09fiscal Q2 201133880000930413-11-005196

Inspect the source

Entity
INDUSTRIAL SERVICES OF AMERICA INC / CIK 0000004187
Captured
SEC response SHA-256
9b21888edcea1be4491763d9f4f4c2ea11d2aadae208f3e717d663457b401bdc

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