Skip to content

Intercept Pharmaceuticals, Inc.: filings

Every Intercept Pharmaceuticals, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 filings, each linked to its SEC index.

Filing record ends 2023-11-06

The latest filing in this captured record is a 10-Q filed 2023-11-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. Intercept 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-Q2023-11-06fiscal Q3 2023441230001558370-23-017790
10-Q2023-08-02fiscal Q2 2023441230001558370-23-012896
10-Q2023-04-27fiscal Q1 202344900001558370-23-007042
10-K2023-03-02fiscal FY 2022471590001558370-23-002693
10-Q2022-11-01fiscal Q3 2022461270001558370-22-015781
10-Q2022-08-03fiscal Q2 2022431210001558370-22-011857
10-Q2022-05-06fiscal Q1 202246980001558370-22-007617
10-K2022-03-02fiscal FY 2021511300001558370-22-002666
10-Q2021-11-03fiscal Q3 2021481320001558370-21-014290
10-Q2021-07-29fiscal Q2 2021431150001558370-21-009593
10-Q2021-05-06fiscal Q1 202143910001558370-21-006196
10-K2021-02-25fiscal FY 2020451380001558370-21-001804
10-Q2020-11-09fiscal Q3 2020441170001558370-20-013341
10-Q2020-08-10fiscal Q2 2020441170001558370-20-010181
10-Q2020-05-11fiscal Q1 202043910001558370-20-006235
10-K2020-02-25fiscal FY 2019451340001558370-20-001314
10-Q2019-11-05fiscal Q3 2019421060001558370-19-009997
10-Q2019-08-08fiscal Q2 2019411030001558370-19-007747
10-Q2019-05-08fiscal Q1 201942840001558370-19-004442
10-K2019-03-01fiscal FY 2018411280001144204-19-011650
10-Q2018-11-01fiscal Q3 2018401050001144204-18-056834
10-Q2018-08-07fiscal Q2 2018391010001144204-18-042481
10-Q2018-05-10fiscal Q1 201838780001144204-18-027184
10-K2018-02-28fiscal FY 2017401230001144204-18-011793
10-Q2017-11-06fiscal Q3 201738950001144204-17-056524
10-Q2017-08-03fiscal Q2 201738930001144204-17-040093
10-Q2017-05-10fiscal Q1 201735670001144204-17-026076
10-K2017-03-01fiscal FY 2016361060001144204-17-012180
10-Q2016-11-09fiscal Q3 201628760001144204-16-132859
10-Q2016-08-09fiscal Q2 201623610001144204-16-117787
10-Q2016-05-10fiscal Q1 201622470001144204-16-100516
10-K2016-02-29fiscal FY 201526820001144204-16-085037
10-Q2015-11-09fiscal Q3 201524640001144204-15-063797
10-Q2015-08-07fiscal Q2 201528790001144204-15-047062
10-Q2015-05-11fiscal Q1 201524520001144204-15-029397
10-K2015-03-02fiscal FY 201429890001144204-15-013338
10-Q2014-11-06fiscal Q3 201423620001144204-14-065761
10-Q2014-08-11fiscal Q2 201428800001144204-14-048499
10-Q2014-05-09fiscal Q1 201423610001144204-14-029145
10-K2014-03-14fiscal FY 2013261250001144204-14-015854
10-Q2013-11-14fiscal Q3 201326780001144204-13-061223
10-Q2013-08-13fiscal Q2 201326780001144204-13-044912
10-Q2013-05-14fiscal Q1 201326680001144204-13-028848
10-K2013-04-01fiscal FY 2012271310001144204-13-019166
10-Q/A2012-12-21fiscal Q3 201227830001144204-12-069143

Inspect the source

Entity
Intercept Pharmaceuticals, Inc. / CIK 0001270073
Captured
SEC response SHA-256
189a532afeabeae693af9861cccd21096e4f8b32f84ccd47de7c30ab97054fba

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