Skip to content

iRhythm Holdings, Inc.: filings

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

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-Q2026-08-06fiscal Q2 2026531500001388658-26-000072
10-Q2026-04-30fiscal Q1 2026541120001388658-26-000039
10-K2026-02-19fiscal FY 2025581540001388658-26-000011
10-Q2025-10-30fiscal Q3 2025551580001388658-25-000217
10-Q2025-07-31fiscal Q2 2025551540001388658-25-000196
10-Q2025-05-01fiscal Q1 2025551140001388658-25-000106
10-K2025-02-20fiscal FY 2024581540001388658-25-000028
10-Q2024-10-30fiscal Q3 2024541560001388658-24-000167
10-Q2024-08-01fiscal Q2 2024541520001388658-24-000143
10-Q2024-05-02fiscal Q1 2024541130001388658-24-000098
10-K2024-02-22fiscal FY 2023561460001388658-24-000014
10-Q2023-11-02fiscal Q3 2023521490001388658-23-000148
10-Q2023-08-04fiscal Q2 2023521450001388658-23-000105
10-Q2023-05-04fiscal Q1 2023531090001388658-23-000051
10-K2023-02-23fiscal FY 2022561460001388658-23-000007
10-Q2022-11-04fiscal Q3 2022521420001388658-22-000159
10-Q2022-08-05fiscal Q2 2022521420001388658-22-000132
10-Q2022-05-06fiscal Q1 2022521060001388658-22-000065
10-K2022-02-28fiscal FY 2021561430001388658-22-000020
10-Q2021-11-05fiscal Q3 2021511420001388658-21-000153
10-Q2021-08-09fiscal Q2 2021501380001388658-21-000129
10-Q2021-05-10fiscal Q1 202146960001388658-21-000070
10-K2021-02-26fiscal FY 2020511620001388658-21-000039
10-Q2020-11-06fiscal Q3 2020451200001388658-20-000266
10-Q2020-08-07fiscal Q2 2020461370001388658-20-000175
10-Q2020-05-08fiscal Q1 2020441030001388658-20-000082
10-K2020-03-02fiscal FY 2019491460001388658-20-000034
10-Q2019-12-23fiscal Q3 2019462790001388658-19-000020
10-Q2019-08-06fiscal Q2 2019461140001564590-19-028872
10-Q2019-05-10fiscal Q1 201946900001564590-19-018524
10-K2019-03-04fiscal FY 2018451360001564590-19-005924
10-Q2018-10-30fiscal Q3 2018431080001564590-18-025650
10-Q2018-08-03fiscal Q2 2018431080001564590-18-019164
10-Q2018-05-10fiscal Q1 201837760001564590-18-012636
10-K2018-03-01fiscal FY 2017371090001564590-18-004080
10-Q2017-11-14fiscal Q3 201735940001564590-17-023798
10-Q2017-08-07fiscal Q2 201735920001564590-17-015766
10-Q2017-05-12fiscal Q1 201735720001564590-17-010783
10-K2017-03-31fiscal FY 2016371090001564590-17-005767
10-Q2016-12-05fiscal Q3 201634880001564590-16-029827

Inspect the source

Entity
iRhythm Holdings, Inc. / CIK 0001388658
Captured
2026-09-20T07:59:09.531Z
SEC response SHA-256
9fcf8dff597ddbc9b6799ee4a8b1691d44250fb745115d02093b36b9660e8563

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