Skip to content

OMNIA WELLNESS INC: filings

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

Filing record ends 2022-11-28

The latest filing in this captured record is a 10-Q filed 2022-11-28. No later filing is in the SEC companyfacts record captured on 2026-09-22. OMNIA WELLNESS 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-11-28fiscal Q2 202339990001493152-22-033843
10-Q2022-11-04fiscal Q1 202339770001493152-22-030734
10-K2022-10-17fiscal FY 202239730001493152-22-028595
10-Q/A2022-03-28fiscal Q2 202230840001493152-22-007859
10-Q/A2022-03-28fiscal Q1 202233680001493152-22-007857
10-K/A2022-03-28fiscal FY 202128440001493152-22-007855
10-Q2022-02-22fiscal Q3 202232760001493152-22-005135
10-Q/A2021-12-10fiscal Q1 202231640001493152-21-031109
10-Q2021-12-03fiscal Q2 202230860001493152-21-030366
10-Q2021-08-23fiscal Q1 202230620001493152-21-021036
10-K2021-07-30fiscal FY 202125420001493152-21-018171
10-Q2021-02-16fiscal Q3 202112390001493152-21-003910
10-Q2020-11-16fiscal Q2 202111260001493152-20-021663
10-Q2020-08-19fiscal Q1 202013240001493152-20-016273
10-K2020-07-14fiscal FY 202017310001493152-20-013249
10-Q2020-02-19fiscal Q3 202017370001493152-20-002728
10-Q2019-11-19fiscal Q2 202017370001493152-19-017996
10-Q2019-08-19fiscal Q1 202016290001493152-19-013091
10-K2019-05-14fiscal FY 201922440001676852-19-000006
10-Q2019-03-14fiscal Q3 201924630001676852-19-000003
10-Q2018-11-29fiscal Q2 201920480001676852-18-000008
10-Q2018-07-17fiscal Q1 201917350001676852-18-000006
10-K2018-06-25fiscal FY 201820370001676852-18-000004
10-Q2018-03-15fiscal Q3 201820500001676852-18-000002
10-Q2017-12-13fiscal Q2 201819470001676852-17-000016
10-Q2017-08-03fiscal Q1 201819360001676852-17-000013
10-K2017-07-06fiscal FY 201722410001676852-17-000011

Inspect the source

Entity
OMNIA WELLNESS INC / CIK 0001676852
Captured
SEC response SHA-256
b724ddcd9e3fa1e72aedf942c689837c5aeff4410a75b9ccfa1927490217c36e

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