Skip to content

CIT GROUP INC: filings

Every CIT GROUP 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-11-05

The latest filing in this captured record is a 10-Q filed 2021-11-05. No later filing is in the SEC companyfacts record captured on 2026-09-22. CIT GROUP 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-11-05fiscal Q3 202129830001564590-21-054887
10-Q2021-07-30fiscal Q2 202129830001564590-21-039379
10-Q2021-04-30fiscal Q1 202129610001564590-21-022598
10-K2021-02-19fiscal FY 2020381500001564590-21-006973
10-Q2020-10-30fiscal Q3 202033890001564590-20-049349
10-Q2020-07-31fiscal Q2 202033890001564590-20-035189
10-Q2020-05-05fiscal Q1 202033660001564590-20-021328
10-K2020-02-20fiscal FY 2019391500001564590-20-005589
10-Q2019-11-01fiscal Q3 201932890001564590-19-039443
10-Q2019-08-02fiscal Q2 201932890001564590-19-028430
10-Q2019-05-03fiscal Q1 201932650001564590-19-015724
10-K2019-02-21fiscal FY 2018351440001564590-19-003711
10-Q2018-11-02fiscal Q3 201829830001564590-18-026527
10-Q2018-08-03fiscal Q2 201829830001564590-18-019196
10-Q2018-05-04fiscal Q1 201827560001628280-18-005979
10-K2018-02-23fiscal FY 2017351430001628280-18-002139
10-Q2017-11-03fiscal Q3 201726760001628280-17-010885
10-Q2017-08-07fiscal Q2 201727780001628280-17-008236
10-Q2017-05-08fiscal Q1 201727600000891092-17-003796
10-K2017-03-16fiscal FY 2016342980000891092-17-002112
10-Q2016-11-09fiscal Q3 201630960000891092-16-018811
10-Q2016-08-15fiscal Q2 201630870000891092-16-016693
10-Q2016-05-09fiscal Q1 201627590000891092-16-014735
10-K2016-03-07fiscal FY 2015331320000891092-16-013044
10-Q2015-11-13fiscal Q3 201531920000891092-15-009878
10-Q2015-08-05fiscal Q2 201528840000891092-15-006930
10-Q2015-05-07fiscal Q1 201529640000891092-15-004038
10-K2015-02-20fiscal FY 2014321310000891092-15-001413
10-Q2014-11-07fiscal Q3 201429860000891092-14-008424
10-Q2014-08-06fiscal Q2 201429860000891092-14-005963
10-Q2014-05-09fiscal Q1 201429630000891092-14-003784
10-K2014-02-28fiscal FY 2013301160000891092-14-001710
10-Q2013-11-06fiscal Q3 201330870000891092-13-009198
10-Q2013-08-07fiscal Q2 201330870000891092-13-006922
10-Q2013-05-09fiscal Q1 201329650000891092-13-004378
10-K2013-03-01fiscal FY 201229990000891092-13-001912
10-Q2012-11-09fiscal Q3 201229840000891092-12-006580
10-Q2012-08-09fiscal Q2 201229800000891092-12-004589
10-Q2012-05-10fiscal Q1 201229620000891092-12-002722
10-K2012-02-29fiscal FY 201128900000891092-12-001312
10-Q2011-11-09fiscal Q3 201127760000891092-11-007522
10-Q2011-08-09fiscal Q2 201127760000891092-11-005259
10-Q2011-05-10fiscal Q1 201126560000891092-11-003087
10-K2011-03-10fiscal FY 201016290000891092-11-001682
10-Q2010-11-09fiscal Q3 201026700000891092-10-004964
10-Q2010-08-09fiscal Q2 201025700000891092-10-003376

Inspect the source

Entity
CIT GROUP INC / CIK 0001171825
Captured
SEC response SHA-256
cb16a4f77a441ed68a775915c8b0bfbb0930e9c215aa22fb538201368b73650c

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