Skip to content

QIAGEN N.V.: filings

Every QIAGEN N.V. annual and quarterly report in the SEC record with the published financial measures it tagged, 16 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
20-F2026-03-20fiscal FY 2025591550001015820-26-000018
20-F2025-03-31fiscal FY 2024591550001015820-25-000027
20-F2024-03-11fiscal FY 2023601580001015820-24-000022
20-F2023-03-13fiscal FY 2022601580001015820-23-000012
20-F2022-03-14fiscal FY 2021601580001015820-22-000017
20-F2021-03-05fiscal FY 2020601580001015820-21-000018
20-F2020-03-02fiscal FY 2019591550001015820-20-000015
20-F2019-03-06fiscal FY 2018541490001015820-19-000009
20-F2018-03-06fiscal FY 2017521410001015820-18-000010
20-F2017-03-06fiscal FY 2016541450001015820-17-000011
20-F2016-02-29fiscal FY 2015541450001015820-16-000054
20-F2015-03-02fiscal FY 2014541450001015820-15-000006
20-F2014-03-03fiscal FY 2013541450001015820-14-000008
20-F2013-03-04fiscal FY 2012551460001015820-13-000005
20-F2012-03-27fiscal FY 2011541430001015820-12-000005
20-F2011-03-21fiscal FY 2010511360001193125-11-071539

Inspect the source

Entity
QIAGEN N.V. / CIK 0001015820
Captured
2026-09-20T05:12:55.884Z
SEC response SHA-256
a3e449a87c45a673965471396d528c9925ef409c0481e5fa674fd3826cdf7591

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