Skip to content

FIRST MIDWEST BANCORP INC: filings

Every FIRST MIDWEST BANCORP INC annual and quarterly report in the SEC record with the published financial measures it tagged, 46 filings, each linked to its SEC index.

Filing record ends 2021-10-27

The latest filing in this captured record is a 10-Q filed 2021-10-27. No later filing is in the SEC companyfacts record captured on 2026-09-22. FIRST MIDWEST BANCORP 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-Q2021-10-27fiscal Q3 202132900001628280-21-020653
10-Q2021-08-04fiscal Q2 202131860001628280-21-015603
10-Q2021-05-04fiscal Q1 202131640001628280-21-008865
10-K2021-03-01fiscal FY 202036970001628280-21-003667
10-Q2020-11-03fiscal Q3 202031860000702325-20-000045
10-Q2020-08-06fiscal Q2 202030820000702325-20-000036
10-Q2020-05-08fiscal Q1 202030620000702325-20-000017
10-K2020-02-28fiscal FY 201936980000702325-20-000010
10-Q2019-11-06fiscal Q3 201930830000702325-19-000068
10-Q2019-08-07fiscal Q2 201930830000702325-19-000052
10-Q2019-05-09fiscal Q1 201929620000702325-19-000039
10-K2019-03-01fiscal FY 201833920000702325-19-000020
10-Q2018-11-06fiscal Q3 201827760000702325-18-000070
10-Q2018-08-07fiscal Q2 201825720000702325-18-000056
10-Q2018-05-07fiscal Q1 201825540000702325-18-000020
10-K2018-02-28fiscal FY 201732890000702325-18-000012
10-Q2017-11-06fiscal Q3 201729880000702325-17-000081
10-Q2017-08-08fiscal Q2 201729880000702325-17-000068
10-Q2017-05-10fiscal Q1 201729660000702325-17-000050
10-K2017-02-28fiscal FY 201632890000702325-17-000018
10-Q2016-11-04fiscal Q3 201627780000702325-16-000206
10-Q2016-08-03fiscal Q2 201621620000702325-16-000188
10-Q2016-05-04fiscal Q1 201621460000702325-16-000136
10-K2016-02-23fiscal FY 201531880000702325-16-000114
10-Q2015-11-02fiscal Q3 201523680000702325-15-000058
10-Q2015-07-31fiscal Q2 201522660000702325-15-000047
10-Q2015-05-04fiscal Q1 201522500000702325-15-000029
10-K2015-03-02fiscal FY 201432910000702325-15-000014
10-Q2014-11-07fiscal Q3 201422660000702325-14-000051
10-Q2014-08-04fiscal Q2 201422660000702325-14-000033
10-Q2014-05-12fiscal Q1 201422480000702325-14-000019
10-K2014-03-03fiscal FY 201331840001047469-14-001679
10-Q2013-11-08fiscal Q3 201321620000702325-13-000041
10-Q2013-08-09fiscal Q2 201321620000702325-13-000029
10-Q2013-05-10fiscal Q1 201321460000702325-13-000008
10-K2013-03-01fiscal FY 201231860001047469-13-002060
10-Q2012-11-09fiscal Q3 201221620000702325-12-000033
10-Q2012-08-03fiscal Q2 201221620000702325-12-000022
10-Q2012-05-10fiscal Q1 201221460000702325-12-000011
10-K2012-02-28fiscal FY 201134930001047469-12-001782
10-Q2011-10-28fiscal Q3 201122630000702325-11-000042
10-Q2011-08-09fiscal Q2 201122650000702325-11-000034
10-Q2011-05-06fiscal Q1 201121460000702325-11-000025
10-K2011-03-01fiscal FY 201027710001193125-11-052317
10-Q2010-11-05fiscal Q3 201022640000702325-10-000203
10-Q2010-08-09fiscal Q2 201022640000702325-10-000160

Inspect the source

Entity
FIRST MIDWEST BANCORP INC / CIK 0000702325
Captured
SEC response SHA-256
33ce7b3c63ee7702d82f4a8b6a0f74bd1602616b790ed10d683a5e4b7ed7c4fb

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