Skip to content

United Parks & Resorts Inc.: filings

Every United Parks & Resorts Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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 2026451260001193125-26-340383
10-Q2026-05-11fiscal Q1 202644920001193125-26-217005
10-K2026-03-03fiscal FY 2025501300001193125-26-088288
10-Q2025-11-07fiscal Q3 2025451300001193125-25-271018
10-Q2025-08-08fiscal Q2 2025451260000950170-25-105467
10-Q2025-05-12fiscal Q1 202544920000950170-25-069292
10-K2025-03-03fiscal FY 2024501300000950170-25-030398
10-Q2024-11-08fiscal Q3 2024451300000950170-24-123690
10-Q2024-08-08fiscal Q2 2024441240000950170-24-093331
10-Q2024-05-09fiscal Q1 202444910000950170-24-057103
10-K2024-02-29fiscal FY 2023501300000950170-24-023162
10-Q2023-11-09fiscal Q3 2023441280000950170-23-061536
10-Q2023-08-09fiscal Q2 2023441240000950170-23-040134
10-Q2023-05-10fiscal Q1 202344910000950170-23-020483
10-K2023-03-01fiscal FY 2022511330000950170-23-005599
10-Q2022-11-09fiscal Q3 2022441280001564590-22-037199
10-Q2022-08-05fiscal Q2 2022441230001564590-22-028112
10-Q2022-05-06fiscal Q1 202244910001564590-22-018431
10-K2022-02-28fiscal FY 2021511330001564590-22-007356
10-Q2021-11-15fiscal Q3 2021451320001564590-21-057001
10-Q2021-08-06fiscal Q2 2021451270001564590-21-041903
10-Q2021-05-07fiscal Q1 202145930001564590-21-025277
10-K2021-02-26fiscal FY 2020521330001564590-21-009459
10-Q2020-11-06fiscal Q3 2020461330001564590-20-051645
10-Q2020-08-10fiscal Q2 2020461290001564590-20-038916
10-Q2020-05-08fiscal Q1 202045930001564590-20-023642
10-K2020-02-27fiscal FY 2019521720001564590-20-007020
10-Q2019-11-07fiscal Q3 2019471320001564590-19-041802
10-Q2019-08-07fiscal Q2 2019471280001564590-19-029638
10-Q2019-05-08fiscal Q1 201946930001564590-19-016797
10-K2019-03-01fiscal FY 2018501700001564590-19-005656
10-Q2018-11-06fiscal Q3 2018431180001564590-18-027040
10-Q2018-08-07fiscal Q2 2018421160001564590-18-019991
10-Q2018-05-09fiscal Q1 201838780001564590-18-012480
10-K2018-02-28fiscal FY 2017441530001564590-18-003622
10-Q2017-11-08fiscal Q3 2017391100001564590-17-022361
10-Q2017-08-09fiscal Q2 2017391100001564590-17-016981
10-Q2017-05-09fiscal Q1 201739800001564590-17-009919
10-K2017-03-01fiscal FY 2016461600001564590-17-003001
10-Q2016-11-09fiscal Q3 2016401110001564590-16-028404
10-Q2016-08-05fiscal Q2 2016401110001564590-16-022834
10-Q2016-05-06fiscal Q1 201640810001564590-16-018058
10-K2016-02-26fiscal FY 2015451590001564590-16-013463
10-Q2015-11-06fiscal Q3 2015391070001193125-15-368556
10-Q2015-08-07fiscal Q2 2015391060001193125-15-281899
10-Q2015-05-08fiscal Q1 201539790001193125-15-178179
10-K2015-02-27fiscal FY 2014451560001193125-15-066579
10-Q2014-11-13fiscal Q3 2014401070001193125-14-410148
10-Q2014-08-14fiscal Q2 2014401070001193125-14-308663
10-Q2014-05-15fiscal Q1 201437760001193125-14-199381
10-K2014-03-21fiscal FY 2013461560001193125-14-109073
10-Q2013-11-14fiscal Q3 2013401080001193125-13-440523
10-Q2013-08-14fiscal Q2 2013411100001193125-13-333190
10-Q2013-05-23fiscal Q1 201342870001193125-13-233421

Inspect the source

Entity
United Parks & Resorts Inc. / CIK 0001564902
Captured
2026-09-20T09:20:25.638Z
SEC response SHA-256
e549283a70b1f298251569e052841fe343d96473f7447991b3c5356940f803fa

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