Skip to content

Perrigo Company plc: filings

Every Perrigo Company plc annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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-Q2026-08-05fiscal Q2 2026501410001585364-26-000145
10-Q2026-05-06fiscal Q1 2026501030001585364-26-000048
10-K2026-02-26fiscal FY 2025541450001585364-26-000009
10-Q2025-11-05fiscal Q3 2025511480001585364-25-000156
10-Q2025-08-06fiscal Q2 2025511440001585364-25-000122
10-Q2025-05-07fiscal Q1 2025511060001585364-25-000056
10-K2025-02-28fiscal FY 2024521400001585364-25-000014
10-Q2024-11-06fiscal Q3 2024511460001585364-24-000141
10-Q2024-08-02fiscal Q2 2024501380001585364-24-000113
10-Q2024-05-07fiscal Q1 2024501040001585364-24-000070
10-K2024-02-27fiscal FY 2023531420001585364-24-000009
10-Q2023-11-07fiscal Q3 2023491380001585364-23-000142
10-Q2023-08-08fiscal Q2 2023491340001585364-23-000124
10-Q2023-05-09fiscal Q1 2023501040001585364-23-000058
10-K2023-02-28fiscal FY 2022541440001585364-23-000006
10-Q2022-11-08fiscal Q3 2022491400001585364-22-000098
10-Q2022-08-09fiscal Q2 2022491360001585364-22-000087
10-Q2022-05-11fiscal FY 2022491020001585364-22-000040
10-K2022-03-01fiscal FY 2021571510001585364-22-000011
10-Q2021-11-12fiscal Q3 2021491400001585364-21-000112
10-Q2021-08-11fiscal Q2 2021491360001585364-21-000102
10-Q2021-05-12fiscal Q1 2021491020001585364-21-000067
10-K2021-03-01fiscal FY 2020572080001585364-21-000012
10-Q2020-11-05fiscal Q3 2020511440001585364-20-000096
10-Q2020-08-05fiscal Q2 2020511400001585364-20-000083
10-Q2020-05-05fiscal Q1 2020501040001585364-20-000049
10-K2020-02-27fiscal FY 2019572070001585364-20-000013
10-Q2019-11-06fiscal Q3 2019521450001585364-19-000108
10-Q2019-08-08fiscal Q2 2019521400001585364-19-000083
10-Q2019-05-09fiscal Q1 2019511060001585364-19-000056
10-K2019-02-27fiscal FY 2018531990001585364-19-000016
10-Q2018-11-08fiscal Q3 2018481280001585364-18-000093
10-Q2018-08-09fiscal Q2 2018491300001585364-18-000071
10-Q2018-05-08fiscal Q1 201847960001585364-18-000030
10-K2018-03-01fiscal Q4 2017512600001585364-18-000015
10-Q2017-11-09fiscal Q3 2017481260001585364-17-000159
10-Q2017-08-10fiscal Q2 2017481260001585364-17-000136
10-Q2017-05-30fiscal Q1 201746940001585364-17-000085
10-Q/A2017-05-23fiscal Q3 2016451200001585364-17-000072
10-K2017-05-22fiscal FY 2016502710001585364-17-000071
10-Q/A2017-05-22fiscal Q1 201646950001585364-17-000070
10-Q/A2017-05-22fiscal Q2 2016451210001585364-17-000069
10-Q2016-11-10fiscal Q3 2016461220001585364-16-000426
10-Q2016-08-10fiscal Q2 2016461230001585364-16-000362
10-Q2016-05-16fiscal Q1 201647980001585364-16-000317
10-Q2015-11-02fiscal Q1 201648980001585364-15-000156
10-K2015-08-13fiscal FY 2015521850001585364-15-000100
10-Q2015-04-29fiscal Q3 2015471250001585364-15-000048
10-Q2015-02-05fiscal Q2 2015471250001585364-15-000006
10-Q2014-11-06fiscal Q1 201547970001585364-14-000025
10-K2014-08-14fiscal FY 2014501820001585364-14-000019
10-Q2014-05-07fiscal Q3 2014471250001585364-14-000006
10-Q2014-02-06fiscal Q2 2014501310001585364-14-000004
10-Q2013-11-04fiscal Q1 201414230001585364-13-000005

Inspect the source

Entity
Perrigo Company plc / CIK 0001585364
Captured
2026-09-20T09:23:21.258Z
SEC response SHA-256
afa34af905a827fd64b594a74dc396295f18d003bc024a377ee0ec33718369bc

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