Skip to content

GSRX INDUSTRIES INC.: filings

Every GSRX INDUSTRIES INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 39 filings, each linked to its SEC index.

Filing record ends 2021-02-16

The latest filing in this captured record is a 10-Q filed 2021-02-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. GSRX INDUSTRIES INC. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2021-02-16fiscal Q3 202038970001493152-21-003879
10-Q2021-02-16fiscal Q2 202037940001493152-21-003876
10-Q2021-02-16fiscal Q1 202038750001493152-21-003874
10-K2020-06-11fiscal FY 201937740001493152-20-010981
10-Q2019-11-19fiscal Q3 201937990001493152-19-018049
10-Q2019-09-20fiscal Q2 201936950001493152-19-014335
10-Q2019-05-15fiscal Q1 201937740001493152-19-007143
10-K2019-04-16fiscal FY 201838630001493152-19-005494
10-Q2018-10-31fiscal Q3 201837810001493152-18-015047
10-Q/A2018-10-25fiscal Q2 201837800001493152-18-014862
10-Q2018-07-12fiscal Q2 201837800001493152-18-009947
10-Q2018-05-21fiscal Q1 201828400001493152-18-007507
10-K2018-04-17fiscal FY 201724290001493152-18-005350
10-Q2017-11-13fiscal Q3 201721280001493152-17-012871
10-Q2017-08-14fiscal Q2 201721300001493152-17-009277
10-Q2017-05-05fiscal Q1 201714270001493152-17-004795
10-K2017-03-28fiscal FY 201615330001493152-17-002900
10-Q2016-11-14fiscal Q3 201615410001493152-16-014864
10-Q2016-08-10fiscal Q2 201615400001206774-16-006811
10-Q2016-05-13fiscal Q1 201615300001206774-16-005950
10-K2016-03-30fiscal FY 201515330001206774-16-005225
10-Q2015-11-13fiscal Q3 201515400001206774-15-003484
10-Q2015-08-12fiscal Q2 201515400001206774-15-002684
10-Q2015-05-14fiscal Q1 201517340001145443-15-000684
10-K2015-03-27fiscal FY 201414290001145443-15-000449
10-Q2014-11-06fiscal Q3 201417480001145443-14-001297
10-Q2014-08-11fiscal Q2 201417550001145443-14-001029
10-Q2014-05-13fiscal Q1 201415360001145443-14-000748
10-K2014-03-18fiscal FY 201314440001145443-14-000346
10-Q2013-11-14fiscal Q3 201314450001145443-13-002146
10-Q2013-08-12fiscal Q2 201314450001145443-13-001656
10-Q2013-05-09fiscal Q1 201314330001145443-13-001296
10-K2013-03-29fiscal FY 201214410001145443-13-000878
10-Q2012-11-14fiscal Q3 201215490001145443-12-001276
10-Q2012-08-08fiscal Q2 201215490001145443-12-000932
10-Q2012-05-10fiscal Q1 201216390001145443-12-000717
10-K2012-03-30fiscal FY 201112360001145443-12-000289
10-Q2011-11-10fiscal Q3 201116520001145443-11-001124
10-Q2011-08-16fiscal Q2 201124750001145443-11-000796

Inspect the source

Entity
GSRX INDUSTRIES INC. / CIK 0001381240
Captured
SEC response SHA-256
720964e24a123c58babf85882004accb71235e52dedc55289a705b4b8712664c

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