Skip to content

BIONIK LABORATORIES CORP.: filings

Every BIONIK LABORATORIES CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 filings, each linked to its SEC index.

Filing record ends 2023-06-21

The latest filing in this captured record is a 10-K filed 2023-06-21. No later filing is in the SEC companyfacts record captured on 2026-09-22. BIONIK LABORATORIES CORP. 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-K2023-06-21fiscal FY 2023531070001410578-23-001453
10-Q2023-02-08fiscal Q3 2023491300001410578-23-000074
10-Q2022-11-09fiscal Q2 2023501330001410578-22-003037
10-Q2022-08-10fiscal Q1 202244900001410578-22-002199
10-K2022-06-09fiscal FY 2022501030001410578-22-001865
10-Q2022-02-09fiscal Q3 2022471290001410578-22-000089
10-Q2021-11-10fiscal Q2 2022461280001104659-21-136632
10-Q2021-08-12fiscal Q1 202242860001104659-21-103760
10-K2021-06-24fiscal FY 202145940001104659-21-084897
10-Q2021-02-11fiscal Q3 2020431160001104659-21-020281
10-Q2020-11-12fiscal Q2 202037980001104659-20-123962
10-Q2020-08-12fiscal Q1 202037810001104659-20-093964
10-K2020-06-29fiscal FY 202040810001104659-20-078067
10-Q2020-02-14fiscal Q3 201937980001104659-20-020750
10-Q2019-11-14fiscal Q2 201937980001104659-19-064039
10-Q2019-08-12fiscal Q1 201937790001144204-19-039174
10-K2019-07-01fiscal FY 201937770001144204-19-033406
10-Q2019-02-11fiscal Q3 2019371020001144204-19-005955
10-Q2018-11-13fiscal Q2 2019381060001144204-18-058884
10-Q2018-08-14fiscal Q1 201939850001144204-18-044227
10-K2018-06-27fiscal FY 201841820001144204-18-035938
10-Q2018-02-13fiscal Q3 2018411140001144204-18-007927
10-Q2017-11-13fiscal Q2 2018411130001144204-17-058368
10-Q2017-08-14fiscal Q1 201833720001144204-17-042969
10-K2017-06-29fiscal FY 201741840001144204-17-034987
10-Q2017-02-14fiscal Q3 2017361000001144204-17-008789
10-Q2016-11-14fiscal Q2 2017361000001144204-16-134420
10-Q2016-08-15fiscal Q1 201733700001144204-16-119601
10-K2016-03-18fiscal FY 201528580001144204-16-088928
10-Q2016-03-17fiscal Q3 201530910001144204-16-088739
10-Q2016-03-17fiscal Q2 201526750001144204-16-088738
10-Q2016-03-17fiscal Q1 201526570001144204-16-088737
10-Q2015-11-12fiscal Q3 201525710001144204-15-064579
10-Q2015-08-14fiscal Q2 201525710001144204-15-049990
10-Q2015-05-20fiscal Q1 201525550001144204-15-032668
10-K2015-04-15fiscal FY 201416310001014897-15-000132
10-Q2014-11-14fiscal Q3 201414480001014897-14-000456
10-Q2014-08-14fiscal Q2 201413440001014897-14-000339
10-Q2014-05-15fiscal Q1 201413340001014897-14-000218
10-K2014-04-15fiscal FY 201315390001014897-14-000153
10-Q2013-11-14fiscal Q3 201312410001014897-13-000412
10-Q2013-08-14fiscal Q2 201312410001014897-13-000301
10-Q2013-05-15fiscal Q1 201311290001014897-13-000162
10-K2013-03-06fiscal FY 201215370001014897-13-000068
10-Q2012-11-19fiscal Q3 201217550001014897-12-000396
10-Q2012-08-07fiscal FY 201212260001471242-12-001044
10-Q2012-05-15fiscal Q1 201215330001014897-12-000125
10-K2012-04-11fiscal FY 201121450001014897-12-000081
10-Q2011-11-21fiscal Q3 201115450001014897-11-000256

Inspect the source

Entity
BIONIK LABORATORIES CORP. / CIK 0001508381
Captured
SEC response SHA-256
5bb7fb15cbaa342375014f08f1afdc44fc44d4a568725cfe6cc78e258108a4c6

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