Skip to content

IRADIMED CORPORATION: filings

Every IRADIMED CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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-07-31fiscal Q2 2026491420001628280-26-051402
10-Q2026-05-01fiscal Q1 2026491020001628280-26-029325
10-K2026-03-06fiscal FY 2025521050001104659-26-024691
10-Q2025-11-03fiscal Q3 2025501470001104659-25-105538
10-K/A2025-09-03fiscal FY 2024541080001558370-25-011853
10-Q2025-08-01fiscal Q2 2025501430001558370-25-009987
10-Q2025-05-05fiscal Q1 2025511050001558370-25-006308
10-K2025-03-06fiscal FY 2024541080001558370-25-002389
10-Q2024-10-31fiscal Q3 2024511490001558370-24-014056
10-Q2024-08-01fiscal Q2 2024511450001558370-24-010609
10-Q2024-05-02fiscal Q1 2024511040001558370-24-006537
10-K2024-03-01fiscal FY 2023551100001558370-24-002235
10-Q2023-11-03fiscal Q3 2023521510001558370-23-017594
10-Q2023-08-03fiscal Q2 2023511450001558370-23-013212
10-Q2023-05-04fiscal Q1 2023531080001558370-23-007988
10-K2023-03-02fiscal FY 2022541090001104659-23-028003
10-Q2022-11-03fiscal Q3 2022541590001104659-22-114198
10-Q2022-08-05fiscal Q2 2022541560001104659-22-086427
10-Q2022-05-06fiscal Q1 2022541130001104659-22-056736
10-K2022-03-04fiscal FY 2021561490001104659-22-030317
10-Q2021-11-05fiscal Q3 2021541600001104659-21-134722
10-Q2021-08-06fiscal Q2 2021541560001104659-21-101081
10-Q2021-05-07fiscal Q1 2021541120001104659-21-062740
10-K2021-03-05fiscal FY 2020561490001104659-21-032380
10-Q2020-11-06fiscal Q3 2020541600001104659-20-122132
10-Q2020-08-06fiscal Q2 2020541560001104659-20-091108
10-Q2020-05-07fiscal Q1 2020531100001104659-20-057715
10-K2020-03-06fiscal FY 2019571500001104659-20-029891
10-Q2019-11-07fiscal Q3 2019541510001104659-19-060808
10-Q2019-08-07fiscal Q2 2019541510001104659-19-044403
10-Q2019-05-08fiscal Q1 2019531110001104659-19-027657
10-K2019-03-07fiscal FY 2018551470001104659-19-013242
10-Q2018-11-07fiscal Q3 2018521470001104659-18-066485
10-Q2018-08-08fiscal Q2 2018521470001104659-18-050316
10-Q2018-05-08fiscal Q1 201847960001104659-18-031297
10-K2018-03-08fiscal FY 2017511380001104659-18-015709
10-Q2017-11-06fiscal Q3 2017481380001104659-17-066294
10-Q2017-08-04fiscal Q2 2017481380001104659-17-049429
10-Q2017-05-05fiscal Q1 201745930001104659-17-030037
10-K2017-03-10fiscal FY 2016491300001104659-17-015600
10-Q2016-11-04fiscal Q3 2016451310001104659-16-154768
10-Q2016-08-05fiscal Q2 2016451310001104659-16-137290
10-Q2016-05-06fiscal Q1 201645930001104659-16-118492
10-K2016-03-10fiscal FY 201548980001104659-16-104068
10-Q2015-11-10fiscal Q3 2015451300001104659-15-077640
10-Q2015-08-11fiscal Q2 2015441300001104659-15-058713
10-Q2015-05-11fiscal Q1 201544900001104659-15-036799
10-K2015-03-23fiscal FY 201447960001104659-15-021769
10-Q2014-11-13fiscal Q3 2014451260001104659-14-080369
10-Q2014-08-14fiscal Q2 2014441260001104659-14-061045

Inspect the source

Entity
IRADIMED CORPORATION / CIK 0001325618
Captured
2026-09-20T07:52:33.517Z
SEC response SHA-256
1217db54631fdc625eb836a9c89fbf1ed157044af9ce59b6e200421c6d8ca994

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