Skip to content

Yum China Holdings, Inc.: filings

Every Yum China Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 40 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-10fiscal Q2 2026511270001193125-26-341077
10-Q2026-05-08fiscal Q1 202650990001193125-26-213131
10-K2026-02-27fiscal FY 2025541360001193125-26-082824
10-Q2025-11-10fiscal Q3 2025521280001193125-25-273109
10-Q2025-08-11fiscal Q2 2025521280000950170-25-106199
10-Q2025-05-09fiscal Q1 202550980000950170-25-067472
10-K2025-02-27fiscal FY 2024541360000950170-25-029134
10-Q2024-11-08fiscal Q3 2024521320000950170-24-123668
10-Q2024-08-09fiscal Q2 2024521300000950170-24-094324
10-Q2024-05-08fiscal Q1 2024511020000950170-24-055031
10-K2024-02-29fiscal FY 2023541360000950170-24-023147
10-Q2023-11-09fiscal Q3 2023521320000950170-23-061471
10-Q2023-08-09fiscal Q2 2023511310000950170-23-040098
10-Q2023-05-08fiscal Q1 2023511030000950170-23-018444
10-K2023-03-01fiscal FY 2022551390000950170-23-005571
10-Q2022-11-09fiscal Q3 2022511310000950170-22-023468
10-Q2022-08-09fiscal Q2 2022511300000950170-22-015707
10-Q2022-05-06fiscal Q1 2022511020000950170-22-007972
10-K2022-02-28fiscal FY 2021551360001564590-22-007640
10-Q2021-11-08fiscal Q3 2021521320001564590-21-055031
10-Q2021-08-06fiscal Q2 2021511300001564590-21-041869
10-Q2021-05-06fiscal Q1 2021511020001564590-21-024421
10-K2021-02-26fiscal FY 2020551770001564590-21-009460
10-Q2020-11-06fiscal Q3 2020521320001564590-20-051640
10-Q2020-08-06fiscal Q2 2020511310001564590-20-037176
10-Q2020-05-08fiscal Q1 2020501010001564590-20-023189
10-K2020-02-27fiscal FY 2019541720001564590-20-007403
10-Q2019-11-08fiscal Q3 2019501280001564590-19-041988
10-Q2019-08-05fiscal Q2 2019491250001564590-19-028492
10-Q2019-05-10fiscal Q1 201949950001564590-19-018249
10-K2019-02-27fiscal FY 2018501660001564590-19-004944
10-Q2018-11-08fiscal Q3 2018461200001564590-18-028240
10-Q2018-08-08fiscal Q2 2018461190001564590-18-020158
10-Q2018-05-04fiscal Q1 201845920001564590-18-010822
10-K2018-02-27fiscal FY 2017491630001564590-18-003524
10-Q2017-10-06fiscal Q3 2017451170001564590-17-019306
10-Q2017-07-07fiscal Q2 2017451170001564590-17-013258
10-Q2017-04-07fiscal Q1 201742860001564590-17-006178
10-K2017-03-08fiscal FY 2016481600001564590-17-003681
10-Q2016-11-17fiscal Q3 201636900001564590-16-029416

Inspect the source

Entity
Yum China Holdings, Inc. / CIK 0001673358
Captured
2026-09-21T17:22:54.047Z
SEC response SHA-256
704c7e4af80d7590133cc3892d30434763464a54379ed8634425aec18bd0262d

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