Skip to content

SEACOR Marine Holdings Inc.: filings

Every SEACOR Marine Holdings Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 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-29fiscal Q2 2026451220001690334-26-000020
10-Q2026-04-29fiscal Q1 202642860001690334-26-000008
10-K2026-02-25fiscal FY 2025491270001193125-26-072102
10-Q2025-10-29fiscal Q3 2025451220001193125-25-256420
10-Q2025-07-30fiscal Q2 2025451220000950170-25-100351
10-Q2025-04-30fiscal Q1 202543870000950170-25-061098
10-K2025-02-26fiscal FY 2024491250000950170-25-027933
10-Q2024-10-30fiscal Q3 2024441190000950170-24-119039
10-Q2024-07-31fiscal Q2 2024451220000950170-24-088727
10-Q2024-05-01fiscal Q1 202445920000950170-24-051298
10-K2024-02-29fiscal FY 2023451110000950170-24-023158
10-Q2023-11-01fiscal Q3 2023451240000950170-23-057471
10-Q2023-08-02fiscal Q2 2023451240000950170-23-037210
10-Q2023-05-03fiscal Q1 202344900000950170-23-017231
10-K2023-03-06fiscal FY 2022441100000950170-23-006257
10-Q2022-11-02fiscal Q3 2022431170001564590-22-036433
10-Q2022-08-03fiscal Q2 2022441210001564590-22-027782
10-Q2022-05-05fiscal Q1 202243870001564590-22-017911
10-K2022-03-10fiscal FY 2021451100001564590-22-009707
10-Q2021-11-04fiscal Q3 2021421150001564590-21-054554
10-Q2021-08-04fiscal Q2 2021421150001564590-21-040876
10-Q2021-05-06fiscal Q1 202137750001564590-21-024463
10-K2021-03-12fiscal FY 2020411230001564590-21-012639
10-Q2020-11-05fiscal Q3 202036960001564590-20-050818
10-Q2020-08-06fiscal Q2 202037980001564590-20-037831
10-Q2020-05-11fiscal Q1 202036740001564590-20-023838
10-K2020-03-04fiscal FY 2019421240001564590-20-008689
10-Q2019-11-12fiscal Q3 2019391040001564590-19-042390
10-Q2019-08-07fiscal Q2 201938980001564590-19-030155
10-Q2019-05-10fiscal Q1 201938760001564590-19-018265
10-K2019-03-12fiscal FY 2018451490001437749-19-004584
10-Q2018-11-13fiscal Q3 2018421160001437749-18-020355
10-Q2018-08-09fiscal Q2 201838980001437749-18-015130
10-Q2018-05-10fiscal Q1 201839790001437749-18-009472
10-K2018-03-22fiscal FY 2017451590001690334-18-000023
10-Q2017-11-09fiscal Q3 2017361060001690334-17-000072
10-Q2017-08-11fiscal Q2 201732940001690334-17-000064
10-Q2017-06-23fiscal Q1 201736760001690334-17-000055

Inspect the source

Entity
SEACOR Marine Holdings Inc. / CIK 0001690334
Captured
2026-09-21T17:23:27.128Z
SEC response SHA-256
9b3f133a3a994b075e1d5e2dad7ec7f01a375c25e8ecd5edb1b557604912468b

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