Skip to content

ACHILLION PHARMACEUTICALS INC: filings

Every ACHILLION PHARMACEUTICALS INC annual and quarterly report in the SEC record with the published financial measures it tagged, 34 filings, each linked to its SEC index.

Filing record ends 2019-11-07

The latest filing in this captured record is a 10-Q filed 2019-11-07. No later filing is in the SEC companyfacts record captured on 2026-09-22. ACHILLION PHARMACEUTICALS INC 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-Q2019-11-07fiscal Q3 201933890001564590-19-041721
10-Q2019-08-08fiscal Q2 201934890001193125-19-216792
10-Q2019-05-09fiscal Q1 201934690001193125-19-142950
10-K2019-03-07fiscal FY 2018351040001193125-19-067172
10-Q2018-11-07fiscal Q3 201831820001193125-18-320874
10-Q2018-08-08fiscal Q2 201831820001193125-18-242739
10-Q2018-05-02fiscal Q1 201827580001193125-18-147446
10-K2018-02-22fiscal FY 201731960001193125-18-052951
10-Q2017-11-01fiscal Q3 201726730001193125-17-329408
10-Q2017-08-08fiscal Q2 201726730001193125-17-251312
10-Q2017-05-04fiscal Q1 201726570001193125-17-158859
10-K2017-02-23fiscal FY 2016341170001193125-17-054009
10-Q2016-11-03fiscal Q3 201632900001193125-16-758855
10-Q2016-08-04fiscal Q2 201628740001193125-16-671818
10-Q2016-05-03fiscal Q1 201628600001193125-16-574955
10-K2016-02-25fiscal FY 2015341150001193125-16-478314
10-Q2015-11-05fiscal Q3 201531880001193125-15-368319
10-Q2015-08-10fiscal Q2 201527720001193125-15-284856
10-Q2015-05-07fiscal Q1 201527580001193125-15-175915
10-K2015-03-05fiscal FY 2014321050001193125-15-078840
10-Q2014-11-04fiscal Q3 201427740001193125-14-396222
10-Q2014-08-07fiscal Q2 201427740001193125-14-300635
10-Q2014-05-07fiscal Q1 201426550001193125-14-187391
10-K2014-03-07fiscal FY 2013341060001193125-14-089075
10-Q2013-11-12fiscal Q3 201330780001193125-13-438328
10-Q2013-08-07fiscal Q2 201330770001193125-13-324297
10-Q2013-05-07fiscal Q1 201330630001193125-13-204404
10-K2013-02-20fiscal FY 2012341130001193125-13-067169
10-Q2012-11-08fiscal Q3 201230790001193125-12-460561
10-Q2012-08-08fiscal Q2 201230780001193125-12-344018
10-Q2012-05-09fiscal Q1 201229600001193125-12-222039
10-K2012-03-08fiscal FY 201129760001193125-12-102258
10-Q2011-11-08fiscal Q3 201127700001193125-11-302125
10-Q2011-08-08fiscal Q2 201127700001193125-11-214273

Inspect the source

Entity
ACHILLION PHARMACEUTICALS INC / CIK 0001070336
Captured
SEC response SHA-256
1fee9803c301c02de466ca37880d58ca899922fc422d8956b099af57f6ac02ed

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