Skip to content

People's United Financial, Inc.: filings

Every People's United Financial, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 51 filings, each linked to its SEC index.

Filing record ends 2022-03-01

The latest filing in this captured record is a 10-K filed 2022-03-01. No later filing is in the SEC companyfacts record captured on 2026-09-22. People's United Financial, 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-K2022-03-01fiscal FY 2021391770001628280-22-004389
10-Q2021-11-09fiscal Q3 202131900001628280-21-022427
10-Q2021-08-06fiscal Q2 202131900001628280-21-016020
10-Q2021-05-07fiscal Q1 202131660001628280-21-009489
10-K2021-03-01fiscal FY 2020391780001628280-21-003563
10-Q2020-11-06fiscal Q3 202031920001628280-20-015884
10-Q2020-08-10fiscal Q2 202031920001628280-20-012315
10-Q2020-05-11fiscal Q1 202031680001628280-20-007419
10-K2020-03-02fiscal FY 2019391730001628280-20-002693
10-Q2019-11-12fiscal Q3 201932930001628280-19-013934
10-Q2019-08-09fiscal Q2 201932930001628280-19-010552
10-Q2019-05-10fiscal Q1 201932670001628280-19-006511
10-K2019-03-01fiscal FY 2018361700001193125-19-060912
10-Q2018-11-09fiscal Q3 201829860001193125-18-323479
10-Q2018-08-09fiscal Q2 201829860001193125-18-243842
10-Q2018-05-10fiscal Q1 201824520001193125-18-158976
10-K2018-03-01fiscal FY 2017291500001193125-18-067489
10-Q2017-11-09fiscal Q3 201723740001193125-17-338304
10-Q2017-08-09fiscal Q2 201723740001193125-17-252528
10-Q2017-05-10fiscal Q1 201723500001193125-17-165806
10-K2017-03-01fiscal FY 2016291500001193125-17-065121
10-Q2016-11-09fiscal Q3 201623720001193125-16-764089
10-Q2016-08-09fiscal Q2 201623720001193125-16-676617
10-Q2016-05-10fiscal Q1 201623500001193125-16-585535
10-K2016-02-29fiscal FY 2015291410001193125-16-485012
10-Q2015-11-09fiscal Q3 201523720001193125-15-371797
10-Q2015-08-10fiscal Q2 201522700001193125-15-284533
10-Q2015-05-11fiscal Q1 201522500001193125-15-181722
10-K2015-03-02fiscal FY 2014291360001193125-15-073217
10-Q2014-11-10fiscal Q3 201423720001193125-14-405654
10-Q2014-08-11fiscal Q2 201423720001193125-14-304566
10-Q2014-05-12fiscal Q1 201423530001193125-14-194681
10-K2014-03-03fiscal FY 2013301370001193125-14-079583
10-Q2013-11-12fiscal Q3 201323720001193125-13-437796
10-Q2013-08-09fiscal Q2 201323720001193125-13-328781
10-Q2013-05-10fiscal Q1 201323520001193125-13-213084
10-K2013-03-01fiscal FY 2012301360001193125-13-087415
10-Q2012-11-02fiscal Q3 201222720001193125-12-448582
10-Q2012-08-09fiscal Q2 201222720001193125-12-346749
10-Q2012-05-10fiscal Q1 201222520001193125-12-225783
10-K2012-02-29fiscal FY 2011291340001193125-12-089553
10-Q2011-11-09fiscal Q3 201122660001193125-11-304637
10-Q2011-08-09fiscal Q2 201122680001193125-11-216402
10-Q2011-05-10fiscal Q1 201121480001193125-11-134227
10-K2011-03-01fiscal FY 2010281300001193125-11-052040
10-Q2010-11-09fiscal Q3 201021630001193125-10-253803
10-Q2010-08-09fiscal Q2 201021630001193125-10-183054
10-Q2010-05-10fiscal Q1 201022470001193125-10-114443
10-K2010-03-01fiscal FY 200921570001193125-10-044584
10-Q2009-11-09fiscal Q3 200922580001193125-09-229024
10-Q2009-08-10fiscal Q2 200921560001193125-09-170393

Inspect the source

Entity
People's United Financial, Inc. / CIK 0001378946
Captured
SEC response SHA-256
8ced5641c81f825927bcf0cb93dad8ae635d39f612f264481648aa3f460b22bf

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