Skip to content

HeartWare International, Inc.: filings

Every HeartWare International, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 21 filings, each linked to its SEC index.

Filing record ends 2016-07-28

The latest filing in this captured record is a 10-Q filed 2016-07-28. No later filing is in the SEC companyfacts record captured on 2026-09-22. HeartWare International, 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-Q2016-07-28fiscal Q2 2016411130001193125-16-662278
10-Q2016-05-05fiscal Q1 201637770001193125-16-580132
10-K2016-02-26fiscal FY 2015421380001193125-16-482324
10-Q2015-11-02fiscal Q3 201536950001193125-15-362498
10-Q2015-08-03fiscal Q2 2015401120001193125-15-274994
10-Q2015-05-01fiscal Q1 201536760001193125-15-166607
10-K2015-03-02fiscal FY 2014421370001193125-15-073312
10-Q2014-10-31fiscal Q3 201437960001193125-14-392113
10-Q2014-08-05fiscal Q2 2014411130001193125-14-295881
10-Q2014-05-08fiscal Q1 201437750001193125-14-190180
10-K2014-03-03fiscal FY 2013411280001193125-14-078781
10-Q2013-11-07fiscal Q3 2013391000001193125-13-433042
10-Q2013-08-08fiscal Q2 2013391000001193125-13-326942
10-Q2013-05-03fiscal Q1 201339800001193125-13-199293
10-K2013-02-27fiscal FY 2012391200001193125-13-080208
10-Q2012-11-09fiscal Q3 201237930001193125-12-461952
10-Q2012-08-08fiscal Q2 201236920001193125-12-343992
10-Q2012-05-10fiscal Q1 201234690001193125-12-225776
10-K2012-02-27fiscal FY 201136930001193125-12-081593
10-Q2011-11-03fiscal Q3 201134830000950123-11-094881
10-Q2011-08-05fiscal Q2 201133810000950123-11-073724

Inspect the source

Entity
HeartWare International, Inc. / CIK 0001389072
Captured
SEC response SHA-256
cafa798bc8de02f469b81850c69f051b6696689011995977a49b27c61db0ef4e

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