Skip to content

BETTER FOR YOU WELLNESS, INC.: filings

Every BETTER FOR YOU WELLNESS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 17 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-Q2024-10-18fiscal Q2 2025371030001575872-24-001090
10-Q2024-09-16fiscal Q1 202534710001575872-24-001005
10-K2024-09-10fiscal FY 202441820001575872-24-000990
10-Q/A2024-01-29fiscal Q3 2023371010001575872-24-000098
10-Q2024-01-22fiscal Q3 2023371010001575872-24-000074
10-Q2023-10-16fiscal Q2 202337990001575872-23-001601
10-Q2023-07-17fiscal Q1 202336750001575872-23-001169
10-K2023-06-09fiscal FY 2023423160001575872-23-000924
10-Q/A2023-03-17fiscal Q2 202332770001213900-23-020746
10-Q/A2023-03-17fiscal Q1 202336620001213900-23-020741
10-Q2023-03-03fiscal Q3 202330760001213900-23-017302
10-Q2022-10-21fiscal Q2 202333750001213900-22-065323
10-Q2022-08-09fiscal Q1 202226540001213900-22-045945
10-K2022-06-15fiscal FY 202222360001213900-22-033049
10-Q2022-01-06fiscal Q3 202214280001213900-22-000893
10-Q2021-10-20fiscal Q2 202213230001599916-21-000249
10-Q2021-07-08fiscal Q1 20229150001599916-21-000125

Inspect the source

Entity
BETTER FOR YOU WELLNESS, INC. / CIK 0001852707
Captured
2026-09-21T17:38:32.383Z
SEC response SHA-256
56702963becec9c8f6ca40d87bfdafc0c35440641812b2882d0a23d246b54b26

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