Skip to content

A. M. CASTLE & CO.: filings

Every A. M. CASTLE & CO. 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-04

The latest filing in this captured record is a 10-K filed 2021-03-04. No later filing is in the SEC companyfacts record captured on 2026-09-22. A. M. CASTLE & CO. 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-04fiscal FY 202049990001558370-21-002392
10-Q2020-11-16fiscal Q3 2020451210000018172-20-000057
10-Q2020-08-14fiscal Q2 2020451220000018172-20-000049
10-Q2020-05-15fiscal Q1 202045940000018172-20-000037
10-K2020-02-27fiscal FY 201949970000018172-20-000014
10-Q2019-11-12fiscal Q3 2019471260000018172-19-000036
10-Q2019-08-14fiscal Q2 2019471260000018172-19-000029
10-Q2019-05-09fiscal Q1 201947970000018172-19-000012
10-K2019-03-15fiscal FY 201845900000018172-19-000005
10-Q2018-11-14fiscal Q3 201842970000018172-18-000032
10-Q2018-08-09fiscal Q2 201842740000018172-18-000023
10-Q2018-05-14fiscal Q1 201841600000018172-18-000014
10-K2018-03-15fiscal FY 201742440000018172-18-000007
10-Q2017-11-14fiscal Q3 201739410000018172-17-000067
10-Q2017-08-09fiscal Q2 2017411140000018172-17-000051
10-Q2017-05-15fiscal Q1 201741860000018172-17-000021
10-K2017-04-07fiscal FY 2016441290000018172-17-000011
10-Q2016-11-09fiscal Q3 2016401100000018172-16-000102
10-Q2016-08-09fiscal Q2 2016401100000018172-16-000094
10-Q2016-05-10fiscal Q1 201640840000018172-16-000076
10-K2016-03-15fiscal FY 2015431450000018172-16-000067
10-Q2015-11-09fiscal Q3 2015391100000018172-15-000050
10-Q2015-08-06fiscal Q2 2015391080000018172-15-000039
10-Q2015-04-30fiscal Q1 201539820000018172-15-000022
10-K2015-03-09fiscal FY 2014431430000018172-15-000007
10-Q2014-10-29fiscal Q3 2014381080000018172-14-000040
10-Q2014-08-11fiscal Q2 2014381080000018172-14-000032
10-Q2014-05-01fiscal Q1 201438800000018172-14-000022
10-K2014-03-07fiscal FY 2013411380000018172-14-000009
10-Q2013-11-01fiscal Q3 2013391070000018172-13-000053
10-Q2013-07-31fiscal Q2 2013391070000018172-13-000038
10-Q2013-05-02fiscal Q1 201339800000018172-13-000024
10-K2013-03-11fiscal FY 2012401350000018172-13-000012
10-Q2012-11-02fiscal Q3 2012381020001193125-12-449247
10-Q2012-08-07fiscal Q2 2012381020001193125-12-340150
10-Q2012-05-03fiscal Q1 201234700001193125-12-205777
10-K2012-03-14fiscal FY 201137950001193125-12-114627
10-Q2011-11-03fiscal Q3 201136860000950123-11-094774
10-Q2011-08-03fiscal Q2 201133820000950123-11-072319

Inspect the source

Entity
A. M. CASTLE & CO. / CIK 0000018172
Captured
SEC response SHA-256
cae8b0a01be0ff901934b1bc7cb5d3aee7fe274578d24491645eb60c226de050

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