Skip to content

Wyndham Hotels & Resorts, Inc.: filings

Every Wyndham Hotels & Resorts, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 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 2026431220001722684-26-000074
10-Q2026-04-30fiscal Q1 202643920001722684-26-000059
10-K2026-02-19fiscal FY 2025511340001722684-26-000007
10-Q2025-10-23fiscal Q3 2025411240001722684-25-000054
10-Q2025-07-24fiscal Q2 2025411180001722684-25-000029
10-Q2025-05-01fiscal Q1 202541880001722684-25-000017
10-K2025-02-13fiscal FY 2024511350001722684-25-000005
10-Q2024-10-24fiscal Q3 2024411240001722684-24-000021
10-Q2024-07-25fiscal Q2 2024411180001722684-24-000017
10-Q2024-04-25fiscal Q1 202441880001722684-24-000011
10-K2024-02-15fiscal FY 2023521370001722684-24-000006
10-Q2023-10-26fiscal Q3 2023421260001722684-23-000025
10-Q2023-07-27fiscal Q2 2023421200001722684-23-000017
10-Q2023-04-27fiscal Q1 202342900001722684-23-000010
10-K2023-02-16fiscal FY 2022521370001722684-23-000005
10-Q2022-10-26fiscal Q3 2022421260001722684-22-000023
10-Q2022-07-27fiscal Q2 2022421200001722684-22-000018
10-Q2022-04-27fiscal Q1 202242910001722684-22-000010
10-K2022-02-16fiscal FY 2021521370001722684-22-000005
10-Q2021-10-28fiscal Q3 2021431280001722684-21-000028
10-Q2021-07-29fiscal Q2 2021431220001722684-21-000022
10-Q2021-04-29fiscal Q1 202143950001722684-21-000015
10-K2021-02-12fiscal FY 2020512040001722684-21-000008
10-Q2020-10-29fiscal Q3 2020431280001722684-20-000029
10-Q2020-07-29fiscal Q2 2020431220001722684-20-000021
10-Q2020-05-05fiscal Q1 202043920001722684-20-000012
10-K2020-02-13fiscal FY 2019511990001722684-20-000007
10-Q2019-10-29fiscal Q3 2019441200001722684-19-000031
10-Q2019-07-25fiscal Q2 2019441160001722684-19-000024
10-Q2019-04-30fiscal Q1 201944880001722684-19-000016
10-K2019-02-14fiscal FY 2018481950001722684-19-000008
10-Q2018-10-30fiscal Q3 2018431220001722684-18-000017
10-Q2018-08-06fiscal Q2 2018421200001722684-18-000008
10-Q2018-06-11fiscal Q1 201832700001722684-18-000005

Inspect the source

Entity
Wyndham Hotels & Resorts, Inc. / CIK 0001722684
Captured
2026-09-21T17:24:58.621Z
SEC response SHA-256
974e5adc39de74b0d8910bfa90d8ba01cc473e55308a2e3d87df27faee9c7066

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