Skip to content

Party City Holdco Inc.: filings

Every Party City Holdco Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 36 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-Q2024-09-26fiscal Q3 2023491550000950170-24-109652
10-Q2024-09-26fiscal Q2 2023501580000950170-24-109650
10-Q2024-09-26fiscal Q1 2023491230000950170-24-109647
10-K2024-03-28fiscal FY 2022591560000950170-24-037962
10-Q/A2024-03-28fiscal Q3 2022521610000950170-24-037955
10-Q2022-11-08fiscal Q3 2022511600000950170-22-023330
10-Q2022-08-08fiscal Q2 2022511600000950170-22-015233
10-Q2022-05-09fiscal Q1 2022511280000950170-22-008474
10-K2022-02-28fiscal FY 2021591540000950170-22-002280
10-Q2021-11-09fiscal Q3 2021501580000950170-21-003730
10-Q2021-08-05fiscal Q2 2021501580000950170-21-000926
10-Q2021-05-10fiscal Q1 2021501260001564590-21-026026
10-K2021-03-12fiscal FY 2020581950001564590-21-012608
10-Q2020-11-09fiscal Q3 2020481300001564590-20-052478
10-Q2020-08-07fiscal Q2 2020481300001564590-20-038259
10-Q2020-06-12fiscal Q1 2020481000001564590-20-029167
10-K2020-03-12fiscal FY 2019561870001193125-20-071738
10-Q2019-11-12fiscal Q3 2019491310001193125-19-289973
10-Q2019-08-09fiscal Q2 2019491310001193125-19-217754
10-Q2019-05-09fiscal Q1 2019491000001193125-19-142965
10-K2019-02-28fiscal FY 2018531840001193125-19-057714
10-Q2018-11-08fiscal Q3 2018451200001193125-18-322511
10-Q2018-08-09fiscal Q2 2018451200001193125-18-243604
10-Q2018-05-09fiscal Q1 201840820001193125-18-157574
10-K2018-03-14fiscal FY 2017491620001193125-18-082430
10-Q2017-11-09fiscal Q3 2017381040001193125-17-338153
10-Q2017-08-03fiscal Q2 2017391100001193125-17-247020
10-Q2017-05-09fiscal Q1 201737780001193125-17-163615
10-K2017-03-16fiscal FY 2016461560001193125-17-083893
10-Q2016-11-10fiscal Q3 2016381080001193125-16-765936
10-Q2016-08-09fiscal Q2 2016381080001193125-16-676701
10-Q2016-05-13fiscal Q1 201636760001193125-16-590365
10-K2016-03-14fiscal FY 2015461590001193125-16-501808
10-Q2015-11-13fiscal Q3 2015371040001193125-15-376787
10-Q2015-08-14fiscal Q2 2015371040001193125-15-291310
10-Q2015-05-15fiscal Q1 201536760001193125-15-189578

Inspect the source

Entity
Party City Holdco Inc. / CIK 0001592058
Captured
2026-09-21T17:21:03.537Z
SEC response SHA-256
833a53ddb8e3a809669313d835604847116d025d80883d9171323fd0f5d57df4

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