Skip to content

W&E Source Corp.: filings

Every W&E Source Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 47 filings, each linked to its SEC index.

Filing record ends 2023-05-22

The latest filing in this captured record is a 10-Q filed 2023-05-22. No later filing is in the SEC companyfacts record captured on 2026-09-23. W&E Source Corp. 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-05-22fiscal Q3 202321720001062993-23-011923
10-Q2023-02-21fiscal Q2 202321680001062993-23-004189
10-Q2022-11-14fiscal Q1 202321440001062993-22-021996
10-K2022-10-13fiscal FY 202226670001062993-22-020762
10-Q2022-05-16fiscal Q3 202221720001062993-22-012553
10-Q2022-02-25fiscal Q2 202219600001062993-22-005707
10-Q2022-01-18fiscal Q1 202217360001062993-22-001155
10-K2022-01-14fiscal FY 202122580001062993-22-001065
10-Q2021-06-08fiscal Q3 202118580001062993-21-005441
10-Q/A2021-02-16fiscal Q2 202118540001062993-21-001558
10-Q2020-11-16fiscal Q1 202119400001062993-20-005692
10-K2020-09-28fiscal FY 202021570001062993-20-004661
10-Q2020-05-15fiscal Q3 202020650001062993-20-002451
10-Q2020-02-13fiscal Q2 202020610001062993-20-000778
10-Q2019-11-14fiscal Q1 201920430001062993-19-004403
10-K2019-09-27fiscal FY 201922450001062993-19-003762
10-Q2019-05-13fiscal Q3 201920570001062993-19-002164
10-Q2019-02-13fiscal Q2 201920570001062993-19-000746
10-Q2018-11-14fiscal Q1 201920430001062993-18-004590
10-K2018-09-27fiscal FY 201822450001062993-18-003864
10-Q2018-05-09fiscal Q3 201821610001062993-18-001996
10-Q2018-02-14fiscal Q2 201821610001062993-18-000761
10-Q2017-11-09fiscal Q1 201821440001062993-17-004745
10-K2017-09-28fiscal FY 201721430001062993-17-004290
10-Q2017-04-28fiscal Q3 201719520001062993-17-002107
10-Q2017-02-10fiscal Q2 201719520001062993-17-000717
10-Q2016-11-10fiscal Q1 201721440001062993-16-012156
10-K2016-09-28fiscal FY 201624490001062993-16-011582
10-Q2016-05-13fiscal Q3 201621620001062993-16-009699
10-Q2016-02-09fiscal Q2 201621620001062993-16-007580
10-Q2015-11-04fiscal Q1 201623540001062993-15-005770
10-K2015-09-28fiscal FY 201527580001062993-15-005230
10-Q2015-05-14fiscal Q3 201524680001062993-15-002722
10-Q2015-02-17fiscal Q2 201522620001062993-15-000832
10-Q2014-11-14fiscal Q1 201524540001062993-14-006619
10-K2014-09-30fiscal FY 201426550001062993-14-005721
10-Q2014-05-12fiscal Q3 201423620001062993-14-002766
10-Q2014-02-14fiscal Q2 201421560001062993-14-000799
10-Q2013-11-14fiscal Q1 201423480001062993-13-005737
10-K2013-11-01fiscal FY 201325510001062993-13-005327
10-Q2013-05-15fiscal Q3 201323640001062993-13-002500
10-Q2013-02-14fiscal Q2 201323600001062993-13-000722
10-Q2012-11-19fiscal Q1 201321420001062993-12-004975
10-K2012-10-11fiscal FY 201224490001062993-12-004052
10-Q2012-05-14fiscal Q3 201219590001062993-12-001724
10-Q2012-02-10fiscal Q2 201216510001062993-12-000485
10-Q2011-11-14fiscal Q1 201216400001062993-11-004455

Inspect the source

Entity
W&E Source Corp. / CIK 0001368275
Captured
SEC response SHA-256
6fb1a5d6819a25dc6b4022311d492f05862127a8e5811c54e561579093f65a78

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