Skip to content

World Scan Project, Inc.: filings

Every World Scan Project, 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-Q2025-09-23fiscal Q3 2025311040001813744-25-000013
10-Q/A2025-09-22fiscal Q1 202531670001813744-25-000010
10-Q2025-09-18fiscal Q2 202531990001813744-25-000008
10-Q2025-09-18fiscal Q1 202530630001813744-25-000005
10-K2025-09-02fiscal FY 202429600001599916-25-000120
10-Q/A2025-08-29fiscal Q3 202430970001599916-25-000115
10-Q/A2025-08-29fiscal Q2 202430900001599916-25-000113
10-Q/A2025-08-29fiscal Q1 202430610001599916-25-000111
10-Q2024-11-20fiscal Q3 202430960001599916-24-000296
10-Q2024-11-20fiscal Q2 202430890001599916-24-000292
10-Q/A2024-11-19fiscal Q3 202330930001599916-24-000290
10-Q2024-11-19fiscal Q1 202430610001599916-24-000287
10-K2024-11-19fiscal FY 202330600001599916-24-000278
10-Q2023-09-12fiscal Q3 202331950001599916-23-000194
10-Q2023-06-08fiscal Q2 202328850001599916-23-000130
10-Q2023-03-08fiscal Q1 202328580001599916-23-000047
10-K2023-02-10fiscal FY 202230590001599916-23-000036
10-Q2022-10-31fiscal Q3 202228930001599916-22-000283
10-Q2022-07-29fiscal Q2 202229900001599916-22-000199
10-Q2022-06-22fiscal Q1 202229600001599916-22-000164
10-K2022-05-10fiscal FY 202130600001599916-22-000115
10-Q2021-10-28fiscal Q3 202128710001599916-21-000258
10-Q2021-06-21fiscal Q2 202127580001599916-21-000109
10-Q2021-04-12fiscal Q1 202126460001599916-21-000065
10-K/A2021-02-23fiscal FY 202025410001599916-21-000027
10-K2021-02-10fiscal FY 202025410001599916-21-000017
10-Q2020-09-21fiscal Q3 202024450001599916-20-000119

Inspect the source

Entity
World Scan Project, Inc. / CIK 0001813744
Captured
2026-09-21T17:28:25.000Z
SEC response SHA-256
6254f1f987cfbe901baa7d024e9ac9e67919152916ce13367a2df355ffc68456

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