Skip to content

GlobeStar Therapeutics Corp: filings

Every GlobeStar Therapeutics Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 53 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-10-11fiscal Q3 202420570001161697-24-000420
10-Q2024-06-28fiscal Q2 202419510001161697-24-000285
10-Q2024-03-12fiscal Q1 202417350001161697-24-000130
10-K2024-01-19fiscal FY 202321400001161697-24-000049
10-Q2023-08-17fiscal Q3 202319560001161697-23-000456
10-Q2023-05-31fiscal Q2 202319550001161697-23-000332
10-Q2023-02-13fiscal Q1 202317380001161697-23-000103
10-K2023-01-09fiscal FY 202221420001161697-23-000049
10-Q/A2022-08-23fiscal Q3 202220570001161697-22-000411
10-Q2022-06-01fiscal Q2 202220530001161697-22-000282
10-Q2022-02-14fiscal Q1 202216350001161697-22-000096
10-K2022-01-05fiscal FY 202126470001161697-22-000027
10-Q2021-08-23fiscal Q3 202127690001161697-21-000400
10-Q2021-05-21fiscal Q2 202127650001161697-21-000280
10-Q2021-01-28fiscal Q1 202124470001161697-21-000077
10-K2020-12-03fiscal FY 202027540001161697-20-000517
10-Q2020-07-14fiscal Q3 202024670001161697-20-000310
10-Q2020-05-05fiscal Q2 202024610001161697-20-000187
10-Q2020-02-14fiscal Q1 202024490001161697-20-000085
10-K2019-12-31fiscal FY 201930590001185185-19-001771
10-Q2019-08-02fiscal Q3 201928760001185185-19-001060
10-Q2019-05-15fiscal Q2 201927720001185185-19-000751
10-Q2019-02-19fiscal Q1 201927580001185185-19-000259
10-K2019-01-03fiscal FY 201829590001185185-19-000011
10-Q2018-08-01fiscal Q3 201827700001185185-18-001321
10-Q2018-05-21fiscal Q2 201820540001185185-18-000965
10-Q2018-02-15fiscal Q1 201819380001161697-18-000087
10-K2018-01-16fiscal FY 201723410001161697-18-000046
10-Q2017-08-23fiscal Q3 201719410001161697-17-000381
10-Q2017-05-19fiscal Q2 201718320001161697-17-000249
10-Q2017-04-10fiscal Q1 201718270001161697-17-000189
10-K2017-03-29fiscal FY 201618190001161697-17-000170
10-Q2016-09-16fiscal Q3 201620210001161697-16-001079
10-Q2016-06-16fiscal Q2 201619510001161697-16-000897
10-Q2016-02-22fiscal Q1 201619390001161697-16-000693
10-K2016-01-22fiscal FY 201520410001161697-16-000635
10-Q2015-09-24fiscal Q3 201525680001161697-15-000406
10-Q2015-09-17fiscal Q2 201525710001161697-15-000400
10-Q2015-02-17fiscal Q1 201524530001161697-15-000086
10-K2015-01-27fiscal FY 201423470001161697-15-000043
10-Q2014-09-04fiscal Q3 201424620001161697-14-000445
10-Q2014-05-20fiscal Q2 201421580001161697-14-000205
10-Q/A2014-02-21fiscal Q1 201421440001161697-14-000082
10-K/A2014-01-23fiscal FY 201322410001161697-14-000042
10-Q2013-08-14fiscal Q3 201318430001161697-13-000567
10-Q/A2013-05-16fiscal Q2 201318440001161697-13-000334
10-Q/A2013-03-07fiscal Q1 201318340001161697-13-000176
10-K/A2013-03-07fiscal FY 201217430001161697-13-000174
10-Q/A2012-09-20fiscal Q3 201215460001161697-12-000730
10-Q2012-05-21fiscal Q2 201215450001161697-12-000393
10-Q2012-02-14fiscal Q1 201214370001161697-12-000089
10-K2011-12-29fiscal FY 201114350001161697-11-001128
10-Q2011-08-11fiscal Q3 201114320001161697-11-000714

Inspect the source

Entity
GlobeStar Therapeutics Corp / CIK 0001502152
Captured
2026-09-21T17:19:31.788Z
SEC response SHA-256
6be36a03e8f75354b6b3cf653d7b4e1bb0d8a85378e8b575eedf967d0fac66f7

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