Skip to content

CITIZENS FINANCIAL GROUP INC/RI: filings

Every CITIZENS FINANCIAL GROUP INC/RI annual and quarterly report in the SEC record with the published financial measures it tagged, 49 filings, each linked to its SEC index.

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-Q2026-08-03fiscal Q2 202628840000759944-26-000148
10-Q2026-05-04fiscal Q1 202628600000759944-26-000101
10-K2026-02-12fiscal FY 2025401080000759944-26-000028
10-Q2025-11-03fiscal Q3 202528840000759944-25-000153
10-Q2025-08-04fiscal Q2 202528840000759944-25-000108
10-Q2025-05-01fiscal Q1 202528600000759944-25-000070
10-K2025-02-13fiscal FY 2024391050000759944-25-000013
10-Q2024-11-04fiscal Q3 202428840000759944-24-000176
10-Q2024-08-06fiscal Q2 202428840000759944-24-000148
10-Q2024-05-06fiscal Q1 202429620000759944-24-000090
10-K2024-02-16fiscal FY 2023401080000759944-24-000039
10-Q2023-11-06fiscal Q3 202329880000759944-23-000149
10-Q2023-08-08fiscal Q2 202329880000759944-23-000124
10-Q2023-05-10fiscal Q1 202329620000759944-23-000084
10-K2023-02-17fiscal FY 2022401080000759944-23-000029
10-Q2022-11-04fiscal Q3 202231940000759944-22-000142
10-Q2022-08-03fiscal Q2 202231940000759944-22-000120
10-Q2022-05-04fiscal Q1 202229620000759944-22-000087
10-K2022-02-23fiscal FY 2021411100000759944-22-000025
10-Q2021-11-03fiscal Q3 202130900000759944-21-000147
10-Q2021-08-03fiscal Q2 202129860000759944-21-000108
10-Q2021-05-05fiscal Q1 202129620000759944-21-000070
10-K2021-02-23fiscal FY 2020401050000759944-21-000034
10-Q2020-11-04fiscal Q3 202030880000759944-20-000099
10-Q2020-08-06fiscal Q2 202030880000759944-20-000082
10-Q2020-05-07fiscal Q1 202031660000759944-20-000066
10-K2020-02-24fiscal FY 2019411050000759944-20-000030
10-Q2019-11-06fiscal Q3 201932890000759944-19-000086
10-Q2019-08-06fiscal Q2 201932890000759944-19-000070
10-Q2019-05-08fiscal Q1 201931630000759944-19-000048
10-K2019-02-21fiscal FY 201836970000759944-19-000024
10-Q2018-11-07fiscal Q3 201830860000759944-18-000084
10-Q2018-08-06fiscal Q2 201828800000759944-18-000067
10-Q2018-05-09fiscal Q1 201828600000759944-18-000048
10-K2018-02-22fiscal Q4 201733890000759944-18-000016
10-Q2017-11-03fiscal Q3 201728800000759944-17-000073
10-Q2017-08-03fiscal Q2 201728800000759944-17-000047
10-Q2017-05-04fiscal Q1 201727580000759944-17-000043
10-K2017-02-24fiscal FY 201632870000759944-17-000012
10-Q2016-11-04fiscal Q3 201627790000759944-16-000150
10-Q2016-08-05fiscal Q2 201627780000759944-16-000143
10-Q2016-05-09fiscal Q1 201626580000759944-16-000137
10-K2016-02-26fiscal FY 201532900000759944-16-000099
10-Q2015-11-06fiscal Q3 201527820000759944-15-000087
10-Q2015-08-07fiscal Q2 201527820000759944-15-000067
10-Q2015-05-08fiscal Q1 201527610000759944-15-000055
10-K2015-03-03fiscal FY 201432900000759944-15-000016
10-Q/A2014-11-14fiscal Q3 201426800000759944-14-000012
10-Q2014-11-14fiscal Q3 201426800000759944-14-000009

Inspect the source

Entity
CITIZENS FINANCIAL GROUP INC/RI / CIK 0000759944
Captured
2026-09-19T15:02:17.312Z
SEC response SHA-256
ebad6963190bd16d700d51420dec0436ac5bae1e294ceec16970098b94c01ad7

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