Skip to content

Medtronic plc: filings

Every Medtronic plc annual and quarterly report in the SEC record with the published financial measures it tagged, 47 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-09-03fiscal Q1 2027481000001628280-26-060473
10-K2026-06-18fiscal FY 2026541420001628280-26-044354
10-Q2026-02-24fiscal Q3 2026471380001628280-26-011107
10-Q2025-11-25fiscal Q2 2026471340001628280-25-053988
10-Q2025-08-26fiscal Q1 202647980001613103-25-000161
10-K2025-06-20fiscal FY 2025531390001613103-25-000091
10-Q2025-02-25fiscal Q3 2025461340001613103-25-000022
10-Q2024-11-26fiscal Q2 2025461300001613103-24-000165
10-Q2024-08-27fiscal Q1 202546960001613103-24-000147
10-K2024-06-20fiscal FY 2024531390001613103-24-000072
10-Q2024-02-27fiscal Q3 2024461340001613103-24-000011
10-Q2023-11-30fiscal Q2 2024461300001613103-23-000149
10-Q2023-08-31fiscal Q1 202446960001613103-23-000128
10-K2023-06-22fiscal FY 2023531390001613103-23-000040
10-Q2023-03-01fiscal Q3 2023481390001613103-23-000008
10-Q2022-12-01fiscal Q2 2023481350001613103-22-000063
10-Q2022-09-01fiscal Q1 2023481000001613103-22-000046
10-K2022-06-23fiscal FY 2022531410001613103-22-000023
10-Q2022-03-03fiscal Q3 2022481380001613103-22-000011
10-Q2021-12-02fiscal Q2 2022481340001613103-21-000062
10-Q2021-09-02fiscal Q1 202247980001613103-21-000042
10-K2021-06-25fiscal FY 2021541400001613103-21-000027
10-Q2021-03-05fiscal Q3 2021481380001613103-21-000009
10-Q2020-12-03fiscal Q2 2021481340001613103-20-000051
10-Q2020-09-03fiscal Q1 2021481000001613103-20-000033
10-K2020-06-19fiscal FY 2020551850001613103-20-000021
10-Q2020-02-28fiscal Q3 2020511410001613103-20-000007
10-Q2019-12-03fiscal Q2 2020511370001613103-19-000056
10-Q2019-08-30fiscal Q1 2020501010001613103-19-000038
10-K2019-06-21fiscal FY 2019521820001613103-19-000028
10-Q2019-03-01fiscal Q3 2019471280001613103-19-000012
10-Q2018-11-29fiscal Q2 2019471280001613103-18-000044
10-Q2018-08-31fiscal Q1 201947980001613103-18-000032
10-K2018-06-22fiscal FY 2018491680001613103-18-000024
10-Q2018-03-02fiscal Q3 2018451220001613103-18-000009
10-Q2017-12-04fiscal Q2 2018451220001613103-17-000047
10-Q2017-09-01fiscal Q1 201844900001613103-17-000027
10-K2017-06-27fiscal FY 2017501700001613103-17-000018
10-Q2017-03-03fiscal Q3 2017421140001613103-17-000008
10-Q2016-12-05fiscal Q2 2017421140001613103-16-000123
10-Q2016-09-07fiscal Q1 201741840001613103-16-000100
10-K2016-06-28fiscal FY 2016471570001613103-16-000093
10-Q2016-03-09fiscal Q3 2016421140001613103-16-000071
10-Q2015-12-09fiscal Q2 2016421140001613103-15-000053
10-Q2015-09-09fiscal Q1 201638800001613103-15-000038
10-K2015-06-23fiscal FY 2015441500001613103-15-000028
10-Q2015-02-27fiscal Q3 201513180001613103-15-000008

Inspect the source

Entity
Medtronic plc / CIK 0001613103
Captured
2026-09-21T17:21:24.063Z
SEC response SHA-256
38fb8ec4139e6db2fa9bcd6cce1c3de5d9fcb3838ad9a63a2e3c74a7afc79b27

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