Skip to content

Can B Corp.: filings

Every Can B Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 36 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 2024441140001493152-24-046837
10-Q2024-08-19fiscal Q2 2024441140001493152-24-033083
10-Q/A2024-07-17fiscal Q1 202445850001493152-24-028053
10-Q2024-05-20fiscal Q1 202442820001493152-24-020757
10-K2024-04-15fiscal FY 202349910001493152-24-014686
10-Q2023-11-20fiscal Q3 2023431110001493152-23-042109
10-Q2023-08-21fiscal Q2 2023461160001493152-23-029699
10-Q2023-05-22fiscal Q1 202343820001493152-23-018575
10-K2023-04-17fiscal FY 202246900001493152-23-012511
10-Q2022-11-21fiscal Q3 2022431060001493152-22-033054
10-Q2022-08-22fiscal Q2 2022441090001493152-22-023686
10-Q2022-05-17fiscal Q1 202242810001493152-22-014204
10-K2022-04-15fiscal FY 202143850001493152-22-010149
10-Q2021-11-05fiscal Q3 2021421030001493152-21-027274
10-Q2021-08-16fiscal Q2 2021411020001493152-21-020270
10-Q2021-05-21fiscal Q1 202142820001493152-21-012555
10-K2021-04-14fiscal FY 202050980001493152-21-008687
10-Q2020-11-16fiscal Q3 2020481230001493152-20-021626
10-Q2020-08-19fiscal Q2 2020491250001493152-20-016282
10-Q2020-05-20fiscal Q1 202046890001493152-20-009526
10-K2020-04-02fiscal FY 201945840001493152-20-005643
10-Q2019-11-19fiscal Q3 2019431030001493152-19-017911
10-Q2019-08-19fiscal Q2 2019421010001493152-19-012958
10-Q2019-06-17fiscal Q1 201941800001493152-19-009299
10-K2019-04-17fiscal FY 201837720001493152-19-005557
10-Q2018-11-14fiscal Q3 201828720001511164-18-000640
10-Q2018-09-20fiscal Q2 201828710001511164-18-000573
10-Q2018-08-17fiscal Q2 201828710001511164-18-000521
10-Q2018-05-17fiscal Q1 201827540001511164-18-000321
10-K2018-04-06fiscal FY 201728530001511164-18-000217
10-Q2017-11-20fiscal Q3 201726700001511164-17-000709
10-Q2017-08-22fiscal Q2 201725660001511164-17-000543
10-Q2017-05-16fiscal Q1 201724490001511164-17-000293
10-K2017-04-10fiscal FY 201625470001511164-17-000176
10-Q2016-11-18fiscal Q3 201625590001511164-16-001159
10-Q2016-08-12fiscal Q2 201627640001511164-16-000974

Inspect the source

Entity
Can B Corp. / CIK 0001509957
Captured
2026-09-20T09:12:55.248Z
SEC response SHA-256
85e8c899e40a214c206f4ef3c910024eb40cfbba8e194e520e48a7e76dd43d43

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