Skip to content

Hilton Worldwide Holdings Inc.: filings

Every Hilton Worldwide Holdings Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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-28fiscal Q2 2026441260001585689-26-000043
10-Q2026-04-28fiscal Q1 202644920001585689-26-000032
10-K2026-02-11fiscal FY 2025531370001585689-26-000007
10-Q2025-10-22fiscal Q3 2025441260001585689-25-000160
10-Q2025-07-23fiscal Q2 2025441260001585689-25-000145
10-Q2025-04-29fiscal Q1 202544920001585689-25-000089
10-K2025-02-06fiscal FY 2024531370001585689-25-000008
10-Q2024-10-23fiscal Q3 2024431220001585689-24-000191
10-Q2024-08-07fiscal Q2 2024431220001585689-24-000162
10-Q2024-04-24fiscal Q1 202443900001585689-24-000101
10-K2024-02-07fiscal FY 2023531370001585689-24-000027
10-Q2023-10-25fiscal Q3 2023421200001585689-23-000193
10-Q2023-07-26fiscal Q2 2023421200001585689-23-000156
10-Q2023-04-26fiscal Q1 202342880001585689-23-000100
10-K2023-02-09fiscal FY 2022521360001585689-23-000036
10-Q2022-10-26fiscal Q3 2022421200001585689-22-000164
10-Q2022-07-27fiscal Q2 2022421200001585689-22-000137
10-Q2022-05-03fiscal Q1 202242880001585689-22-000082
10-K2022-02-16fiscal FY 2021521360001585689-22-000013
10-Q2021-10-27fiscal Q3 2021421220001585689-21-000118
10-Q2021-07-29fiscal Q2 2021421220001585689-21-000100
10-Q2021-05-05fiscal Q1 202142870001585689-21-000064
10-K2021-02-17fiscal FY 2020531860001585689-21-000016
10-Q2020-11-04fiscal Q3 2020431210001585689-20-000176
10-Q2020-08-06fiscal Q2 2020431210001585689-20-000149
10-Q2020-05-07fiscal Q1 202044910001585689-20-000110
10-K2020-02-11fiscal FY 2019531850001585689-20-000013
10-Q2019-10-23fiscal Q3 2019451240001585689-19-000154
10-Q2019-07-24fiscal Q2 2019461280001585689-19-000129
10-Q2019-05-01fiscal Q1 201945920001585689-19-000086
10-K2019-02-13fiscal FY 2018481750001585689-19-000034
10-Q2018-10-24fiscal Q3 2018421200001585689-18-000143
10-Q2018-07-25fiscal Q2 2018421180001585689-18-000122
10-Q2018-04-26fiscal Q1 201842880001585689-18-000086
10-K2018-02-14fiscal FY 2017491780001585689-18-000033
10-Q2017-10-26fiscal Q3 2017411170001585689-17-000199
10-Q2017-07-26fiscal Q2 2017401130001585689-17-000168
10-Q2017-05-02fiscal Q1 201740830001585689-17-000131
10-K2017-02-15fiscal FY 2016481730001585689-17-000038
10-Q2016-10-26fiscal Q3 2016411160001585689-16-000221
10-Q2016-07-27fiscal Q2 2016411160001585689-16-000206
10-Q2016-04-27fiscal Q1 201640860001585689-16-000176
10-K2016-02-26fiscal FY 2015491620001585689-16-000161
10-Q2015-10-28fiscal Q3 2015401140001585689-15-000112
10-Q2015-07-29fiscal Q2 2015401140001585689-15-000080
10-Q2015-04-29fiscal Q1 201540860001585689-15-000060
10-K2015-02-18fiscal FY 2014491620001585689-15-000032
10-Q2014-10-31fiscal Q3 2014411160001445305-14-004646
10-Q2014-08-01fiscal Q2 2014411160001585689-14-000036
10-Q2014-05-09fiscal Q1 201441880001585689-14-000016

Inspect the source

Entity
Hilton Worldwide Holdings Inc. / CIK 0001585689
Captured
2026-09-20T09:23:27.190Z
SEC response SHA-256
a7ea3c8478a4585a74b82cad81b3125472c10ae74ce54ec25d08e4de33007e9e

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