Skip to content

PLAYSTUDIOS, Inc.: filings

Every PLAYSTUDIOS, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 25 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-11fiscal Q2 2026491360001823878-26-000052
10-Q2026-05-11fiscal Q1 2026491020001823878-26-000041
10-K2026-03-16fiscal FY 2025501020001823878-26-000020
10-Q2025-11-06fiscal Q3 2025491360001823878-25-000051
10-Q2025-08-08fiscal Q2 2025491360001823878-25-000041
10-Q2025-05-09fiscal Q1 2025491020001823878-25-000030
10-K2025-03-14fiscal FY 2024511040001823878-25-000017
10-Q2024-11-05fiscal Q3 2024501380001823878-24-000047
10-Q2024-08-06fiscal Q2 2024501380001823878-24-000034
10-Q2024-05-07fiscal Q1 2024501040001823878-24-000017
10-K2024-03-12fiscal FY 2023511330001823878-24-000005
10-Q2023-11-03fiscal Q3 2023491360001823878-23-000046
10-Q2023-08-04fiscal Q2 2023491370001823878-23-000035
10-Q2023-05-10fiscal Q1 2023491030001823878-23-000025
10-K2023-03-10fiscal FY 2022501310001823878-23-000015
10-Q2022-11-09fiscal Q3 2022451280001823878-22-000091
10-Q2022-08-09fiscal Q2 2022461290001823878-22-000081
10-Q2022-05-06fiscal Q1 202246960001823878-22-000051
10-K2022-03-03fiscal FY 2021501290001823878-22-000013
10-Q2021-11-12fiscal Q3 2021481320001823878-21-000042
10-Q2021-08-12fiscal Q2 2021471310001823878-21-000029
10-Q2021-05-17fiscal Q1 202116240001104659-21-067947
10-K/A2021-05-12fiscal FY 202018240001104659-21-064959
10-K/A2021-03-31fiscal FY 202018200001104659-21-044079
10-Q2020-12-04fiscal Q3 202013150001104659-20-132503

Inspect the source

Entity
PLAYSTUDIOS, Inc. / CIK 0001823878
Captured
2026-09-21T17:29:28.855Z
SEC response SHA-256
f653539f66a8348124563d2e51ce98dc8ac37e74447b147efc2750deb0971d83

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