Skip to content

Hilton Grand Vacations Inc.: filings

Every Hilton Grand Vacations 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-07-30fiscal Q2 2026441270001674168-26-000100
10-Q2026-04-30fiscal Q1 202644930001674168-26-000065
10-K2026-02-26fiscal FY 2025491300001674168-26-000017
10-Q2025-10-30fiscal Q3 2025421250001674168-25-000019
10-Q2025-07-31fiscal Q2 2025421230001674168-25-000007
10-Q2025-05-01fiscal Q1 202542890001628280-25-021544
10-K2025-03-03fiscal FY 2024481290001628280-25-009254
10-Q2024-11-07fiscal Q3 2024401190001628280-24-046168
10-Q2024-08-08fiscal Q2 2024401170001628280-24-036019
10-Q2024-05-09fiscal Q1 202440860001628280-24-022140
10-K2024-02-29fiscal FY 2023451200001628280-24-007940
10-Q2023-11-06fiscal Q3 2023391190001628280-23-036943
10-Q2023-08-03fiscal Q2 2023381130001628280-23-027131
10-Q2023-04-27fiscal Q1 202338810001628280-23-013491
10-K2023-03-01fiscal FY 2022451190001628280-23-005817
10-Q2022-11-09fiscal Q3 2022421240001628280-22-029168
10-Q2022-08-09fiscal Q2 2022431220001628280-22-021833
10-Q2022-05-09fiscal Q1 202242880000950170-22-008409
10-K2022-03-01fiscal FY 2021461200000950170-22-002564
10-Q2021-11-09fiscal Q3 2021421200000950170-21-003678
10-Q2021-07-29fiscal Q2 2021381080000950170-21-000600
10-Q2021-04-29fiscal Q1 202138790001564590-21-021837
10-K2021-03-01fiscal FY 2020431540001564590-21-009825
10-Q2020-10-29fiscal Q3 2020381110001564590-20-048724
10-Q2020-07-30fiscal Q2 2020381080001564590-20-034845
10-Q2020-04-30fiscal Q1 202037780001564590-20-020226
10-K2020-03-02fiscal FY 2019431500001564590-20-008097
10-Q2019-10-31fiscal Q3 2019371070001564590-19-039111
10-Q2019-08-01fiscal Q2 2019361000001564590-19-027932
10-Q2019-05-02fiscal Q1 201936730001564590-19-015217
10-K2019-02-28fiscal FY 2017411490001564590-19-005480
10-Q2018-11-01fiscal Q3 201833890001564590-18-026118
10-Q2018-08-02fiscal Q2 201833890001564590-18-018856
10-Q2018-05-03fiscal Q1 201827540001564590-18-010615
10-K2018-03-01fiscal FY 2017331210001564590-18-004106
10-Q2017-11-02fiscal Q3 201727780001564590-17-021104
10-Q2017-08-03fiscal Q2 201731860001193125-17-247374
10-Q2017-05-04fiscal Q1 201730600001193125-17-158059

Inspect the source

Entity
Hilton Grand Vacations Inc. / CIK 0001674168
Captured
2026-09-21T17:23:25.874Z
SEC response SHA-256
e55ebf44c6793af65ee612a59784db4fe88cd61c5475f93d65cb0806ab75c46d

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