Skip to content

BioTelemetry, Inc.: filings

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

Filing record ends 2020-10-29

The latest filing in this captured record is a 10-Q filed 2020-10-29. No later filing is in the SEC companyfacts record captured on 2026-09-22. BioTelemetry, 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-Q2020-10-29fiscal Q3 2020541560001574774-20-000106
10-Q2020-07-31fiscal Q2 2020541560001574774-20-000095
10-Q2020-05-06fiscal Q1 2020531100001574774-20-000047
10-K2020-02-28fiscal FY 2019581980001574774-20-000032
10-Q2019-11-05fiscal Q3 2019531480001574774-19-000060
10-Q2019-07-31fiscal Q2 2019551520001574774-19-000054
10-Q2019-04-25fiscal Q1 2019551130001574774-19-000035
10-K2019-02-22fiscal FY 2018561970001574774-19-000018
10-Q2018-10-31fiscal Q3 2018521440001574774-18-000062
10-Q2018-07-27fiscal Q2 2018521440001574774-18-000051
10-Q2018-04-27fiscal Q1 2018531070001574774-18-000026
10-K2018-02-27fiscal FY 2017541870001574774-18-000014
10-Q2017-11-07fiscal Q3 2017531470001104659-17-066685
10-Q2017-08-08fiscal Q2 2017481300001104659-17-050315
10-Q2017-05-04fiscal Q1 201743880001104659-17-029668
10-K2017-02-22fiscal FY 2016491750001047469-17-000837
10-Q2016-11-03fiscal Q3 2016441230001104659-16-154573
10-Q2016-08-03fiscal Q2 2016441230001104659-16-136568
10-Q2016-04-26fiscal Q1 201643880001104659-16-114254
10-K2016-02-22fiscal FY 2015491750001047469-16-010284
10-Q2015-11-09fiscal Q3 2015441220001104659-15-077290
10-Q2015-08-06fiscal Q2 2015441210001104659-15-057268
10-Q2015-05-07fiscal Q1 201540810001104659-15-035677
10-K2015-02-23fiscal FY 2014441460001047469-15-001062
10-Q2014-10-31fiscal Q3 2014391030001104659-14-075382
10-Q2014-08-01fiscal Q2 201439990001104659-14-055807
10-Q2014-05-06fiscal Q1 201439780001104659-14-035290
10-K2014-02-26fiscal FY 2013431420001047469-14-001401
10-Q2013-11-06fiscal Q3 201337970001104659-13-081540
10-Q2013-08-06fiscal Q2 2013381000001104659-13-060289

Inspect the source

Entity
BioTelemetry, Inc. / CIK 0001574774
Captured
SEC response SHA-256
88326a6e0715fe09f80f4639bcaf9bac66d5d3d112dd2d23a6bfa3bfccf0741a

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