Skip to content

ContraFect Corporation: filings

Every ContraFect Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 38 filings, each linked to its SEC index.

Filing record ends 2023-11-14

The latest filing in this captured record is a 10-Q filed 2023-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. ContraFect Corporation 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-Q2023-11-14fiscal Q3 2023391060000950170-23-063670
10-Q2023-08-14fiscal Q2 2023391020000950170-23-042434
10-Q2023-05-15fiscal Q1 202338740001193125-23-145027
10-K2023-03-31fiscal FY 2022411020001193125-23-087990
10-Q2022-11-14fiscal Q3 2022371040001193125-22-284634
10-Q2022-08-15fiscal Q2 202236990001193125-22-221369
10-Q2022-05-16fiscal Q1 202232650001193125-22-151878
10-K2022-03-25fiscal FY 202137900001193125-22-084065
10-Q2021-11-15fiscal Q3 2021381110001193125-21-330136
10-Q2021-08-13fiscal Q2 202134910001193125-21-246169
10-Q2021-05-14fiscal Q1 202133680001193125-21-162064
10-K2021-03-30fiscal FY 202038910001193125-21-100376
10-Q2020-11-13fiscal Q3 2020391070001193125-20-293022
10-Q2020-08-14fiscal Q2 2020391040001193125-20-220403
10-Q2020-05-15fiscal Q1 202033670001193125-20-144117
10-K2020-03-18fiscal FY 2019381060001193125-20-077242
10-Q2019-11-12fiscal Q3 201935910001193125-19-290046
10-Q2019-08-09fiscal Q2 2019381030001193125-19-218012
10-Q2019-05-10fiscal Q1 201934680001193125-19-144267
10-K2019-03-14fiscal FY 2018351030001193125-19-074982
10-Q2018-11-08fiscal Q3 201832810001193125-18-322560
10-Q2018-08-09fiscal Q2 201831760001193125-18-244471
10-Q2018-05-10fiscal Q1 201826530001193125-18-159359
10-K2018-03-15fiscal FY 201730890001193125-18-084172
10-Q2017-11-09fiscal Q3 201726670001193125-17-338750
10-Q2017-08-09fiscal Q2 201725650001193125-17-252105
10-Q2017-05-08fiscal Q1 201725510001193125-17-162442
10-K2017-03-15fiscal FY 201628700001193125-17-083861
10-Q2016-11-09fiscal Q3 201626690001193125-16-764470
10-Q2016-08-09fiscal Q2 201626690001193125-16-676766
10-Q2016-05-10fiscal Q1 201625510001193125-16-585732
10-K2016-03-15fiscal FY 201529700001193125-16-505381
10-Q2015-11-12fiscal Q3 201525680001193125-15-375848
10-Q2015-08-13fiscal Q2 201524640001193125-15-290156
10-Q2015-05-14fiscal Q1 201523480001193125-15-188016
10-K2015-03-26fiscal FY 201428560001193125-15-107237
10-Q2014-11-14fiscal Q3 201425670001193125-14-413406
10-Q/A2014-10-09fiscal Q2 201425690001193125-14-367924

Inspect the source

Entity
ContraFect Corporation / CIK 0001478069
Captured
SEC response SHA-256
2141410d52b7c6dff27524ddc1993b6e69cb0b1f0f919937261413a11d795a0a

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