Skip to content

CHASE CORPORATION: filings

Every CHASE CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 48 filings, each linked to its SEC index.

Filing record ends 2023-11-09

The latest filing in this captured record is a 10-K filed 2023-11-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. CHASE CORPORATION 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-K2023-11-09fiscal FY 2023591570001558370-23-018600
10-Q2023-07-06fiscal Q3 2023521440001558370-23-011733
10-Q2023-04-06fiscal Q2 2023541480001558370-23-005592
10-Q2023-01-05fiscal Q1 2023541110001558370-23-000062
10-K2022-11-10fiscal FY 2022601550001558370-22-017454
10-Q2022-07-11fiscal Q3 2022541470001558370-22-010629
10-Q2022-04-07fiscal Q2 2022541470001558370-22-005171
10-Q2022-01-06fiscal Q1 2022541100001558370-22-000110
10-K2021-11-15fiscal FY 2021591520001558370-21-016037
10-Q2021-07-12fiscal Q3 2021541450001558370-21-008874
10-Q2021-04-08fiscal Q2 2021531440001558370-21-004090
10-Q2021-01-07fiscal Q1 2021531070001558370-21-000092
10-K2020-11-12fiscal FY 2020591820001558370-20-013721
10-Q2020-07-08fiscal Q3 2020511370001558370-20-008076
10-Q2020-04-09fiscal Q2 2020511360001558370-20-003782
10-Q2020-01-08fiscal Q1 2020511020001558370-20-000084
10-K2019-11-13fiscal FY 2019561820001558370-19-010957
10-Q2019-07-09fiscal Q3 2019491410001558370-19-006045
10-Q2019-04-09fiscal Q2 2019481400001558370-19-002898
10-Q2019-01-08fiscal Q1 2019481040001558370-19-000101
10-K2018-11-27fiscal FY 2018521640001558370-18-009471
10-Q2018-07-06fiscal Q3 2018451240001558370-18-005530
10-Q2018-04-09fiscal Q2 2018451240001558370-18-002853
10-Q2018-01-09fiscal Q1 201845940001558370-18-000075
10-K2017-11-09fiscal FY 2017531650001558370-17-008752
10-Q2017-07-07fiscal Q3 2017431160001558370-17-005069
10-Q2017-04-07fiscal Q2 2017421140001558370-17-002533
10-Q2017-01-06fiscal Q1 201743880001558370-17-000043
10-K2016-11-14fiscal FY 2016501580001558370-16-010069
10-Q2016-07-08fiscal Q3 2016431160001558370-16-006601
10-Q2016-04-08fiscal Q2 2016431160001558370-16-004557
10-Q2016-01-11fiscal Q1 201643900001558370-16-002953
10-K2015-11-16fiscal FY 2015501580001558370-15-002705
10-Q2015-07-10fiscal Q3 2015441180001104659-15-050649
10-Q2015-04-09fiscal Q2 2015441180001104659-15-026764
10-Q2015-01-09fiscal Q1 201544900001104659-15-001498
10-K2014-11-14fiscal FY 2014521700001047469-14-009223
10-Q2014-07-10fiscal Q3 2014441190001104659-14-051006
10-Q2014-04-09fiscal Q2 2014441180001104659-14-026665
10-Q2014-01-09fiscal Q1 201444900001104659-14-001456
10-K2013-11-14fiscal FY 2013521690001047469-13-010544
10-Q2013-07-10fiscal Q3 2013441180001104659-13-053827
10-Q2013-04-09fiscal Q2 2013441180001104659-13-027988
10-Q2013-01-09fiscal Q1 201344900001104659-13-001394
10-K2012-11-15fiscal FY 2012521690001047469-12-010587
10-Q2012-07-10fiscal Q3 201236980001104659-12-048280
10-Q2012-04-09fiscal Q2 2012381000001104659-12-024357
10-Q2012-01-09fiscal Q1 201238780001104659-12-001185

Inspect the source

Entity
CHASE CORPORATION / CIK 0000830524
Captured
SEC response SHA-256
2ceaecbc0d3632268daa7576c404e050c0dc14231007e43002842e94df3c9351

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