Skip to content

Midwest Holding Inc.: filings

Every Midwest Holding Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 filings, each linked to its SEC index.

Filing record ends 2023-11-13

The latest filing in this captured record is a 10-Q filed 2023-11-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. Midwest Holding 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-Q2023-11-13fiscal Q3 2023351000001558370-23-018843
10-Q2023-08-11fiscal Q2 2023351000001558370-23-014659
10-Q2023-05-15fiscal Q1 202335700001558370-23-009862
10-K2023-03-27fiscal FY 202235710001558370-23-004742
10-Q2022-11-14fiscal Q3 2022361010001558370-22-017828
10-Q2022-08-15fiscal Q2 2022361040001558370-22-013678
10-Q2022-05-16fiscal Q1 202236730001558370-22-009003
10-K2022-03-25fiscal FY 202136720001558370-22-004318
10-Q2021-11-12fiscal Q3 202136980001558370-21-015733
10-Q2021-08-13fiscal Q2 202135970001558370-21-011615
10-Q2021-05-14fiscal Q1 202135730001558370-21-007139
10-K2021-03-15fiscal FY 202037730001558370-21-003013
10-Q2020-11-16fiscal Q3 202036980001558370-20-013888
10-Q2020-08-14fiscal Q2 202034930001558370-20-010685
10-Q2020-05-14fiscal Q1 202035710001558370-20-006589
10-K2020-03-13fiscal FY 201936710001558370-20-002592
10-Q2019-11-08fiscal Q3 201935950001558370-19-010611
10-Q2019-08-08fiscal Q2 201933850001206774-19-002567
10-Q2019-05-23fiscal Q1 201933690001206774-19-001768
10-K2019-05-01fiscal FY 201824510001206774-19-001601
10-Q2018-11-09fiscal Q3 201826710001206774-18-003153
10-Q/A2018-09-28fiscal Q2 201825690001206774-18-002858
10-Q/A2018-09-28fiscal Q1 201825510001206774-18-002857
10-K/A2018-09-07fiscal FY 201725520001206774-18-002741
10-Q2018-08-14fiscal Q2 201825690001206774-18-002453
10-Q2018-05-15fiscal Q1 201825510001206774-18-001645
10-K2018-04-16fiscal FY 201725520001206774-18-001204
10-Q2017-11-13fiscal Q3 201726720001206774-17-003135
10-Q2017-08-11fiscal Q2 201722620001206774-17-002386
10-Q2017-05-12fiscal Q1 201722460001206774-17-001603
10-K2017-03-31fiscal FY 201626520001206774-17-001029
10-Q2016-11-14fiscal Q3 201625690001206774-16-007548
10-Q2016-08-12fiscal Q2 201624650001206774-16-006861
10-Q2016-05-13fiscal Q1 201624490001206774-16-005953
10-K2016-03-30fiscal FY 201528560001206774-16-005210
10-Q2015-11-13fiscal Q3 201527710001206774-15-003479
10-Q2015-08-14fiscal Q2 201527710001206774-15-002721
10-Q2015-05-15fiscal Q1 201526530001206774-15-001692
10-K2015-03-31fiscal FY 201428580001206774-15-001081
10-Q2014-11-14fiscal Q3 201427700001206774-14-003286
10-Q2014-08-19fiscal Q2 201427690001206774-14-002583
10-Q2014-05-20fiscal Q1 201427550001206774-14-001674
10-K2014-03-31fiscal FY 201328570001206774-14-001085
10-Q2013-11-19fiscal Q3 201327710001206774-13-004102
10-Q2013-08-13fiscal Q2 201327710001206774-13-002891
10-Q2013-05-15fiscal Q1 201329620001206774-13-001848
10-K2013-04-01fiscal FY 201231650001206774-13-001279
10-Q2012-11-14fiscal Q3 201230850001206774-12-004539
10-Q2012-08-14fiscal Q2 201231880001206774-12-003420
10-Q2012-05-15fiscal Q1 201224520001206774-12-002066

Inspect the source

Entity
Midwest Holding Inc. / CIK 0000355379
Captured
SEC response SHA-256
08ff4d51c9873237d33dbcdba3d0bb58dae89f0b522cf0ad096ccf104dfd8bb8

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