Skip to content

Q BIOMED INC.: filings

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

Filing record ends 2023-06-23

The latest filing in this captured record is a 10-Q/A filed 2023-06-23. No later filing is in the SEC companyfacts record captured on 2026-09-22. Q BIOMED 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-Q/A2023-06-23fiscal Q1 202334710001410578-23-001458
10-K2023-05-26fiscal FY 202239770001410578-23-001376
10-Q2022-11-03fiscal Q3 2022361060001410578-22-002927
10-Q2022-07-28fiscal Q2 2022361060001410578-22-001992
10-Q2022-04-14fiscal Q1 202236750001410578-22-000915
10-K2022-02-28fiscal FY 202136720001410578-22-000230
10-Q2021-10-15fiscal Q3 2021351030001104659-21-126758
10-Q2021-07-15fiscal Q2 202130830001104659-21-092603
10-Q2021-04-14fiscal Q1 202130640001104659-21-050307
10-K2021-03-01fiscal FY 202030560001104659-21-029985
10-Q2020-10-14fiscal Q3 202031860001104659-20-114948
10-Q2020-07-15fiscal Q2 202031850001104659-20-083773
10-Q2020-04-13fiscal Q1 202026560001104659-20-045973
10-K2020-02-28fiscal FY 201926520001104659-20-027119
10-Q2019-10-15fiscal Q3 201925640001104659-19-054220
10-Q2019-07-19fiscal Q2 201922590001144204-19-035232
10-Q2019-04-17fiscal Q1 201920430001524829-19-000007
10-K2019-03-07fiscal FY 201822420001144204-19-012723
10-Q2018-10-19fiscal Q3 201819450001654954-18-011384
10-Q2018-07-18fiscal Q2 201818440001654954-18-007795
10-Q2018-04-16fiscal Q1 201718350001654954-18-003974
10-K2018-02-28fiscal FY 201721410001654954-18-001966
10-Q2017-10-18fiscal Q3 201720490001424884-17-000083
10-Q2017-07-20fiscal Q2 201720410001424884-17-000059
10-Q2017-04-21fiscal Q1 201718360001424884-17-000030
10-K2017-02-28fiscal FY 201621410001424884-17-000008
10-Q2016-10-17fiscal Q3 201619450001424884-16-000254
10-Q2016-07-07fiscal Q2 201619440001424884-16-000241
10-Q2016-04-25fiscal Q1 201617330001424884-16-000236
10-Q2016-04-22fiscal Q1 201617330001424884-16-000234
10-K2016-03-15fiscal FY 201518350001424884-16-000219
10-Q2015-10-20fiscal Q3 201520510001424884-15-000154
10-Q2015-07-15fiscal Q2 201518490001393905-15-000357
10-Q2015-04-14fiscal Q1 201518380001393905-15-000191
10-K2015-02-27fiscal FY 201420390001393905-15-000084
10-Q2014-10-15fiscal Q3 201420420001393905-14-000560
10-Q2014-07-15fiscal Q2 201420400001393905-14-000406
10-Q2014-04-11fiscal Q1 201420350001393905-14-000182

Inspect the source

Entity
Q BIOMED INC. / CIK 0001596062
Captured
SEC response SHA-256
f89c4e51720d8de34ddffc303f833ea01697bd4742662935a9f3cf09e3e7efbc

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