Skip to content

McDERMOTT INTERNATIONAL, INC.: filings

Every McDERMOTT INTERNATIONAL, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 44 filings, each linked to its SEC index.

Filing record ends 2020-05-08

The latest filing in this captured record is a 10-Q filed 2020-05-08. No later filing is in the SEC companyfacts record captured on 2026-09-22. McDERMOTT INTERNATIONAL, INC. 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-Q2020-05-08fiscal Q1 202044930001564590-20-023617
10-K2020-02-28fiscal FY 2019592080001564590-20-007841
10-Q2019-11-04fiscal Q3 2019521510001564590-19-039810
10-Q2019-07-29fiscal Q2 2019511470001564590-19-026613
10-Q2019-04-29fiscal Q1 2019511020001564590-19-013491
10-K2019-02-25fiscal FY 2018551900001564590-19-003980
10-Q2018-10-30fiscal Q3 2018501340001564590-18-025634
10-Q2018-07-31fiscal Q2 2018491320001564590-18-018118
10-Q2018-04-24fiscal Q1 201840840001564590-18-008803
10-K2018-02-21fiscal FY 2017451650001564590-18-002549
10-Q2017-11-01fiscal Q3 2017401160001564590-17-020633
10-Q2017-07-25fiscal Q2 2017391120001564590-17-013890
10-Q2017-04-25fiscal Q1 201739800001564590-17-007077
10-K2017-02-21fiscal FY 2016451620001564590-17-001831
10-Q2016-10-25fiscal Q3 2016371050001564590-16-026078
10-Q2016-07-26fiscal Q2 2016371120001564590-16-021513
10-Q2016-05-05fiscal Q1 201637800001564590-16-017994
10-K2016-02-22fiscal FY 2015481780001564590-16-012998
10-Q2015-11-09fiscal Q3 2015361080001564590-15-010141
10-Q2015-08-10fiscal Q2 2015371120001564590-15-006820
10-Q2015-05-11fiscal Q1 201536740001564590-15-003935
10-K2015-03-02fiscal FY 2014441660001564590-15-001211
10-Q2014-11-05fiscal Q3 2014391190001564590-14-005025
10-Q2014-08-04fiscal Q2 2014391170001193125-14-293626
10-Q2014-05-07fiscal Q1 201437800001193125-14-187541
10-K2014-03-03fiscal FY 2013451590001193125-14-080223
10-Q2013-11-04fiscal Q3 2013391150001193125-13-425386
10-Q2013-08-05fiscal Q2 2013391180001193125-13-319246
10-Q2013-05-08fiscal Q1 201339840001193125-13-207496
10-K2013-02-28fiscal FY 2012461620001193125-13-084223
10-Q2012-11-05fiscal Q3 2012411160001193125-12-451972
10-Q2012-08-06fiscal Q2 2012411160001193125-12-337922
10-Q2012-05-10fiscal Q1 201240820001193125-12-225581
10-K2012-02-29fiscal FY 2011421490001193125-12-089132
10-Q2011-11-08fiscal Q3 2011371080001193125-11-302221
10-Q2011-08-03fiscal Q2 2011371080001193125-11-208221
10-Q2011-05-10fiscal Q1 201138760001193125-11-134207
10-K2011-03-01fiscal FY 2010441550001193125-11-052219
10-Q2010-11-08fiscal Q3 2010421160001193125-10-252143
10-Q2010-08-09fiscal Q2 2010431180001193125-10-183350
10-Q2010-05-10fiscal Q1 201043900001193125-10-114787
10-K2010-03-01fiscal FY 2009431150001193125-10-044723
10-Q2009-11-10fiscal Q3 2009401040000708819-09-000020
10-Q/A2009-08-27fiscal Q2 2009391000000708819-09-000013

Inspect the source

Entity
McDERMOTT INTERNATIONAL, INC. / CIK 0000708819
Captured
SEC response SHA-256
3991f37cd052294c0d706182d9b24f44a3bba71af0cf8a0a03d2fc94f0b340e2

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