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, 40 filings, each linked to its SEC index.

Filing record ends 2021-05-07

The latest filing in this captured record is a 10-Q filed 2021-05-07. No later filing is in the SEC companyfacts record captured on 2026-09-22. 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-Q2021-05-07fiscal Q1 202131660000019612-21-000124
10-K2021-02-26fiscal FY 2020401530000019612-21-000031
10-Q2020-11-06fiscal Q3 202033940000019612-20-000202
10-Q2020-08-10fiscal Q2 202033940000019612-20-000177
10-Q2020-05-08fiscal Q1 202033700000019612-20-000097
10-K2020-03-02fiscal FY 2019411530000019612-20-000049
10-Q2019-11-12fiscal Q3 2019391080000019612-19-000218
10-Q2019-07-31fiscal Q2 201932860000019612-19-000170
10-Q2019-05-08fiscal Q1 201931640000019612-19-000115
10-K2019-02-28fiscal FY 2018331500000019612-19-000053
10-Q2018-11-08fiscal Q3 201829820000019612-18-000161
10-Q2018-08-08fiscal Q2 201828780000019612-18-000130
10-Q2018-05-09fiscal Q1 201828600000019612-18-000077
10-K2018-02-28fiscal FY 2017321470000019612-18-000037
10-Q2017-11-08fiscal Q3 201728780000019612-17-000087
10-Q2017-08-09fiscal Q2 201728780000019612-17-000071
10-Q2017-05-10fiscal Q1 201728600000019612-17-000037
10-K2017-03-01fiscal FY 2016331300000019612-17-000015
10-Q2016-11-09fiscal Q3 201628780000019612-16-000157
10-Q2016-07-28fiscal Q2 201626810000019612-16-000149
10-Q2016-04-27fiscal Q1 201626650000019612-16-000123
10-K2016-02-26fiscal FY 2015291180000019612-16-000101
10-Q2015-11-05fiscal Q3 201528850000019612-15-000075
10-Q2015-08-05fiscal Q2 201527830000019612-15-000066
10-Q2015-04-30fiscal Q1 201526650000019612-15-000046
10-K2015-02-27fiscal FY 2014291200000019612-15-000021
10-Q2014-10-24fiscal Q3 201427830000019612-14-000052
10-Q2014-07-24fiscal Q2 201427830000019612-14-000040
10-Q2014-04-30fiscal Q1 201425630000019612-14-000030
10-K2014-02-26fiscal FY 2013291200000019612-14-000013
10-Q2013-10-31fiscal Q3 201326810000019612-13-000035
10-Q2013-08-05fiscal Q2 201325790000019612-13-000027
10-Q2013-04-30fiscal Q1 201325630000019612-13-000017
10-K2013-02-22fiscal FY 2012281170000019612-13-000004
10-Q2012-11-01fiscal Q3 201225790000019612-12-000004
10-Q2012-08-03fiscal Q2 201225790001193125-12-333560
10-Q2012-05-04fiscal Q1 201224600001193125-12-210547
10-K2012-02-24fiscal FY 201123630001193125-12-077210
10-Q2011-11-04fiscal Q3 201123700001193125-11-297125
10-Q2011-08-03fiscal Q2 201123700000950123-11-071886

Inspect the source

Entity
TCF FINANCIAL CORPORATION / CIK 0000019612
Captured
SEC response SHA-256
7baac9b565d8047916f2ca41bb92a3e3df58d2f6bb5a72ccab81647e2dd8b10d

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