Skip to content

Right On Brands, Inc.: filings

Every Right On Brands, 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 2024-04-15

The latest filing in this captured record is a 10-Q filed 2024-04-15. No later filing is in the SEC companyfacts record captured on 2026-09-20. Right On Brands, 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-Q2024-04-15fiscal Q3 202438960001477932-24-002113
10-Q2023-11-14fiscal Q2 2024401010001477932-23-008411
10-Q2023-09-06fiscal Q1 202439790001477932-23-006662
10-K2023-08-16fiscal FY 202338750001477932-23-006220
10-Q2023-02-21fiscal Q3 202335980001477932-23-001185
10-Q2022-11-18fiscal Q2 2023351000001477932-22-008713
10-Q2022-08-22fiscal Q1 202336720001477932-22-006351
10-K2022-07-11fiscal FY 202235720001477932-22-004928
10-Q2022-02-09fiscal Q3 202233890001477932-22-000634
10-Q2021-11-15fiscal Q2 202233840001477932-21-008315
10-Q2021-08-13fiscal Q1 202132660001477932-21-005398
10-K2021-08-04fiscal FY 202136710001477932-21-005151
10-Q2021-06-23fiscal Q3 2021361010001477932-21-004198
10-Q2021-06-16fiscal Q2 202136970001477932-21-004066
10-Q2021-06-10fiscal Q1 202137750001477932-21-003954
10-K2021-04-01fiscal FY 202038770001477932-21-001972
10-Q2020-02-14fiscal Q3 202034850001477932-20-000672
10-Q2019-11-18fiscal Q2 202034850001477932-19-006662
10-Q2019-08-16fiscal Q1 202030610001477932-19-004948
10-K2019-07-30fiscal FY 201935700001477932-19-004400
10-Q/A2019-05-17fiscal Q3 201930730001477932-19-002900
10-Q2019-02-19fiscal Q3 201930730001477932-19-000564
10-Q2018-12-04fiscal Q2 201930730001477932-18-005864
10-Q2018-10-29fiscal Q1 201930560001477932-18-005059
10-K2018-08-13fiscal FY 201832620001477932-18-003946
10-Q2018-02-20fiscal Q3 201830710001477932-18-000936
10-Q2017-11-20fiscal Q2 201828670001477932-17-005726
10-Q2017-08-22fiscal Q1 201828510001477932-17-004150
10-K2017-07-14fiscal FY 201728520001477932-17-003301
10-Q2017-02-23fiscal Q3 201723520001477932-17-000912
10-Q2016-11-21fiscal Q2 201721470001477932-16-013724
10-Q2016-08-12fiscal Q1 201718360001477932-16-011817
10-K2016-07-22fiscal FY 201620410001477932-16-011499
10-Q2016-02-22fiscal Q3 201618410001477932-16-008746
10-Q2015-11-20fiscal Q2 201619430001477932-15-007251
10-Q2015-08-21fiscal Q1 201617340001477932-15-005530
10-K2015-07-13fiscal FY 201519390001477932-15-004433
10-Q2015-02-12fiscal Q3 201519500001477932-15-001099
10-Q2014-11-10fiscal Q2 201518480001477932-14-005942
10-Q2014-08-12fiscal Q1 201522400001477932-14-004231
10-K2014-07-07fiscal FY 201422350001477932-14-003520
10-Q2014-01-23fiscal Q3 201316440001477932-14-000356
10-Q2013-11-21fiscal Q2 201315330001477932-13-005813

Inspect the source

Entity
Right On Brands, Inc. / CIK 0001580262
Captured
2026-09-20T09:22:33.081Z
SEC response SHA-256
ecb8078997e4f173ad8cd5de904776f4d29bce3e1dd04c291f56f291efa0c7f3

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