Skip to content

Cibus, Inc.: filings

Every Cibus, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 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-08-13fiscal Q2 2026491420001628280-26-056773
10-Q2026-05-14fiscal Q1 2026491030001628280-26-035159
10-K2026-03-17fiscal FY 2025541110001628280-26-018815
10-Q2025-11-13fiscal Q3 2025501420001628280-25-052072
10-Q2025-08-14fiscal Q2 2025501420001705843-25-000012
10-Q2025-05-08fiscal Q1 2025501040001628280-25-023866
10-K2025-03-20fiscal FY 2024541080001628280-25-014139
10-Q2024-11-07fiscal Q3 2024491400001628280-24-046341
10-Q2024-08-08fiscal Q2 2024491400001628280-24-036185
10-Q2024-05-09fiscal Q1 2024491020001628280-24-022280
10-K2024-03-21fiscal FY 2023531070001628280-24-012546
10-Q2023-11-09fiscal Q3 2023511420001628280-23-038279
10-Q2023-08-10fiscal Q2 2023511420001628280-23-028741
10-Q2023-05-01fiscal Q1 202339810001193125-23-130564
10-K/A2023-03-03fiscal FY 2022451190001193125-23-060159
10-K2023-03-02fiscal FY 2022451190001193125-23-058346
10-Q2022-11-03fiscal Q3 2022421170001193125-22-276921
10-Q2022-08-04fiscal Q2 2022421170001193125-22-212583
10-Q2022-05-05fiscal Q1 202238770001193125-22-142416
10-K2022-03-03fiscal FY 2021421100000950170-22-002808
10-Q2021-11-04fiscal Q3 2021381050000950170-21-003104
10-Q2021-08-05fiscal Q2 2021371010000950170-21-000951
10-Q2021-05-06fiscal Q1 202138810001564590-21-025006
10-K2021-03-04fiscal FY 2020441120001564590-21-010976
10-Q2020-11-05fiscal Q3 2020381030001564590-20-051451
10-Q2020-08-05fiscal Q2 2020381030001564590-20-036953
10-Q2020-05-07fiscal Q1 202038810001564590-20-022267
10-K2020-03-05fiscal FY 2019431380001564590-20-008777
10-Q2019-11-07fiscal Q3 201937910001564590-19-041170
10-Q2019-08-07fiscal Q2 201937910001564590-19-029974
10-Q2019-05-08fiscal Q1 201935710001193125-19-140080
10-K2019-03-12fiscal FY 2018371090001193125-19-071191
10-Q2018-11-13fiscal Q3 201835880001193125-18-325626
10-Q2018-08-01fiscal Q2 201835860001193125-18-235110
10-Q2018-05-07fiscal Q1 201827550001193125-18-154661
10-K2018-03-14fiscal FY 201728700001193125-18-080923
10-Q2017-11-13fiscal Q3 201728700001193125-17-340983
10-Q2017-09-01fiscal Q2 201727690001193125-17-275727

Inspect the source

Entity
Cibus, Inc. / CIK 0001705843
Captured
2026-09-21T17:26:13.438Z
SEC response SHA-256
82e7c5a4acf79480ad81af6c900842e264e0cee06f7435d7d04aa11d559af7e0

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