Skip to content

AVENIR WELLNESS SOLUTIONS, INC.: filings

Every AVENIR WELLNESS SOLUTIONS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 43 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-11-19fiscal Q3 2024401140001477932-24-007414
10-Q/A2024-10-09fiscal Q1 202245950001477932-24-006302
10-Q/A2024-10-09fiscal Q3 2021471440001477932-24-006301
10-Q/A2024-10-09fiscal Q2 2021471430001477932-24-006299
10-Q2024-08-14fiscal Q2 2024401100001477932-24-004816
10-Q2024-05-30fiscal Q1 202439820001477932-24-003381
10-K2024-05-17fiscal FY 202345910001477932-24-003092
10-Q2023-11-14fiscal Q3 2023371050001477932-23-008419
10-Q2023-08-14fiscal Q2 2023381020001477932-23-006108
10-Q2023-07-28fiscal Q1 202337770001477932-23-005606
10-K2023-07-28fiscal FY 202246940001477932-23-005602
10-Q2022-11-21fiscal Q3 2022411150001477932-22-008821
10-Q2022-09-02fiscal Q2 2022401120001477932-22-006612
10-Q2022-05-16fiscal Q1 202244950001477932-22-003523
10-K2022-04-01fiscal FY 202146950001477932-22-001921
10-Q2021-11-15fiscal Q3 2021431330001477932-21-008421
10-Q2021-08-16fiscal Q2 2021451330001477932-21-005635
10-Q2021-05-17fiscal Q1 2021471020001477932-21-003246
10-K2021-03-31fiscal FY 202047960001477932-21-001927
10-Q2020-11-13fiscal Q3 2020461400001477932-20-006472
10-Q2020-08-14fiscal Q2 2020481430001477932-20-004981
10-Q2020-05-15fiscal Q1 202048970001477932-20-002849
10-K2020-03-30fiscal FY 201947910001477932-20-001677
10-Q2019-11-14fiscal Q3 2019441260001477932-19-006559
10-Q2019-08-14fiscal Q2 2019411090001477932-19-004849
10-Q2019-05-20fiscal Q1 201939770001477932-19-002959
10-K2019-04-01fiscal FY 201840810001477932-19-001369
10-Q2018-11-14fiscal Q3 201836930001477932-18-005571
10-Q2018-08-20fiscal Q2 201835890001477932-18-004212
10-Q2018-05-15fiscal Q1 201834660001477932-18-002490
10-K2018-03-26fiscal FY 201734700001477932-18-001445
10-Q2017-11-14fiscal Q3 201732830001477932-17-005604
10-Q2017-08-14fiscal Q2 201732830001477932-17-003933
10-Q2017-05-15fiscal Q1 201730600001477932-17-002294
10-K2017-04-17fiscal FY 201634680001477932-17-001770
10-Q2016-11-07fiscal Q2 201721450001477932-16-013269
10-Q2016-08-15fiscal Q1 201720370001477932-16-011901
10-K2016-06-24fiscal FY 201626530001643301-16-000025
10-Q2016-03-11fiscal Q3 201627690001643301-16-000022
10-Q2016-03-03fiscal Q3 201627690001643301-16-000020
10-Q2016-02-04fiscal Q3 201627690001643301-16-000018
10-Q2015-11-05fiscal Q2 201625660001643301-15-000016
10-Q2015-11-03fiscal Q2 201625660001643301-15-000012

Inspect the source

Entity
AVENIR WELLNESS SOLUTIONS, INC. / CIK 0001643301
Captured
2026-09-21T17:23:03.062Z
SEC response SHA-256
2a05c58ce47a7a35accd81c0822c91b9a5d3301e5ed54b100321b2c83f2e7cc8

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