Skip to content

Park Hotels & Resorts Inc.: filings

Every Park Hotels & Resorts Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 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-07fiscal Q2 2026351030001617406-26-000042
10-Q2026-05-01fiscal Q1 202634710001617406-26-000035
10-K2026-02-20fiscal FY 2025451170001617406-26-000006
10-Q2025-11-03fiscal Q3 2025351070001617406-25-000053
10-Q2025-08-01fiscal Q2 2025351030001617406-25-000046
10-Q2025-05-05fiscal Q1 202534710001617406-25-000037
10-K2025-02-20fiscal FY 2024441160001617406-25-000006
10-Q2024-10-30fiscal Q3 2024361110001617406-24-000070
10-Q2024-08-01fiscal Q2 2024361070001617406-24-000062
10-Q2024-05-01fiscal Q1 202434710001617406-24-000039
10-K2024-02-28fiscal FY 2023441160001617406-24-000018
10-Q2023-11-02fiscal Q3 2023341050001617406-23-000015
10-Q2023-08-03fiscal Q2 202333970000950170-23-037945
10-Q2023-05-01fiscal Q1 202333670000950170-23-016228
10-K2023-02-23fiscal FY 2022411080000950170-23-004127
10-Q2022-11-03fiscal Q3 2022351070000950170-22-021839
10-Q2022-08-04fiscal Q2 2022341010000950170-22-014738
10-Q2022-05-02fiscal Q1 202234690000950170-22-006872
10-K2022-02-18fiscal FY 2021421110000950170-22-001484
10-Q2021-11-04fiscal Q3 2021361090000950170-21-003049
10-Q2021-08-06fiscal Q2 2021361050000950170-21-001013
10-Q2021-05-07fiscal Q1 202135690001564590-21-025547
10-K2021-02-26fiscal FY 2020421080001564590-21-009414
10-Q2020-11-06fiscal Q3 2020371070001564590-20-052011
10-Q2020-08-06fiscal Q2 2020371030001564590-20-037772
10-Q2020-05-11fiscal Q1 202037710001564590-20-024165
10-K2020-02-27fiscal FY 2019431540001564590-20-007367
10-Q2019-11-07fiscal Q3 2019381070001564590-19-041763
10-Q2019-08-01fiscal Q2 2019381040001564590-19-027994
10-Q2019-05-06fiscal Q1 201938720001564590-19-015965
10-K2019-02-28fiscal FY 2018401500001564590-19-005443
10-Q2018-11-02fiscal Q3 2018351050001564590-18-026491
10-Q2018-08-02fiscal Q2 2018361020001564590-18-018916
10-Q2018-05-04fiscal Q1 201832650001564590-18-010981
10-K2018-03-01fiscal FY 2017371410001564590-18-004101
10-Q2017-11-03fiscal Q3 201729850001564590-17-021521
10-Q2017-08-03fiscal Q2 201729850001564590-17-015322
10-Q2017-05-04fiscal Q1 201729590001564590-17-008759

Inspect the source

Entity
Park Hotels & Resorts Inc. / CIK 0001617406
Captured
2026-09-21T17:21:31.011Z
SEC response SHA-256
06c1e2379871dc5a45e1c1ac1ccb783aef17780d6a7453beee749ce050c4b258

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