Skip to content

MACATAWA BANK CORPORATION: filings

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

Filing record ends 2024-04-25

The latest filing in this captured record is a 10-Q filed 2024-04-25. No later filing is in the SEC companyfacts record captured on 2026-09-23. MACATAWA BANK 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-Q2024-04-25fiscal Q1 202423470001437749-24-013248
10-K2024-02-15fiscal FY 202327770001437749-24-004371
10-Q2023-10-26fiscal Q3 202324720001437749-23-029105
10-Q2023-07-27fiscal Q2 202324720001437749-23-020907
10-Q2023-04-27fiscal Q1 202325540001140361-23-021020
10-K2023-02-16fiscal FY 202231880001140361-23-007466
10-Q2022-10-27fiscal Q3 202225760001140361-22-038671
10-Q2022-07-28fiscal Q2 202225760001140361-22-027276
10-Q2022-04-28fiscal Q1 202225540001140361-22-016572
10-K2022-02-17fiscal FY 202131880001140361-22-005958
10-Q2021-10-28fiscal Q3 202125740001140361-21-035767
10-Q2021-07-22fiscal Q2 202125740001140361-21-025299
10-Q2021-04-22fiscal Q1 202125520001140361-21-013906
10-K2021-02-18fiscal FY 202029830001140361-21-005373
10-Q2020-10-22fiscal Q3 202025740001140361-20-023600
10-Q2020-07-23fiscal Q2 202025740001140361-20-016596
10-Q2020-04-23fiscal Q1 202025520001140361-20-009585
10-K2020-02-20fiscal FY 201929830001140361-20-003706
10-Q2019-10-25fiscal Q3 201926780001140361-19-019013
10-Q2019-07-25fiscal Q2 201926780001140361-19-013441
10-Q2019-04-25fiscal Q1 201926540001140361-19-007595
10-K2019-02-14fiscal FY 201830850001140361-19-003234
10-Q2018-10-25fiscal Q3 201827800001140361-18-041302
10-Q2018-07-26fiscal Q2 201827800001140361-18-033661
10-Q2018-04-26fiscal Q1 201827560001140361-18-019769
10-K2018-02-15fiscal FY 2017321100001140361-18-008674
10-Q2017-10-26fiscal Q3 201730860001140361-17-039693
10-Q2017-07-27fiscal Q2 201727800001140361-17-028911
10-Q2017-04-27fiscal Q1 201723480001140361-17-017157
10-K2017-02-16fiscal FY 201628980001140361-17-007924
10-Q2016-10-27fiscal Q3 201622680001140361-16-083778
10-Q2016-07-28fiscal Q2 201622680001140361-16-073696
10-Q2016-04-28fiscal Q1 201621440001140361-16-062455
10-K2016-02-18fiscal FY 201527950001140361-16-053923
10-Q2015-10-22fiscal Q3 201523700001140361-15-038289
10-Q2015-07-23fiscal Q2 201522680001140361-15-028401
10-Q2015-04-23fiscal Q1 201522460001140361-15-016240
10-K2015-02-19fiscal FY 2014281000001140361-15-007944
10-Q2014-10-23fiscal Q3 201427800001140361-14-038897
10-Q2014-07-24fiscal Q2 201426780001140361-14-029240
10-Q2014-04-24fiscal Q1 201426560001140361-14-017445
10-K2014-02-20fiscal FY 2013311090001140361-14-008800
10-Q2013-10-24fiscal Q3 201326780001140361-13-039482
10-Q2013-07-25fiscal Q2 201326780001140361-13-028943
10-Q2013-04-25fiscal Q1 201326560001140361-13-017446
10-K2013-02-21fiscal FY 201231900001140361-13-008661
10-Q2012-10-25fiscal Q3 201227800001140361-12-044670
10-Q2012-07-26fiscal Q2 201227800001140361-12-034057
10-Q2012-04-26fiscal Q1 201221460001140361-12-021558
10-K2012-03-07fiscal FY 201122460001140361-12-013868
10-Q2011-10-27fiscal Q3 201122620001140361-11-050598
10-Q2011-07-28fiscal Q2 201121590001140361-11-038404

Inspect the source

Entity
MACATAWA BANK CORPORATION / CIK 0001053584
Captured
SEC response SHA-256
0f92464216db8f735cfa294c3247da3d4a83ab0d043229a1c038cbfb6691662a

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