Skip to content

MACKINAC FINANCIAL CORPORATION: filings

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

Filing record ends 2021-08-11

The latest filing in this captured record is a 10-Q filed 2021-08-11. No later filing is in the SEC companyfacts record captured on 2026-09-23. MACKINAC FINANCIAL 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-Q2021-08-11fiscal Q2 202129820001558370-21-011268
10-Q2021-05-14fiscal Q1 202128580001558370-21-007188
10-K2021-03-12fiscal FY 202032640001558370-21-002868
10-Q2020-11-09fiscal Q3 202028800001558370-20-013312
10-Q2020-08-10fiscal Q2 202028800001558370-20-010157
10-Q2020-05-11fiscal Q1 202028600001558370-20-006187
10-K2020-03-12fiscal FY 201932660001558370-20-002539
10-Q2019-11-08fiscal Q3 201928800001558370-19-010565
10-Q2019-08-09fiscal Q2 201928800001558370-19-007889
10-Q2019-05-10fiscal Q1 201928610001558370-19-004842
10-K2019-03-18fiscal FY 201833680001558370-19-002239
10-Q2018-11-14fiscal Q3 201828750001558370-18-009319
10-Q2018-08-14fiscal Q2 201828750001558370-18-007070
10-Q2018-05-14fiscal Q1 201827560001558370-18-004774
10-K2018-03-15fiscal FY 201732850001558370-18-002102
10-Q2017-11-14fiscal Q3 201728750001558370-17-008930
10-Q2017-08-14fiscal Q2 201728750001558370-17-006643
10-Q2017-05-15fiscal Q1 201723480001558370-17-004313
10-K2017-03-30fiscal FY 201627710001558370-17-002286
10-Q2016-11-14fiscal Q3 201623670001558370-16-010040
10-Q2016-08-15fiscal Q2 201623670001558370-16-007997
10-Q2016-05-13fiscal Q1 201623570001558370-16-005973
10-K2016-03-30fiscal FY 201526690001104659-16-108403
10-Q2015-11-13fiscal Q3 201522730001104659-15-078503
10-Q2015-08-14fiscal Q2 201522730001104659-15-059814
10-Q2015-05-15fiscal Q1 201523560001104659-15-038539
10-K2015-03-31fiscal FY 201427670001104659-15-024500
10-Q2014-11-13fiscal Q3 201420710001104659-14-080253
10-Q2014-08-14fiscal Q2 201420710001104659-14-060697
10-Q2014-05-15fiscal Q1 201420510001104659-14-038949
10-K2014-03-28fiscal FY 201325630001104659-14-024004
10-Q2013-11-13fiscal Q3 201321720001104659-13-083840
10-Q2013-08-14fiscal Q2 201321710001104659-13-063588
10-Q2013-05-14fiscal Q1 201320490001104659-13-041046
10-K2013-03-29fiscal FY 201224620001104659-13-025790
10-Q2012-11-14fiscal Q3 201220700001104659-12-077790
10-Q/A2012-08-29fiscal Q2 201219690001104659-12-060611
10-Q2012-05-15fiscal Q1 201220510001193125-12-233930
10-K2012-03-30fiscal FY 201121570001193125-12-141911
10-Q2011-11-14fiscal Q3 201121700001193125-11-311417
10-Q2011-08-15fiscal Q2 201121700000950123-11-077300

Inspect the source

Entity
MACKINAC FINANCIAL CORPORATION / CIK 0000036506
Captured
SEC response SHA-256
47d0bc132f8339393fc9fd172f10ffc205bb31cb2f4cd2efa548819b3bf82c35

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