Skip to content

PACIFIC SPORTS EXCHANGE INC.: filings

Every PACIFIC SPORTS EXCHANGE INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 27 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-04-21fiscal Q2 202626820001640334-26-000784
10-Q2026-01-15fiscal Q1 202624520001640334-26-000096
10-K2025-12-16fiscal FY 202528580001640334-25-002346
10-Q2025-07-09fiscal Q3 202524820001640334-25-001153
10-Q2025-04-10fiscal Q2 202523780001640334-25-000600
10-Q2025-01-13fiscal Q1 202524520001640334-25-000070
10-K2024-11-29fiscal FY 202428580001640334-24-001801
10-Q2024-07-11fiscal Q3 202423760001640334-24-001084
10-Q2024-04-15fiscal Q2 202422700001640334-24-000665
10-Q2024-01-16fiscal Q1 202421460001640334-24-000057
10-K2023-11-28fiscal FY 202324500001640334-23-002246
10-Q2023-07-12fiscal Q3 202321660001640334-23-001259
10-Q2023-04-14fiscal Q2 202322660001640334-23-000641
10-Q2023-01-23fiscal Q1 202321460001640334-23-000116
10-K2022-11-30fiscal FY 202223480001640334-22-002527
10-Q2022-07-08fiscal Q3 202221680001640334-22-001454
10-Q2022-04-19fiscal Q2 202219600001640334-22-000817
10-Q2022-01-14fiscal Q1 202220440001640334-22-000082
10-K2021-12-14fiscal FY 202120420001640334-21-003161
10-Q2021-07-20fiscal Q3 202118600001640334-21-001606
10-Q2021-04-13fiscal Q2 202121660001640334-21-000844
10-Q2021-01-14fiscal Q1 202121460001640334-21-000093
10-K2020-12-14fiscal FY 202020420001640334-20-003065
10-Q2020-07-15fiscal Q3 202020660001640334-20-001792
10-Q2020-04-14fiscal Q2 202019540001640334-20-000832
10-Q2020-01-21fiscal Q1 202020440001640334-20-000123
10-K2019-11-27fiscal FY 201920410001640334-19-002475

Inspect the source

Entity
PACIFIC SPORTS EXCHANGE INC. / CIK 0001765651
Captured
2026-09-21T17:26:32.791Z
SEC response SHA-256
1c30fe5cb0f39f0f0e380fb2ec5811916eaf4613a2fccc972fb7ae00c7b8e3c8

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