Skip to content

IQVIA HOLDINGS INC.: filings

Every IQVIA HOLDINGS INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 53 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-05-05fiscal Q1 202638800001628280-26-030675
10-K2026-02-17fiscal FY 2025481230001628280-26-008322
10-Q2025-10-28fiscal Q3 2025381160001628280-25-046794
10-Q2025-07-22fiscal Q2 2025371080001478242-25-000106
10-Q2025-05-06fiscal Q1 202537780001478242-25-000087
10-K2025-02-13fiscal FY 2024471210001478242-25-000045
10-Q2024-10-31fiscal Q3 2024381160001478242-24-000117
10-Q2024-07-22fiscal Q2 2024381120001478242-24-000097
10-Q2024-05-02fiscal Q1 202438820001478242-24-000068
10-K2024-02-15fiscal FY 2023481240001478242-24-000038
10-Q2023-11-01fiscal Q3 2023381160001478242-23-000101
10-Q2023-08-01fiscal Q2 2023381120001478242-23-000086
10-Q2023-04-28fiscal Q1 202338800001478242-23-000061
10-K2023-02-15fiscal FY 2022481240001478242-23-000044
10-Q2022-10-27fiscal Q3 2022391200001478242-22-000101
10-Q2022-07-22fiscal Q2 2022391160001478242-22-000084
10-Q2022-04-28fiscal Q1 202239820001478242-22-000064
10-K2022-02-16fiscal FY 2021491260001478242-22-000041
10-Q2021-10-22fiscal Q3 2021391200001478242-21-000062
10-Q2021-07-28fiscal Q2 2021391160001478242-21-000050
10-Q2021-04-23fiscal Q1 202139820001478242-21-000043
10-K2021-02-12fiscal FY 2020491730001478242-21-000020
10-Q2020-10-22fiscal Q3 2020411230001478242-20-000075
10-Q2020-07-23fiscal Q2 2020411190001478242-20-000047
10-Q2020-04-30fiscal Q1 202039790001478242-20-000029
10-K2020-02-18fiscal FY 2019491720001564590-20-004901
10-Q2019-11-01fiscal Q3 2019371070001564590-19-039268
10-Q2019-07-24fiscal Q2 2019371060001564590-19-025864
10-Q2019-05-02fiscal Q1 201937750001564590-19-015363
10-K2019-02-19fiscal FY 2018461700001564590-19-003180
10-Q2018-10-25fiscal Q3 201833950001564590-18-025117
10-Q2018-07-27fiscal Q2 201834970001564590-18-017673
10-Q2018-05-04fiscal Q1 201831630001564590-18-010835
10-K2018-02-16fiscal FY 2017431520001564590-18-002340
10-Q2017-10-27fiscal Q3 201731920001564590-17-020289
10-Q2017-08-04fiscal Q2 201731940001564590-17-015653
10-Q2017-05-08fiscal Q1 201732650001564590-17-009467
10-K2017-02-16fiscal FY 2016431510001193125-17-046709
10-Q2016-11-03fiscal Q3 201631940001564590-16-027145
10-Q2016-07-27fiscal Q2 201631940000950123-16-018554
10-Q2016-05-03fiscal Q1 201630620001564590-16-017395
10-K2016-02-11fiscal FY 2015441580001564590-16-012629
10-Q2015-10-28fiscal Q3 201532970001564590-15-008715
10-Q2015-07-29fiscal Q2 201532960001564590-15-005743
10-Q2015-04-29fiscal Q1 201530620001564590-15-002971
10-K2015-02-12fiscal FY 2014441610001193125-15-045845
10-Q2014-10-30fiscal Q3 201432950001193125-14-388528
10-Q2014-07-31fiscal Q2 201432940001193125-14-288531
10-Q2014-05-01fiscal Q1 201430640001193125-14-174986
10-K2014-02-13fiscal FY 2013441610001193125-14-050071
10-Q2013-10-31fiscal Q3 201332970001193125-13-420277
10-Q2013-08-01fiscal Q2 201332950001193125-13-314151
10-Q2013-05-14fiscal Q1 201333660001193125-13-217319

Inspect the source

Entity
IQVIA HOLDINGS INC. / CIK 0001478242
Captured
2026-09-20T09:08:37.864Z
SEC response SHA-256
70859cc9dcf4dfc30768c753d394b5f5bd69800d5e7753308315302240f9d56e

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