Skip to content

Chimerix, Inc.: filings

Every Chimerix, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 48 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-K2025-03-21fiscal FY 2024471220001117480-25-000004
10-Q2024-11-07fiscal Q3 2024361100001117480-24-000035
10-Q2024-08-13fiscal Q2 2024361040001117480-24-000030
10-Q2024-05-01fiscal Q1 202436760001117480-24-000018
10-K2024-02-29fiscal FY 2023471220001117480-24-000005
10-Q2023-11-02fiscal Q3 2023411280001117480-23-000028
10-Q2023-08-03fiscal Q2 2023391140001117480-23-000024
10-Q2023-05-04fiscal Q1 202339820001117480-23-000018
10-K2023-03-02fiscal FY 2022481240001117480-23-000006
10-Q2022-11-03fiscal Q3 2022431290001117480-22-000040
10-Q2022-08-08fiscal Q2 2022421160001117480-22-000036
10-Q2022-05-16fiscal Q1 202240830001117480-22-000020
10-K2022-03-01fiscal FY 2021431560001117480-22-000008
10-Q2021-11-04fiscal Q3 2021391130001117480-21-000025
10-Q2021-08-05fiscal Q2 2021371030001117480-21-000021
10-Q2021-05-06fiscal Q1 202134710001117480-21-000016
10-K2021-02-25fiscal FY 2020381150001117480-21-000006
10-Q2020-11-05fiscal Q3 202033930001117480-20-000032
10-Q2020-08-10fiscal Q2 202033870001117480-20-000028
10-Q2020-05-07fiscal Q1 202033690001117480-20-000022
10-K2020-02-25fiscal FY 2019391160001117480-20-000006
10-Q2019-11-05fiscal Q3 201935950001117480-19-000044
10-Q2019-08-08fiscal Q2 201934890001117480-19-000033
10-Q2019-05-09fiscal Q1 201934690001117480-19-000023
10-K2019-03-05fiscal FY 2018361130001117480-19-000010
10-Q2018-11-08fiscal Q3 201831780001117480-18-000036
10-Q2018-08-08fiscal Q2 201830760001117480-18-000029
10-Q2018-05-07fiscal Q1 201830620001117480-18-000023
10-K2018-03-01fiscal FY 2017371190001117480-18-000008
10-Q2017-11-08fiscal Q3 201730760001117480-17-000029
10-Q2017-08-07fiscal Q2 201730760001117480-17-000023
10-Q2017-05-09fiscal Q1 201730620001117480-17-000017
10-K2017-03-02fiscal FY 2016361170001117480-17-000004
10-Q2016-11-07fiscal Q3 201633840001117480-16-000056
10-Q2016-08-08fiscal Q2 201632800001117480-16-000052
10-Q2016-05-09fiscal Q1 201630620001117480-16-000045
10-K2016-02-29fiscal FY 2015371190001117480-16-000034
10-Q2015-11-05fiscal Q3 201533820001117480-15-000024
10-Q2015-08-06fiscal Q2 201533820001117480-15-000018
10-Q2015-05-11fiscal Q1 201529600001117480-15-000012
10-K2015-03-06fiscal FY 2014371180001628280-15-001582
10-Q2014-11-07fiscal Q3 201432790001144204-14-066130
10-Q2014-08-07fiscal Q2 201432790001144204-14-047537
10-Q2014-05-09fiscal Q1 201433670001144204-14-028874
10-K2014-03-07fiscal FY 2013371240001144204-14-014110
10-Q2013-11-14fiscal Q3 201336950001144204-13-061281
10-Q2013-08-14fiscal Q2 201332800001144204-13-045464
10-Q/A2013-06-11fiscal Q1 201333680001144204-13-034371

Inspect the source

Entity
Chimerix, Inc. / CIK 0001117480
Captured
2026-09-21T17:18:28.882Z
SEC response SHA-256
7edc62f424b06f9ffd41c5f1263d69d795c5098821db437eb6348d3e5ce73e52

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