Skip to content

ETERNITY HEALTHCARE INC.: filings

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

Filing record ends 2018-09-14

The latest filing in this captured record is a 10-Q filed 2018-09-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. ETERNITY HEALTHCARE 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-Q2018-09-14fiscal Q1 201921400001213900-18-012543
10-K2018-08-06fiscal FY 201823430001213900-18-010267
10-Q2018-03-19fiscal Q3 201822580001213900-18-003157
10-Q2018-01-10fiscal Q2 201821500001213900-18-000324
10-Q2017-09-27fiscal Q1 201819360001213900-17-010023
10-K2017-08-15fiscal FY 201723470001213900-17-008770
10-Q2017-03-14fiscal Q3 201723610001213900-17-002279
10-Q2016-12-13fiscal Q2 201722620001213900-16-019388
10-Q2016-09-13fiscal Q1 201720410001213900-16-016741
10-K2016-07-21fiscal FY 201625500001213900-16-015147
10-Q2016-03-11fiscal Q3 201624640001213900-16-011530
10-Q2015-12-08fiscal Q2 201624630001213900-15-009342
10-Q2015-09-09fiscal Q1 201622450001213900-15-006832
10-K2015-08-04fiscal FY 201527500001213900-15-005680
10-Q2015-03-16fiscal Q3 201525600001213900-15-001793
10-Q2014-12-17fiscal Q2 201525630001213900-14-008970
10-K2014-12-05fiscal FY 201429720001213900-14-008753
10-K2014-11-17fiscal FY 201429720001213900-14-008334
10-Q2014-09-12fiscal Q1 201421430001213900-14-006578
10-K2014-07-28fiscal FY 201429720001213900-14-005169
10-Q2014-03-05fiscal Q3 201427760001213900-14-001258
10-Q2013-12-10fiscal Q2 201429790001213900-13-007137
10-Q2013-09-16fiscal Q1 201427640001213900-13-005114
10-K2013-08-08fiscal FY 201326570001213900-13-004051
10-Q2013-03-13fiscal Q3 201324570001213900-13-001056
10-Q2012-12-13fiscal Q2 201319440001213900-12-006760
10-Q2012-09-14fiscal Q1 201319400001213900-12-005291
10-K2012-07-19fiscal FY 201217470001213900-12-003924
10-Q2012-03-07fiscal Q3 201217530001213900-12-000986
10-Q2011-12-12fiscal Q2 201218580001213900-11-006566
10-Q2011-09-19fiscal Q1 201216470001213900-11-005197

Inspect the source

Entity
ETERNITY HEALTHCARE INC. / CIK 0001437822
Captured
SEC response SHA-256
35d5bef516124e2db5b4e453c5629c1c21f903d8cbf34c16cb85424604a332ea

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