Skip to content

TCF FINANCIAL CORPORATION: filings

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

Filing record ends 2019-07-31

The latest filing in this captured record is a 10-Q filed 2019-07-31. No later filing is in the SEC companyfacts record captured on 2026-09-23. TCF 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-Q2019-07-31fiscal Q2 201930870000814184-19-000076
10-Q2019-05-03fiscal Q1 201930630000814184-19-000048
10-K2019-02-26fiscal FY 201835960000814184-19-000021
10-Q2018-11-08fiscal Q3 201828830000814184-18-000051
10-Q2018-08-03fiscal Q2 201828830000814184-18-000040
10-Q2018-05-03fiscal Q1 201827590000814184-18-000025
10-K2018-02-23fiscal FY 201735970000814184-18-000010
10-Q2017-11-06fiscal Q3 201729890000814184-17-000065
10-Q2017-08-03fiscal Q2 201729890000814184-17-000048
10-Q2017-05-05fiscal Q1 201727590000814184-17-000033
10-K2017-02-21fiscal FY 201634940000814184-17-000015
10-Q2016-11-02fiscal Q3 201626810000814184-16-000120
10-Q2016-08-04fiscal Q2 201626810000814184-16-000112
10-Q2016-05-06fiscal Q1 201626570000814184-16-000093
10-K2016-02-29fiscal FY 201533910000814184-16-000081
10-Q2015-11-04fiscal Q3 201526810000814184-15-000045
10-Q2015-08-05fiscal Q2 201523750000814184-15-000022
10-Q2015-05-06fiscal Q1 201523510001104659-15-034661
10-K2015-02-23fiscal FY 201430820001047469-15-001055
10-Q2014-11-05fiscal Q3 201423750001104659-14-076989
10-Q2014-08-06fiscal Q2 201423750001104659-14-057423
10-Q2014-05-07fiscal Q1 201423510001104659-14-035702
10-K2014-02-25fiscal FY 201331830001047469-14-001296
10-Q2013-11-05fiscal Q3 201323750001104659-13-081168
10-Q2013-07-30fiscal Q2 201323750001104659-13-057928
10-Q2013-05-03fiscal Q1 201323510001104659-13-036942
10-K2013-02-22fiscal FY 201230790001104659-13-013187
10-Q2012-10-30fiscal Q3 201223700001104659-12-072225
10-Q2012-07-26fiscal Q2 201223700001104659-12-051320
10-Q2012-04-26fiscal Q1 201222460001104659-12-028765
10-K2012-02-21fiscal FY 201129770001104659-12-011242
10-Q2011-10-27fiscal Q3 201123710001104659-11-058318
10-Q2011-07-28fiscal Q2 201126770001104659-11-041379
10-Q2011-04-27fiscal Q1 201121450001104659-11-022753
10-K2011-02-15fiscal FY 201022580001104659-11-007572
10-Q2010-10-28fiscal Q3 201022590001104659-10-054304
10-Q2010-07-23fiscal Q2 201022590001104659-10-039266

Inspect the source

Entity
TCF FINANCIAL CORPORATION / CIK 0000814184
Captured
SEC response SHA-256
e7a29079f114048658cebd6cd9bf79a35ef85ea83e15ad310542a2d2c861b6ca

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