Skip to content

WEED, INC.: filings

Every WEED, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 37 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-14fiscal Q2 2026421180001096906-26-001229
10-Q2026-05-15fiscal Q1 202641840001096906-26-000814
10-K2026-04-08fiscal FY 202540800001096906-26-000507
10-Q/A2025-12-29fiscal Q3 2025391090001096906-25-002162
10-Q2025-08-14fiscal Q2 202536990001096906-25-001331
10-Q2025-05-15fiscal Q1 202539850001096906-25-000820
10-K2025-03-31fiscal FY 202442820001096906-25-000350
10-Q2024-11-14fiscal Q3 202436980001096906-24-002146
10-Q2024-08-14fiscal Q2 202436990001096906-24-001722
10-Q2024-05-15fiscal Q1 202438780001096906-24-001128
10-K2024-04-01fiscal FY 202339790001096906-24-000701
10-Q2023-11-14fiscal Q3 202336920001199835-23-000570
10-Q2023-08-14fiscal Q2 202334860001199835-23-000442
10-Q2023-05-17fiscal Q1 202334650001199835-23-000267
10-K2023-03-31fiscal FY 202235660001199835-23-000186
10-Q2022-11-21fiscal Q3 202237910001199835-22-000688
10-Q2022-08-17fiscal Q2 202235870001199835-22-000502
10-Q2022-05-16fiscal Q1 202232630001199835-22-000311
10-K2022-03-31fiscal FY 202132640001199835-22-000183
10-Q2021-11-15fiscal Q3 202131860001199835-21-000697
10-Q2021-08-16fiscal Q2 202130770001199835-21-000511
10-Q2021-05-24fiscal Q1 202133690001199835-21-000328
10-K2021-03-31fiscal FY 202033660001199835-21-000170
10-Q2020-11-16fiscal Q3 202034890001199835-20-000318
10-Q2020-08-14fiscal Q2 202034870001199835-20-000211
10-Q2020-05-15fiscal Q1 202034680001654954-20-005622
10-K2020-03-30fiscal FY 201933670001199835-20-000096
10-Q2019-11-14fiscal Q3 201932840001654954-19-013025
10-Q2019-08-14fiscal Q2 201931800001654954-19-009629
10-Q2019-05-20fiscal Q1 201929580001654954-19-006354
10-K2019-04-16fiscal FY 201831630001654954-19-004420
10-Q2018-11-19fiscal Q3 201826660001654954-18-012973
10-Q2018-08-20fiscal Q2 201826660001654954-18-009420
10-Q2012-05-15fiscal Q1 201227680001199835-12-000331
10-K2012-04-16fiscal FY 201125640001199835-12-000236
10-Q2011-11-15fiscal Q3 201125770001199835-11-000755
10-Q/A2011-09-07fiscal Q2 201124750001199835-11-000568

Inspect the source

Entity
WEED, INC. / CIK 0001393772
Captured
2026-09-20T07:59:45.305Z
SEC response SHA-256
fca2422b85eacd638f1e0ffa65d888be9f309245bf17ac2d0cd15d7ecb43b8e6

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