Skip to content

WORLDWIDE STRATEGIES INC.: filings

Every WORLDWIDE STRATEGIES INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 24 filings, each linked to its SEC index.

Filing record ends 2023-06-14

The latest filing in this captured record is a 10-Q filed 2023-06-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. WORLDWIDE STRATEGIES INC. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2023-06-14fiscal Q3 2023331030001683168-23-004124
10-Q2023-03-16fiscal Q2 202333990001683168-23-001549
10-Q2022-12-20fiscal Q1 202332670001683168-22-008541
10-K2022-10-31fiscal FY 202225520001683168-22-007155
10-Q2022-06-14fiscal Q3 202225820001683168-22-004344
10-Q2022-03-15fiscal Q2 202223680001683168-22-001683
10-Q/A2021-12-16fiscal Q1 202221440001683168-21-006422
10-Q2021-12-14fiscal Q1 202221440001683168-21-006324
10-K2021-10-29fiscal FY 202120410001683168-21-005134
10-Q2015-06-08fiscal Q3 201517520000949353-15-000096
10-Q2015-05-01fiscal Q2 201517520000949353-15-000082
10-Q2015-04-21fiscal Q1 201517380000949353-15-000076
10-Q2015-04-02fiscal Q3 201418540000949353-15-000063
10-Q2015-03-18fiscal Q2 201419570000949353-15-000057
10-Q2015-03-16fiscal Q1 201418390000949353-15-000052
10-K2015-02-17fiscal FY 201421430000949353-15-000041
10-K2014-11-26fiscal FY 201323490000949353-14-000133
10-Q2013-06-11fiscal Q3 201323760000949353-13-000088
10-Q2013-03-15fiscal Q2 201322750000949353-13-000042
10-Q/A2013-01-02fiscal Q1 201323600000949353-13-000002
10-K2012-10-29fiscal FY 201223560000949353-12-000171
10-Q2012-06-12fiscal Q3 201221600000949353-12-000114
10-Q2012-03-30fiscal Q2 201220560000949353-12-000083
10-Q/A2011-12-28fiscal Q1 201220460000949353-11-000382

Inspect the source

Entity
WORLDWIDE STRATEGIES INC. / CIK 0001342792
Captured
SEC response SHA-256
33334a520097d0a19d5de784f1c22dadf68cb67efc53ebcdd920845d7f02f1c7

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