Skip to content

VERADIGM INC.: filings

Every VERADIGM INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 51 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-K2026-05-26fiscal FY 2024604680001193125-26-239413
10-K2025-03-18fiscal FY 2022602640000950170-25-041181
10-Q2022-11-07fiscal Q3 2022531480000950170-22-022665
10-Q2022-08-08fiscal Q2 2022541470000950170-22-015497
10-Q2022-05-09fiscal Q1 2022541110000950170-22-008308
10-K2022-02-25fiscal FY 2021581610000950170-22-002112
10-Q2021-11-05fiscal Q3 2021521490001564590-21-054892
10-Q2021-08-06fiscal Q2 2021521470001564590-21-042177
10-Q2021-04-30fiscal Q1 2021521070001564590-21-022512
10-K2021-02-26fiscal FY 2020592640001564590-21-009410
10-Q2020-10-30fiscal Q3 2020531510001564590-20-049326
10-Q2020-07-31fiscal Q2 2020521450001564590-20-035191
10-Q2020-05-08fiscal Q1 2020511050001564590-20-023277
10-K2020-03-02fiscal FY 2019592640001564590-20-008173
10-Q2019-11-05fiscal Q3 2019531500001564590-19-040083
10-Q2019-08-09fiscal Q2 2019531480001564590-19-031034
10-Q2019-05-03fiscal Q1 2019531080001564590-19-015508
10-K2019-02-22fiscal FY 2018572690001564590-19-003905
10-Q2018-11-02fiscal Q3 2018511390001564590-18-026494
10-Q2018-08-06fiscal Q2 2018511430001564590-18-019295
10-Q2018-05-08fiscal Q1 2018511050001564590-18-011380
10-K2018-02-26fiscal FY 2017562600001564590-18-003105
10-Q2017-11-09fiscal Q3 2017471330001564590-17-023001
10-Q2017-08-04fiscal Q2 2017471330001564590-17-015697
10-Q2017-05-05fiscal Q1 201747960001564590-17-009089
10-K2017-02-27fiscal FY 2016522330001564590-17-002448
10-Q2016-11-04fiscal Q3 2016451270001564590-16-027670
10-Q2016-08-05fiscal Q2 2016451270001564590-16-023008
10-Q2016-05-06fiscal Q1 201645940001564590-16-018311
10-K2016-02-29fiscal FY 2015502290001564590-16-013600
10-Q2015-11-06fiscal Q3 2015441260001564590-15-009917
10-Q2015-08-05fiscal Q2 2015441260001564590-15-006211
10-Q2015-05-08fiscal Q1 201543880001564590-15-003747
10-K2015-03-02fiscal FY 2014502190001564590-15-001152
10-Q2014-11-07fiscal Q3 2014421160001193125-14-403350
10-Q2014-08-08fiscal Q2 2014421160001193125-14-303120
10-Q2014-05-09fiscal Q1 201442860001193125-14-192417
10-K2014-03-03fiscal FY 2013521370001193125-14-080251
10-Q2013-11-12fiscal Q3 2013461240001193125-13-438216
10-Q2013-08-09fiscal Q2 2013451200001193125-13-329137
10-Q2013-05-10fiscal Q1 201345920001193125-13-214572
10-K/A2013-03-12fiscal FY 2012521790001193125-13-101554
10-K2013-03-01fiscal FY 2012521790001193125-13-087986
10-Q2012-11-09fiscal Q3 2012481280001193125-12-463247
10-Q2012-08-09fiscal Q2 2012481280001193125-12-347680
10-Q2012-05-10fiscal Q1 201248980001193125-12-225892
10-K2012-02-29fiscal FY 2011531800001193125-12-089621
10-Q2011-11-09fiscal Q3 2011461220001193125-11-303379
10-Q2011-08-09fiscal Q2 2011461210001193125-11-216590
10-Q2011-05-09fiscal Q1 201139800001193125-11-131914
10-Q/A2010-11-15fiscal Q3 2010401240001193125-10-260108

Inspect the source

Entity
VERADIGM INC. / CIK 0001124804
Captured
2026-09-21T17:18:32.068Z
SEC response SHA-256
332b4d52db1080218be3c950cde237233ab9724f253e997e0502ca4f2b808683

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