Skip to content

TechnipFMC plc: filings

Every TechnipFMC plc annual and quarterly report in the SEC record with the published financial measures it tagged, 40 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-30fiscal Q2 2026441240001681459-26-000045
10-Q2026-04-30fiscal Q1 202644900001681459-26-000026
10-K2026-02-19fiscal FY 2025511300001681459-26-000010
10-Q2025-10-23fiscal Q3 2025431220001681459-25-000112
10-Q2025-07-24fiscal Q2 2025431240001681459-25-000102
10-Q2025-04-24fiscal Q1 202543880001681459-25-000079
10-K2025-02-27fiscal FY 2024521330001681459-25-000036
10-Q2024-10-24fiscal Q3 2024431200001681459-24-000138
10-Q2024-07-25fiscal Q2 2024421180001681459-24-000119
10-Q2024-04-26fiscal Q1 202442860001681459-24-000099
10-K2024-02-27fiscal FY 2023521330001681459-24-000070
10-Q2023-10-26fiscal Q3 2023421180001681459-23-000097
10-Q2023-07-27fiscal Q2 2023421180001681459-23-000081
10-Q2023-04-27fiscal Q1 202343880001681459-23-000067
10-K2023-02-24fiscal FY 2022521330001681459-23-000052
10-Q2022-10-28fiscal Q3 2022431200001681459-22-000059
10-Q2022-07-29fiscal Q2 2022431200001681459-22-000053
10-Q2022-05-02fiscal Q1 202244900001681459-22-000043
10-K2022-02-28fiscal FY 2021551420001681459-22-000005
10-Q2021-10-27fiscal Q3 2021451240001681459-21-000093
10-Q2021-07-29fiscal Q2 2021441240001681459-21-000080
10-Q2021-05-03fiscal Q1 202144920001681459-21-000064
10-K2021-03-05fiscal FY 2020541770001681459-21-000043
10-Q2020-11-02fiscal Q3 2020451220001681459-20-000123
10-Q2020-07-31fiscal Q2 2020451230001681459-20-000103
10-Q2020-05-04fiscal Q1 202045930001681459-20-000083
10-K2020-03-03fiscal FY 2019541800001681459-20-000004
10-Q2019-11-12fiscal Q3 2019471270001681459-19-000104
10-Q2019-08-08fiscal Q2 2019471280001681459-19-000090
10-Q2019-05-09fiscal Q1 201947970001681459-19-000064
10-K2019-03-11fiscal FY 2018511760001681459-19-000011
10-Q2018-11-06fiscal Q3 2018441180001681459-18-000113
10-Q2018-08-06fiscal Q2 2018421110001681459-18-000092
10-Q2018-05-15fiscal Q1 201840820001681459-18-000056
10-K2018-04-02fiscal FY 2017471590001681459-18-000049
10-Q2017-11-09fiscal Q3 2017391060001681459-17-000258
10-Q2017-08-04fiscal Q2 2017381040001681459-17-000244
10-Q/A2017-08-04fiscal Q1 201738780001193125-17-247805
10-Q2017-05-04fiscal Q1 201738780001681459-17-000210
10-K2017-01-13fiscal FY 201620430001681459-17-000013

Inspect the source

Entity
TechnipFMC plc / CIK 0001681459
Captured
2026-09-21T17:23:09.123Z
SEC response SHA-256
1a2e4a2642769390f244e915d1bf927f7dbe665105d127341ca8f85316e967e2

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