Skip to content

LivaNova PLC: filings

Every LivaNova PLC annual and quarterly report in the SEC record with the published financial measures it tagged, 45 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 2026491340001639691-26-000090
10-Q2026-05-06fiscal Q1 2026491020001639691-26-000035
10-K2026-02-25fiscal FY 2025591580001639691-26-000010
10-Q2025-11-05fiscal Q3 2025491420001639691-25-000150
10-Q2025-08-06fiscal Q2 2025481420001639691-25-000102
10-Q2025-05-07fiscal Q1 2025481000001639691-25-000042
10-K2025-02-25fiscal FY 2024571480001639691-25-000010
10-Q2024-10-31fiscal Q3 2024471280001639691-24-000134
10-Q2024-08-01fiscal Q2 2024471280001639691-24-000109
10-Q2024-05-03fiscal Q1 202447980001639691-24-000060
10-K2024-02-29fiscal FY 2023571480001639691-24-000021
10-Q2023-11-01fiscal Q3 2023461260001639691-23-000113
10-Q2023-07-26fiscal Q2 2023461260001639691-23-000076
10-Q2023-05-03fiscal Q1 202346960001639691-23-000047
10-K2023-02-27fiscal FY 2022541400001639691-23-000015
10-Q2022-11-02fiscal Q3 2022481300001639691-22-000102
10-Q2022-08-03fiscal Q2 2022471280001639691-22-000082
10-Q2022-05-04fiscal Q1 202248980001639691-22-000044
10-K2022-03-01fiscal FY 2021551790001639691-22-000013
10-Q2021-11-03fiscal Q3 2021491320001639691-21-000107
10-Q2021-07-28fiscal Q1 2021481300001639691-21-000091
10-Q2021-04-28fiscal Q1 202146960001639691-21-000047
10-K2021-03-01fiscal FY 2020541390001639691-21-000016
10-Q2020-10-29fiscal Q3 2020461270001639691-20-000111
10-Q2020-07-29fiscal Q2 2020461240001639691-20-000098
10-Q2020-04-30fiscal Q1 202046950001639691-20-000050
10-K2020-03-02fiscal FY 2019551740001639691-20-000018
10-Q2019-10-30fiscal Q3 2019481270001639691-19-000143
10-Q2019-07-31fiscal Q2 2019461250001639691-19-000120
10-Q2019-05-01fiscal Q1 201946940001639691-19-000072
10-K2019-03-18fiscal FY 2018511750001639691-19-000035
10-Q2018-11-01fiscal Q3 2018431230001639691-18-000106
10-Q2018-08-02fiscal Q2 2018431230001639691-18-000084
10-Q2018-05-03fiscal Q1 201842890001639691-18-000044
10-K2018-02-28fiscal FY 2017502070001639691-18-000016
10-Q2017-11-02fiscal Q3 2017431180001639691-17-000097
10-Q2017-08-09fiscal Q2 2017421160001639691-17-000087
10-Q2017-05-03fiscal Q1 201742860001639691-17-000033
10-K2017-03-01fiscal FY 2016512310001639691-17-000011
10-Q2016-11-02fiscal Q3 2016481320001639691-16-000066
10-Q2016-08-05fiscal Q2 2016481320001639691-16-000061
10-Q2016-05-09fiscal Q1 2016491020001639691-16-000042
10-Q2015-12-08fiscal Q2 2016431170001639691-15-000018
10-Q2015-12-02fiscal Q2 2016431170001639691-15-000015
10-Q2015-11-06fiscal Q3 201523390001639691-15-000007

Inspect the source

Entity
LivaNova PLC / CIK 0001639691
Captured
2026-09-21T17:22:44.925Z
SEC response SHA-256
4a9dca476e86842f319df8973097c996695da952b12db87f32bad394c61d8033

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