Skip to content

WELLNESS CENTER USA, INC.: filings

Every WELLNESS CENTER USA, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 43 filings, each linked to its SEC index.

Filing record ends 2022-08-15

The latest filing in this captured record is a 10-Q filed 2022-08-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. WELLNESS CENTER USA, 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-Q2022-08-15fiscal Q3 202223670001493152-22-022819
10-Q2022-05-23fiscal Q2 202224690001493152-22-014819
10-Q2022-03-31fiscal Q1 202223470001493152-22-008378
10-K2022-02-15fiscal FY 202126520001493152-22-004617
10-Q2021-09-30fiscal Q3 202128730001493152-21-024174
10-Q2021-07-01fiscal Q2 202127720001493152-21-015795
10-Q2021-04-07fiscal Q1 202127510001493152-21-008229
10-K2021-02-08fiscal FY 202029540001493152-21-002909
10-Q2020-08-25fiscal Q3 202028710001493152-20-016699
10-Q2020-06-26fiscal Q2 202028720001493152-20-011938
10-Q2020-03-25fiscal Q1 202026500001493152-20-004732
10-K2020-01-28fiscal FY 201930610001493152-20-001273
10-Q2019-09-30fiscal Q3 201929750001493152-19-014778
10-Q2019-06-24fiscal Q2 201927700001493152-19-009637
10-Q2019-03-29fiscal Q1 201927520001493152-19-004163
10-K2019-01-15fiscal FY 201833640001493152-19-000631
10-Q2018-08-15fiscal Q3 201831760001493152-18-012100
10-Q2018-05-15fiscal Q2 201831730001493152-18-007140
10-Q2018-03-01fiscal Q1 201830610001078782-18-000246
10-K2018-02-23fiscal FY 201734680001078782-18-000224
10-Q2017-08-14fiscal Q3 201726680001078782-17-001140
10-Q2017-05-12fiscal Q2 201730740001078782-17-000642
10-Q2017-02-10fiscal Q1 201728580001078782-17-000174
10-K2017-01-13fiscal FY 201633670001078782-17-000062
10-Q2016-08-17fiscal Q3 201631760001078782-16-003293
10-Q2016-06-03fiscal Q2 201625620001078782-16-002939
10-Q2016-02-25fiscal Q1 201633680001078782-16-002369
10-K2016-02-02fiscal FY 201537750001078782-16-002254
10-Q2015-08-28fiscal Q3 201536900001078782-15-001410
10-Q2015-06-01fiscal Q2 2015391020001078782-15-000912
10-Q2015-02-27fiscal Q1 201537760001078782-15-000323
10-K2015-01-21fiscal FY 201439790001078782-15-000079
10-Q2014-08-25fiscal Q3 201439940001078782-14-001582
10-Q2014-05-23fiscal Q2 2014381000001078782-14-001010
10-Q2014-02-19fiscal Q1 201438780001078782-14-000248
10-K2014-01-21fiscal FY 201341830001078782-14-000079
10-Q2013-08-19fiscal Q3 2013401020001078782-13-001687
10-Q2013-05-20fiscal Q2 2013381000001078782-13-001046
10-Q2013-02-21fiscal Q1 201337760001078782-13-000366
10-K2013-01-22fiscal FY 201238770001078782-13-000165
10-Q2012-09-11fiscal Q3 2012321050001078782-12-002372
10-Q2012-05-18fiscal Q2 201228870001078782-12-001451
10-Q2012-03-12fiscal Q1 201227730001078782-12-000687

Inspect the source

Entity
WELLNESS CENTER USA, INC. / CIK 0001516887
Captured
SEC response SHA-256
44852281ddcbf390d0627f4c51e5df13fe04dc7966ca37652ef8d5ea4fab8352

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