Skip to content

Weatherford International plc: filings

Every Weatherford International plc annual and quarterly report in the SEC record with the published financial measures it tagged, 49 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-07-22fiscal Q2 2026461300001603923-26-000085
10-Q2026-04-22fiscal Q1 202646960001603923-26-000047
10-K2026-02-04fiscal FY 2025521350001603923-26-000014
10-Q2025-10-22fiscal Q3 2025471380001603923-25-000159
10-Q2025-07-23fiscal Q2 2025461300001603923-25-000141
10-Q2025-04-23fiscal Q1 202545940001603923-25-000089
10-K2025-02-06fiscal FY 2024521350001603923-25-000050
10-Q2024-10-23fiscal Q3 2024471380001603923-24-000145
10-Q2024-07-24fiscal Q2 2024451280001603923-24-000110
10-Q2024-04-24fiscal Q1 202445940001603923-24-000086
10-K2024-02-07fiscal FY 2023501310001603923-24-000043
10-Q2023-10-25fiscal Q3 2023451320001603923-23-000132
10-Q2023-07-26fiscal Q2 2023451280001603923-23-000124
10-Q2023-04-26fiscal Q1 202345940001603923-23-000102
10-K2023-02-08fiscal FY 2022511340001603923-23-000068
10-Q2022-10-26fiscal Q3 2022451320001603923-22-000114
10-Q2022-07-28fiscal Q2 2022451280001603923-22-000098
10-Q2022-04-28fiscal Q1 202245960001603923-22-000071
10-K2022-02-17fiscal FY 2021471480001603923-22-000051
10-Q2021-11-02fiscal Q3 2021421220001603923-21-000102
10-Q2021-07-29fiscal Q2 2021421180001603923-21-000084
10-Q2021-05-06fiscal Q1 202142900001603923-21-000036
10-K2021-02-19fiscal FY 2020471490001603923-21-000013
10-Q2020-11-04fiscal Q3 2020411180001603923-20-000075
10-Q2020-08-14fiscal Q2 2020421160001603923-20-000064
10-Q2020-05-11fiscal Q1 202044950001603923-20-000035
10-K2020-03-16fiscal FY 2019511850001603923-20-000017
10-Q2019-10-30fiscal Q3 2019421200001603923-19-000095
10-Q2019-08-05fiscal Q2 2019401110001603923-19-000084
10-Q2019-05-10fiscal Q1 201940830001603923-19-000063
10-K2019-02-15fiscal FY 2018461460001603923-19-000025
10-Q2018-11-02fiscal Q3 2018381050001603923-18-000151
10-Q2018-08-09fiscal Q2 2018381030001603923-18-000109
10-Q2018-05-02fiscal Q1 201838810001603923-18-000087
10-K2018-02-14fiscal FY 2017451350001603923-18-000037
10-Q2017-11-01fiscal Q3 2017421180001603923-17-000152
10-Q2017-08-01fiscal Q2 2017421190001603923-17-000107
10-Q2017-04-28fiscal Q1 201742900001603923-17-000076
10-K2017-02-15fiscal FY 2016481610001603923-17-000050
10-Q2016-10-28fiscal Q3 2016421180001603923-16-000276
10-Q2016-07-29fiscal Q2 2016421190001603923-16-000225
10-Q2016-05-05fiscal Q1 201642900001603923-16-000178
10-K2016-02-16fiscal FY 2015471580001603923-16-000144
10-Q2015-10-23fiscal Q3 2015411160001603923-15-000111
10-Q2015-07-24fiscal Q2 2015391080001603923-15-000070
10-Q2015-04-24fiscal Q1 201539850001603923-15-000042
10-K2015-02-18fiscal FY 2014471580001603923-15-000025
10-Q2014-10-24fiscal Q3 2014411180001603923-14-000086
10-Q2014-07-25fiscal Q2 2014411160001603923-14-000045

Inspect the source

Entity
Weatherford International plc / CIK 0001603923
Captured
2026-09-20T09:25:43.288Z
SEC response SHA-256
4997b425652b14911d54020a55f1acc1084639008c3dca2f6922d79f84c76912

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