Skip to content

SOPHIRIS BIO INC.: filings

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

Filing record ends 2019-11-08

The latest filing in this captured record is a 10-Q filed 2019-11-08. No later filing is in the SEC companyfacts record captured on 2026-09-22. SOPHIRIS BIO 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-Q2019-11-08fiscal Q3 201933840001437749-19-022154
10-Q2019-08-09fiscal Q2 201932830001437749-19-016175
10-Q2019-05-09fiscal Q1 201933650001437749-19-009310
10-K2019-03-13fiscal FY 201836900001437749-19-004801
10-Q2018-11-13fiscal Q3 201831770001437749-18-020579
10-Q2018-08-14fiscal Q2 201836950001437749-18-015589
10-Q2018-05-14fiscal Q1 201830580001437749-18-009769
10-K2018-03-21fiscal FY 201735880001437749-18-005174
10-Q2017-11-09fiscal Q3 201731760001437749-17-018895
10-Q2017-08-10fiscal Q2 201734910001437749-17-014416
10-Q2017-05-15fiscal Q1 201727550001437749-17-009262
10-K2017-03-27fiscal FY 201633850001437749-17-005320
10-Q2016-11-09fiscal Q3 201628720001437749-16-041571
10-Q2016-08-09fiscal Q2 201629720001437749-16-036901
10-Q2016-05-16fiscal Q1 201628560001437749-16-032033
10-K2016-03-29fiscal FY 201536880001437749-16-028559
10-Q2015-11-16fiscal Q3 201529740001437749-15-020959
10-Q2015-08-13fiscal Q2 201529730001437749-15-015746
10-Q2015-05-13fiscal Q1 201528560001437749-15-009960
10-K2015-03-10fiscal FY 201438910001437749-15-004644
10-Q2014-11-12fiscal Q3 201431800001437749-14-020513
10-Q2014-08-07fiscal Q2 201431820001437749-14-014608
10-Q2014-05-13fiscal Q1 201429720001193125-14-197128
10-K2014-03-14fiscal FY 2013381370001193125-14-100071
10-Q2013-11-14fiscal Q3 2013351090001193125-13-442130

Inspect the source

Entity
SOPHIRIS BIO INC. / CIK 0001563855
Captured
SEC response SHA-256
1f79b486d06be10c38c53dfcfa0ac8d543296c86f24453a6ce5a3a4dbc36c378

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