Skip to content

VIP Play, Inc.: filings

Every VIP Play, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 22 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-05-15fiscal Q3 202629870001493152-26-023219
10-Q2026-02-17fiscal Q2 202628820001493152-26-007185
10-Q2025-11-14fiscal Q1 202626540001493152-25-023292
10-K2025-09-29fiscal FY 202531630001493152-25-016043
10-Q2025-05-14fiscal Q3 202529900001641172-25-010179
10-Q2025-02-10fiscal Q2 202529850001493152-25-005670
10-Q2024-11-08fiscal Q1 202530610001493152-24-044242
10-K2024-09-24fiscal FY 202432620001493152-24-037866
10-Q/A2024-08-23fiscal Q3 202432920001493152-24-033771
10-Q2024-05-13fiscal Q3 202433940001493152-24-018929
10-Q2024-04-25fiscal Q2 202430810001493152-24-015910
10-Q2024-04-19fiscal Q1 202431600001493152-24-015324
10-K2024-03-08fiscal FY 202334570001493152-24-009368
10-Q2023-05-22fiscal Q3 202331790001493152-23-018593
10-Q2023-02-21fiscal Q2 202328840001393905-23-000085
10-Q2022-11-21fiscal Q1 202328590001393905-22-000472
10-K2022-10-13fiscal FY 202227560001393905-22-000412
10-Q2022-05-16fiscal Q3 202224800001393905-22-000158
10-Q2022-02-22fiscal Q2 202221640001393905-22-000043
10-Q2021-11-15fiscal Q1 202221460001393905-21-000505
10-K2021-09-28fiscal FY 202123480001393905-21-000431
10-Q2021-05-07fiscal Q3 202119380001393905-21-000237

Inspect the source

Entity
VIP Play, Inc. / CIK 0001832161
Captured
2026-09-21T17:30:25.084Z
SEC response SHA-256
5c84158cd7707ae11f338fc0c4b61ff9d6d27c7f4c51057e7ba10b82c565876d

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