Skip to content

Playa Hotels & Resorts N.V.: filings

Every Playa Hotels & Resorts N.V. annual and quarterly report in the SEC record with the published financial measures it tagged, 33 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-Q2025-05-05fiscal Q1 202540840001692412-25-000062
10-K2025-02-25fiscal FY 2024451210001692412-25-000052
10-Q2024-11-06fiscal Q3 2024401240001692412-24-000131
10-Q2024-08-05fiscal Q2 2024401200001692412-24-000121
10-Q2024-05-06fiscal Q1 202440840001692412-24-000109
10-K2024-02-22fiscal FY 2023461250001692412-24-000075
10-Q2023-11-02fiscal Q3 2023411260001692412-23-000072
10-Q2023-08-03fiscal Q2 2023411220001692412-23-000065
10-Q2023-05-04fiscal Q1 202343920001692412-23-000051
10-K2023-02-23fiscal FY 2022471280001692412-23-000038
10-Q2022-11-03fiscal Q3 2022441340001692412-22-000102
10-Q2022-08-04fiscal Q2 2022431280001692412-22-000091
10-Q2022-05-05fiscal Q1 202243920001692412-22-000064
10-K2022-02-24fiscal FY 2021471280001692412-22-000042
10-Q2021-11-03fiscal Q3 2021441340001692412-21-000092
10-Q2021-08-04fiscal Q2 2021441300001692412-21-000077
10-Q2021-05-05fiscal Q1 202144940001692412-21-000056
10-K2021-03-04fiscal FY 2020471670001692412-21-000038
10-Q2020-11-04fiscal Q3 2020441340001692412-20-000039
10-Q2020-08-06fiscal Q2 2020481380001692412-20-000028
10-Q2020-05-11fiscal Q1 202047990001692412-20-000020
10-K2020-02-27fiscal FY 2019511730001692412-20-000008
10-Q2019-11-06fiscal Q3 2019491390001692412-19-000036
10-Q2019-08-06fiscal Q2 2019481330001692412-19-000028
10-Q2019-05-07fiscal Q1 201948970001692412-19-000019
10-K2019-02-28fiscal FY 2018501720001692412-19-000010
10-Q2018-11-06fiscal Q3 2018431250001692412-18-000030
10-Q2018-08-06fiscal Q2 2018431260001692412-18-000021
10-Q2018-05-07fiscal Q1 201844940001692412-18-000011
10-K2018-03-01fiscal FY 2017471670001692412-18-000007
10-Q2017-11-07fiscal Q3 2017411190001692412-17-000025
10-Q2017-08-04fiscal Q2 2017411190001692412-17-000016
10-Q2017-05-08fiscal Q1 201740850001692412-17-000006

Inspect the source

Entity
Playa Hotels & Resorts N.V. / CIK 0001692412
Captured
2026-09-21T17:23:36.017Z
SEC response SHA-256
90b7a80ea22d8d26a86bade1b5f9b2a94537f16aa8b6e52e968b71ef09df7936

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