Skip to content

ONE WORLD PRODUCTS, INC.: filings

Every ONE WORLD PRODUCTS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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-Q2026-01-02fiscal Q3 2025381050001493152-26-000184
10-Q2025-09-19fiscal Q2 202534980001493152-25-014319
10-Q2025-06-30fiscal Q1 202533680001641172-25-017097
10-K2025-06-03fiscal FY 202439740001641172-25-013341
10-Q2024-11-14fiscal Q3 2024391060001493152-24-046063
10-Q2024-08-21fiscal Q2 2024381030001493152-24-033467
10-Q2024-06-12fiscal Q1 202439720001493152-24-023530
10-K2024-05-23fiscal FY 202346840001493152-24-021067
10-Q2023-11-15fiscal Q3 2023471260001493152-23-041526
10-Q2023-08-28fiscal Q2 2023461230001493152-23-030284
10-Q2023-07-05fiscal Q1 202344910001493152-23-023480
10-K2023-05-15fiscal FY 202246930001493152-23-017550
10-Q2022-11-14fiscal Q3 2022461240001493152-22-032039
10-Q2022-08-22fiscal Q2 2022471280001493152-22-023713
10-Q2022-05-16fiscal Q1 202246910001493152-22-013787
10-K2022-04-15fiscal FY 202141810001493152-22-009974
10-Q2021-11-15fiscal Q3 2021411040001493152-21-028557
10-Q2021-08-16fiscal Q2 2021421050001493152-21-020205
10-Q2021-05-17fiscal Q1 202142800001493152-21-011915
10-K2021-04-15fiscal FY 202043810001493152-21-008948
10-Q2020-11-23fiscal Q3 202039920001493152-20-022295
10-Q2020-08-14fiscal Q2 202039920001493152-20-015957
10-Q2020-06-26fiscal Q1 202037730001493152-20-011916
10-K2020-05-29fiscal FY 201938720001493152-20-010154
10-Q2019-11-14fiscal Q3 201935850001493152-19-017493
10-Q2019-08-13fiscal Q2 201935800001493152-19-012175
10-Q2019-05-29fiscal Q1 201932490001493152-19-008366
10-K2019-04-01fiscal FY 201817320001213900-19-005441
10-Q2018-11-14fiscal Q3 201813380001213900-18-015730
10-Q2018-08-14fiscal Q2 201812360001213900-18-010957
10-Q2018-05-21fiscal Q1 201812260001213900-18-006596
10-K2018-04-04fiscal FY 201714270001213900-18-004042
10-Q2017-11-14fiscal Q3 201713370001213900-17-012097
10-Q2017-08-21fiscal Q2 201713370001213900-17-009005
10-Q2017-05-22fiscal Q1 201713260001213900-17-005719
10-K2017-04-26fiscal FY 201613260001213900-17-004264
10-Q2016-11-14fiscal Q3 201614350001213900-16-018500
10-Q2016-08-15fiscal Q2 201613350001213900-16-016045
10-Q2016-05-17fiscal Q1 201613260001213900-16-013541
10-K2016-04-14fiscal FY 201514310001213900-16-012573
10-K2015-10-22fiscal FY 201516380001622244-15-000016
10-Q2015-08-17fiscal Q3 201516390001622244-15-000014

Inspect the source

Entity
ONE WORLD PRODUCTS, INC. / CIK 0001622244
Captured
2026-09-21T17:20:51.016Z
SEC response SHA-256
3e79111ad41b2b5bb5285c858b2546c95e3b5c70c78502ef9f68c20841a9ab44

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