Skip to content

BETTERLIFE PHARMA INC.: filings

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

Filing record ends 2019-06-17

The latest filing in this captured record is a 10-Q filed 2019-06-17. No later filing is in the SEC companyfacts record captured on 2026-09-20. BETTERLIFE PHARMA 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-06-17fiscal Q1 202030580001477932-19-003565
10-K2019-05-03fiscal FY 201927490001477932-19-002311
10-Q2018-12-18fiscal Q3 201931760001477932-18-006051
10-Q2018-09-14fiscal Q2 201924560001477932-18-004502
10-Q2018-06-19fiscal Q1 201823420001477932-18-003125
10-K2018-05-01fiscal FY 201821410001477932-18-002135
10-Q2017-12-15fiscal Q3 201825670001477932-17-006095
10-Q2017-09-15fiscal Q2 201817460001477932-17-004528
10-Q2017-06-13fiscal Q1 201818350001477932-17-002775
10-K2017-04-28fiscal FY 201720400001477932-17-002007
10-Q2016-12-12fiscal Q3 201719480001477932-16-014025
10-Q2016-09-12fiscal Q2 201718460001477932-16-012438
10-Q2016-06-14fiscal Q1 201721410001477932-16-010838
10-K/A2016-06-07fiscal FY 201623300001477932-16-010741
10-K2016-04-29fiscal FY 201625480001477932-16-009996
10-Q2015-12-15fiscal Q3 201622570001477932-15-007631
10-Q2015-09-10fiscal Q2 201622590001477932-15-005814
10-Q2015-06-17fiscal Q1 201620400001477932-15-003908
10-K2015-06-17fiscal FY 201521440001477932-15-003905
10-K2015-05-15fiscal FY 201521440001477932-15-003314
10-Q2014-12-15fiscal Q3 201516440001477932-14-007063
10-Q2014-09-15fiscal Q2 201520520001511164-14-000518
10-Q2014-06-16fiscal Q1 201520420001511164-14-000358
10-K2014-05-16fiscal FY 201324600001511164-14-000285
10-Q2013-12-16fiscal Q3 201321490001511164-13-000559
10-Q2013-09-16fiscal Q2 201321530001511164-13-000454
10-Q2013-06-19fiscal Q1 201320410001511164-13-000302
10-K2013-05-16fiscal FY 201222560001511164-13-000237
10-Q2012-12-14fiscal Q3 201220570001511164-12-000285
10-Q2012-09-14fiscal Q2 201220580001511164-12-000192
10-Q2012-06-14fiscal Q1 201220460001511164-12-000128
10-K/A2012-05-15fiscal FY 201120520001511164-12-000102
10-K2012-05-14fiscal FY 201120520001511164-12-000096
10-Q/A2011-12-21fiscal Q2 201120530001511164-11-000129
10-Q2011-12-15fiscal Q3 201119490001511164-11-000125

Inspect the source

Entity
BETTERLIFE PHARMA INC. / CIK 0001464165
Captured
2026-09-20T09:06:34.124Z
SEC response SHA-256
da89258f023cbc29ad1ecdd31014873fa96a7739fba3e7b66a8b80f8715d36cf

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