Skip to content

Endo International plc: filings

Every Endo International plc annual and quarterly report in the SEC record with the published financial measures it tagged, 40 filings, each linked to its SEC index.

Filing record ends 2024-03-06

The latest filing in this captured record is a 10-K filed 2024-03-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. Endo International 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-K2024-03-06fiscal FY 2023491280001593034-24-000007
10-Q2023-11-06fiscal Q3 2023451290001593034-23-000028
10-Q2023-08-08fiscal Q2 2023451250001593034-23-000022
10-Q2023-05-08fiscal Q1 202345930001593034-23-000016
10-K2023-03-06fiscal FY 2022491280001593034-23-000007
10-Q2022-11-09fiscal Q3 2022451290001593034-22-000064
10-Q2022-08-09fiscal Q2 2022451250001593034-22-000057
10-Q2022-05-06fiscal Q1 202245930001593034-22-000044
10-K2022-03-01fiscal FY 2021511350001593034-22-000012
10-Q2021-11-05fiscal Q3 2021461360001593034-21-000101
10-Q2021-08-06fiscal Q2 2021461320001593034-21-000089
10-Q2021-05-07fiscal Q1 202146960001593034-21-000063
10-K2021-02-26fiscal FY 2020521920001593034-21-000012
10-Q2020-11-06fiscal Q3 2020471390001593034-20-000090
10-Q2020-08-06fiscal Q2 2020471350001593034-20-000071
10-Q2020-05-07fiscal Q1 2020471000001593034-20-000047
10-K2020-02-26fiscal FY 2019551930001593034-20-000019
10-Q2019-11-04fiscal Q3 2019461320001593034-19-000050
10-Q2019-08-05fiscal Q2 2019461270001593034-19-000029
10-Q2019-05-09fiscal Q1 201946930001593034-19-000016
10-K2019-02-28fiscal FY 2018511860001593034-19-000009
10-Q2018-11-08fiscal Q3 2018441210001593034-18-000036
10-Q2018-08-08fiscal Q2 2018441210001593034-18-000030
10-Q2018-05-08fiscal Q1 201844890001593034-18-000022
10-K2018-02-27fiscal FY 2017531840001593034-18-000010
10-Q2017-11-09fiscal Q3 2017431220001593034-17-000053
10-Q2017-08-08fiscal Q2 2017431220001593034-17-000039
10-Q2017-05-09fiscal Q1 201743900001593034-17-000020
10-K2017-03-01fiscal FY 2016531840001593034-17-000009
10-Q2016-11-08fiscal Q3 2016461250001593034-16-000082
10-Q2016-08-09fiscal Q2 2016451210001593034-16-000071
10-Q2016-05-06fiscal Q1 201644920001593034-16-000056
10-K2016-02-29fiscal FY 2015531830001593034-16-000051
10-Q2015-11-09fiscal Q3 2015471300001593034-15-000034
10-Q2015-08-10fiscal Q2 2015471300001593034-15-000025
10-Q2015-05-11fiscal Q1 201545940001593034-15-000011
10-K2015-03-02fiscal FY 2014521950001593034-15-000005
10-Q2014-11-10fiscal Q3 2014471290001593034-14-000044
10-Q2014-08-04fiscal Q2 2014471290001593034-14-000034
10-Q2014-05-09fiscal Q1 201448990001593034-14-000014

Inspect the source

Entity
Endo International plc / CIK 0001593034
Captured
SEC response SHA-256
766085f540333ad78408089f25a49aad2a4e11c48662dc4d94f54d8d08ad5a52

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