Skip to content

GB SCIENCES INC: filings

Every GB SCIENCES INC annual and quarterly report in the SEC record with the published financial measures it tagged, 56 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-Q2025-08-12fiscal Q3 202533970001437749-25-026237
10-Q2024-11-27fiscal Q2 202533980001437749-24-036323
10-Q2024-11-27fiscal Q1 202531640001437749-24-036322
10-K2024-08-30fiscal FY 202436730001437749-24-028160
10-Q2024-02-12fiscal Q3 2024361040001437749-24-003766
10-Q2023-11-20fiscal Q2 2024361040001437749-23-032645
10-Q2023-08-14fiscal Q1 202333680001437749-23-023595
10-K2023-07-14fiscal FY 202338770001437749-23-019964
10-Q2023-02-03fiscal Q3 2022391200001437749-23-002465
10-Q2022-11-09fiscal Q2 2022371060001437749-22-026505
10-Q2022-08-11fiscal Q1 202236740001437749-22-020177
10-K2022-06-30fiscal FY 202241820001437749-22-016285
10-Q2022-02-11fiscal Q3 2022401150001437749-22-003160
10-Q2021-11-15fiscal Q2 202234960001437749-21-026706
10-Q2021-08-13fiscal Q1 202234700001437749-21-019830
10-K2021-07-06fiscal FY 202139720001437749-21-016461
10-Q2021-02-16fiscal Q3 2021361010001437749-21-002961
10-Q2020-11-13fiscal Q2 202132840001437749-20-023849
10-Q2020-09-02fiscal Q1 202141780001437749-20-019228
10-K2020-08-28fiscal FY 202049950001437749-20-018953
10-Q2020-02-18fiscal Q3 2020461260001437749-20-002936
10-Q2019-11-15fiscal Q2 2020411120001445866-19-001380
10-Q2019-08-15fiscal Q1 202039830001445866-19-001026
10-K2019-07-15fiscal FY 201945900001445866-19-000862
10-Q2019-02-19fiscal Q3 2019381020001445866-19-000176
10-Q2018-11-16fiscal Q2 201934900001445866-18-001270
10-Q2018-08-14fiscal Q1 201834700001445866-18-000838
10-K2018-06-29fiscal FY 201837740001445866-18-000685
10-Q2018-02-14fiscal Q3 201833860001445866-18-000170
10-Q2017-11-20fiscal Q2 201832820001445866-17-001661
10-Q2017-08-14fiscal Q1 201830620001445866-17-001199
10-K2017-07-14fiscal FY 201734700001445866-17-001010
10-Q2017-02-14fiscal Q3 201728710001445866-17-000152
10-Q2016-11-14fiscal Q2 201728710001445866-16-002883
10-Q2016-08-15fiscal Q1 201730610001445866-16-002507
10-K2016-07-15fiscal FY 201635690001445866-16-002367
10-Q2016-02-16fiscal Q3 201630730001445866-16-001612
10-Q2015-11-18fiscal Q2 201625550001615774-15-003355
10-Q2015-08-20fiscal Q1 201626500001445866-15-000986
10-K2015-07-15fiscal FY 201432590001615774-15-001789
10-K2015-06-29fiscal FY 201431570001615774-15-001649
10-Q2015-02-17fiscal Q3 201529610000939798-15-000009
10-Q2014-11-14fiscal Q2 201526550000939798-14-000101
10-Q2014-08-14fiscal Q1 201529530000939798-14-000066
10-K2014-06-30fiscal FY 201424520000939798-14-000052
10-Q2014-02-14fiscal Q3 201323550001445866-14-000064
10-Q2013-11-14fiscal Q2 201322510000939798-13-000053
10-Q2013-08-19fiscal Q1 201327610000939798-13-000045
10-K/A2013-07-22fiscal FY 201223600001445866-13-000830
10-Q2013-02-19fiscal Q3 201221520000939798-13-000007
10-Q2012-12-13fiscal Q2 201221520000939798-12-000052
10-Q/A2012-08-24fiscal Q1 201227620000939798-12-000032
10-K/A2012-07-20fiscal FY 201123680001144204-12-040400
10-Q2012-02-14fiscal Q3 201123720001144204-12-008311
10-Q2011-11-14fiscal Q2 201123720001144204-11-063908
10-Q/A2011-09-13fiscal Q1 201123610001144204-11-052773

Inspect the source

Entity
GB SCIENCES INC / CIK 0001165320
Captured
2026-09-21T17:18:52.310Z
SEC response SHA-256
12b1d1f0b357f0e2b89807866d8015ff01521dc77cf9434cd2743e05e167f8a9

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