Skip to content

QUIDEL CORP: filings

Every QUIDEL CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 44 filings, each linked to its SEC index.

Filing record ends 2022-05-05

The latest filing in this captured record is a 10-Q filed 2022-05-05. No later filing is in the SEC companyfacts record captured on 2026-09-22. QUIDEL CORP may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2022-05-05fiscal Q1 202245940000353569-22-000043
10-K2022-02-18fiscal FY 2021551420000353569-22-000026
10-Q2021-11-05fiscal Q3 2021461300000353569-21-000091
10-Q2021-08-06fiscal Q2 2021441180000353569-21-000079
10-Q2021-05-07fiscal Q1 202143900000353569-21-000054
10-K2021-02-19fiscal FY 2020551790000353569-21-000028
10-Q2020-10-30fiscal Q3 2020441240000353569-20-000072
10-Q2020-07-31fiscal Q2 2020441200000353569-20-000052
10-Q2020-05-07fiscal Q1 202043900000353569-20-000032
10-K2020-02-13fiscal FY 2019541800000353569-20-000018
10-Q2019-10-31fiscal Q3 2019451270000353569-19-000060
10-Q2019-08-09fiscal Q2 2019451220000353569-19-000051
10-Q2019-05-09fiscal Q1 201944940000353569-19-000028
10-K2019-02-15fiscal FY 2018511700000353569-19-000013
10-Q2018-11-07fiscal Q3 2018431090000353569-18-000060
10-Q2018-08-08fiscal Q2 2018401030000353569-18-000051
10-Q2018-05-09fiscal Q1 201838790000353569-18-000035
10-K2018-02-27fiscal FY 2017471530000353569-18-000021
10-Q2017-11-02fiscal Q3 201736880000353569-17-000056
10-Q2017-07-27fiscal Q2 201738960000353569-17-000045
10-Q2017-04-27fiscal Q1 201738770000353569-17-000028
10-K2017-02-16fiscal FY 2016461390000353569-17-000012
10-Q2016-10-28fiscal Q3 201634820000353569-16-000112
10-Q2016-07-28fiscal Q2 201634820000353569-16-000105
10-Q2016-04-29fiscal Q1 201636740000353569-16-000094
10-K2016-02-23fiscal FY 2015501630000353569-16-000078
10-Q2015-10-29fiscal Q3 201534820000353569-15-000061
10-Q2015-07-23fiscal Q2 201534820000353569-15-000046
10-Q2015-04-24fiscal Q1 201538780000353569-15-000026
10-K2015-02-24fiscal FY 2014501620000353569-15-000010
10-Q2014-10-24fiscal Q3 201438980000353569-14-000011
10-Q2014-07-24fiscal Q2 201438980001445305-14-002869
10-Q2014-04-25fiscal Q1 201440800001193125-14-158967
10-K2014-02-27fiscal FY 2013521580001193125-14-073364
10-Q2013-10-25fiscal Q3 2013421090001193125-13-411519
10-Q2013-07-31fiscal Q2 2013431110001193125-13-312877
10-Q2013-04-24fiscal Q1 201342840001193125-13-170016
10-K2013-02-22fiscal FY 2012511480001193125-13-071645
10-Q2012-10-29fiscal Q3 2012421010001193125-12-437971
10-Q2012-07-27fiscal Q2 2012421070001193125-12-319286
10-Q2012-04-30fiscal Q1 201238780001193125-12-191949
10-K2012-03-05fiscal FY 2011431150001193125-12-096692
10-Q2011-10-27fiscal Q3 2011421120001193125-11-282356
10-Q2011-08-03fiscal Q2 2011421120000950123-11-072273

Inspect the source

Entity
QUIDEL CORP / CIK 0000353569
Captured
SEC response SHA-256
a1db52ba097a149a1eab98c178c093cfe2902b84c80d3f1fbf1668fdc082b04b

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