Skip to content

Tilray Brands, Inc.: filings

Every Tilray Brands, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 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-K2026-07-28fiscal FY 2026531380001437749-26-024698
10-Q2026-04-01fiscal Q3 2026471300001437749-26-010907
10-Q2026-01-08fiscal Q2 2026471280001437749-26-000902
10-Q2025-10-09fiscal Q1 202647940001437749-25-030797
10-K2025-07-29fiscal FY 2025521310001437749-25-023703
10-Q2025-04-08fiscal Q3 2025471410001437749-25-011431
10-Q2025-01-10fiscal Q2 2025471280001437749-25-000868
10-Q2024-10-10fiscal Q1 202548960001437749-24-031042
10-Q2024-10-10fiscal Q1 202449980001437749-24-031040
10-K2024-07-30fiscal FY 2024521310001437749-24-023774
10-Q2024-04-09fiscal Q3 2023471300001437749-24-011541
10-Q2024-01-09fiscal Q2 2023471280001437749-24-001001
10-Q2023-10-04fiscal Q1 202449980001437749-23-027672
10-K2023-07-26fiscal FY 2023531330001437749-23-020727
10-Q2023-04-10fiscal Q3 2022501380001437749-23-009857
10-Q2023-01-09fiscal Q2 2022501400001437749-23-000736
10-Q2022-10-07fiscal Q1 2022501010001437749-22-023827
10-K2022-07-28fiscal FY 2022571460001564590-22-026894
10-Q2022-04-06fiscal Q3 2022541510001564590-22-013694
10-Q2022-01-10fiscal Q2 2022541460001564590-22-000782
10-Q2021-10-07fiscal Q1 2022531050001564590-21-050422
10-K2021-07-28fiscal FY 2021571860001564590-21-038648
10-Q2021-05-10fiscal Q1 202146920001564590-21-025721
10-K2021-02-19fiscal FY 2020491380001564590-21-006942
10-Q2020-11-09fiscal Q3 2020461270001564590-20-052589
10-Q2020-08-10fiscal Q2 2020461220001564590-20-038984
10-Q2020-05-11fiscal Q1 202045900001564590-20-024354
10-K2020-03-02fiscal FY 2019461350001564590-20-008211
10-Q2019-11-13fiscal Q3 2019391110001564590-19-043269
10-Q2019-08-13fiscal Q2 2019401090001564590-19-031859
10-Q2019-05-15fiscal Q1 201940780001564590-19-019475
10-K2019-03-25fiscal FY 2018421260001564590-19-009157
10-Q2018-11-14fiscal Q3 2018401050001564590-18-029589
10-Q2018-08-29fiscal Q2 2018411080001193125-18-262017

Inspect the source

Entity
Tilray Brands, Inc. / CIK 0001731348
Captured
2026-09-21T17:27:56.668Z
SEC response SHA-256
979fcf690c297419fe08feee00d06266e9d9ff0e85596bf5d6225198db6eeb8a

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