Skip to content

Shire plc: filings

Every Shire plc 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 2018-11-01

The latest filing in this captured record is a 10-Q filed 2018-11-01. No later filing is in the SEC companyfacts record captured on 2026-09-22. Shire plc 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-Q2018-11-01fiscal Q3 2018451290000936402-18-000099
10-Q2018-07-31fiscal Q2 2018441270000936402-18-000057
10-Q2018-04-26fiscal Q1 201844950000936402-18-000013
10-K2018-02-20fiscal FY 2017461540000936402-18-000007
10-Q2017-10-27fiscal Q3 2017421220000936402-17-000039
10-Q2017-08-03fiscal Q2 2017421220000936402-17-000031
10-Q2017-05-02fiscal Q1 201742900000936402-17-000016
10-K2017-02-22fiscal FY 2016461560000936402-17-000008
10-Q2016-11-02fiscal Q3 2016431240000936402-16-000012
10-Q2016-08-05fiscal Q2 2016421220000950103-16-015416
10-Q2016-05-04fiscal Q1 201639860000950103-16-013180
10-K2016-02-23fiscal FY 2015451500000950103-16-011313
10-Q2015-10-30fiscal Q3 2015391140000950103-15-008508
10-Q2015-07-30fiscal Q2 2015391140000950103-15-005935
10-Q2015-05-05fiscal Q1 201539850000950103-15-003615
10-K2015-02-24fiscal FY 2014441500000950103-15-001422
10-Q2014-10-31fiscal Q3 2014391140000950103-14-007631
10-Q2014-08-01fiscal Q2 2014391140000950103-14-005381
10-Q2014-05-07fiscal Q1 201439840000950103-14-003352
10-K2014-02-24fiscal FY 2013451210000950103-14-001292
10-Q2013-10-25fiscal Q3 2013401160000950103-13-006174
10-Q2013-08-01fiscal Q2 2013401170000950103-13-004657
10-Q2013-05-07fiscal Q1 201340870000950103-13-002879
10-K2013-02-25fiscal FY 2012461630000950103-13-001253
10-Q2012-11-02fiscal Q3 2012381090000950103-12-005813
10-Q2012-08-06fiscal Q2 2012381090000950103-12-004011
10-Q2012-05-09fiscal Q1 201238810000950103-12-002479
10-K2012-02-23fiscal FY 2011451610000950103-12-000941
10-Q2011-11-07fiscal Q3 2011381130000950103-11-004653
10-Q2011-08-08fiscal Q2 2011381130000950103-11-003215
10-Q2011-05-04fiscal Q1 201137790000950103-11-001703
10-K2011-02-23fiscal FY 2010451620000950103-11-000713
10-Q2010-11-05fiscal Q3 2010401110000950103-10-003263
10-Q/A2010-08-25fiscal Q2 2010401110000950103-10-002508
10-Q2010-05-06fiscal Q1 201037760000950103-10-001332
10-K2010-02-26fiscal FY 2009381000000950103-10-000520
10-Q2009-11-06fiscal Q3 2009371040000950103-09-002880
10-Q/A2009-08-28fiscal Q2 2009371040000950103-09-002146

Inspect the source

Entity
Shire plc / CIK 0000936402
Captured
SEC response SHA-256
7857b4ac923995b78594b2c5ce2bc2192da0ef391524305351a000cb9a829323

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