Skip to content

Synchrony Financial: filings

Every Synchrony Financial 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-07-23fiscal Q2 202627810001601712-26-000033
10-Q2026-04-23fiscal Q1 202626570001601712-26-000016
10-K2026-02-06fiscal FY 202530830001601712-26-000006
10-Q2025-10-22fiscal Q3 202526830001601712-25-000259
10-Q2025-07-23fiscal Q2 202526790001601712-25-000231
10-Q2025-04-24fiscal Q1 202526570001601712-25-000144
10-K2025-02-07fiscal FY 202430830001601712-25-000044
10-Q2024-10-23fiscal Q3 202426830001601712-24-000336
10-Q2024-07-19fiscal Q2 202426790001601712-24-000250
10-Q2024-04-25fiscal Q1 202427590001601712-24-000172
10-K2024-02-08fiscal FY 202331860001601712-24-000047
10-Q2023-10-24fiscal Q3 202327870001601712-23-000274
10-Q2023-07-21fiscal Q2 202327830001601712-23-000202
10-Q2023-04-20fiscal Q1 202327590001601712-23-000125
10-K2023-02-09fiscal FY 202231870001601712-23-000037
10-Q2022-10-25fiscal Q3 202227870001601712-22-000249
10-Q2022-07-21fiscal Q2 202227830001601712-22-000202
10-Q2022-04-21fiscal Q1 202227590001601712-22-000133
10-K2022-02-10fiscal FY 202131870001601712-22-000053
10-Q2021-10-21fiscal Q3 202127870001601712-21-000289
10-Q2021-07-22fiscal Q2 202127830001601712-21-000236
10-Q2021-04-27fiscal Q1 202127590001601712-21-000181
10-K2021-02-11fiscal FY 202031870001601712-21-000057
10-Q2020-10-22fiscal Q3 202027870001601712-20-000253
10-Q2020-07-23fiscal Q2 202027830001601712-20-000204
10-Q2020-04-22fiscal Q1 202027590001601712-20-000138
10-K2020-02-13fiscal FY 2019311350001601712-20-000038
10-Q2019-10-25fiscal Q3 201926830001601712-19-000242
10-Q2019-07-25fiscal Q2 201926790001601712-19-000184
10-Q2019-04-25fiscal Q1 201926570001601712-19-000124
10-K2019-02-15fiscal FY 2018301320001601712-19-000053
10-Q2018-10-25fiscal Q3 201826750001601712-18-000265
10-Q2018-07-27fiscal Q2 201826750001601712-18-000209
10-Q2018-04-26fiscal Q1 201826570001601712-18-000155
10-K2018-02-22fiscal FY 2017281260001601712-18-000107
10-Q2017-10-26fiscal Q3 201725720001601712-17-000148
10-Q2017-07-28fiscal Q2 201725720001601712-17-000089
10-Q2017-05-01fiscal Q1 201725540001601712-17-000056
10-K2017-02-23fiscal FY 2016281270001601712-17-000031
10-Q2016-10-27fiscal Q3 201622660001601712-16-000175
10-Q2016-07-28fiscal Q2 201620620001601712-16-000143
10-Q2016-04-28fiscal Q1 201620440001601712-16-000109
10-K2016-02-25fiscal FY 2015231130001601712-16-000069
10-Q2015-10-30fiscal Q3 201520620001601712-15-000032
10-Q2015-07-31fiscal Q2 201520620001601712-15-000026
10-Q2015-05-01fiscal Q1 201520440001601712-15-000015
10-K2015-02-23fiscal FY 2014261210001601712-15-000007
10-Q2014-10-31fiscal Q3 201420620001601712-14-000015
10-Q2014-09-05fiscal Q2 201420620001601712-14-000007

Inspect the source

Entity
Synchrony Financial / CIK 0001601712
Captured
2026-09-20T09:25:27.064Z
SEC response SHA-256
67f5bedaea7e4766a6632d790fc78cf507138e8b5b4ec3fb22a3609b73a0efe6

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