Skip to content

SEACOR HOLDINGS INC /NEW/: filings

Every SEACOR HOLDINGS INC /NEW/ annual and quarterly report in the SEC record with the published financial measures it tagged, 46 filings, each linked to its SEC index.

Filing record ends 2021-02-25

The latest filing in this captured record is a 10-K filed 2021-02-25. No later filing is in the SEC companyfacts record captured on 2026-09-22. SEACOR HOLDINGS INC /NEW/ 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-K2021-02-25fiscal FY 2020531910000859598-21-000006
10-Q2020-10-29fiscal Q3 2020441340000859598-20-000086
10-Q2020-07-28fiscal Q2 2020441340000859598-20-000061
10-Q2020-04-28fiscal Q1 2020441020000859598-20-000035
10-K2020-02-28fiscal FY 2019501800000859598-20-000005
10-Q2019-10-29fiscal Q3 2019451310000859598-19-000084
10-Q2019-07-24fiscal Q2 2019451320000859598-19-000054
10-Q2019-04-25fiscal Q1 2019451000000859598-19-000032
10-K2019-02-27fiscal FY 2018471760000859598-19-000005
10-Q2018-10-24fiscal Q3 2018391180000859598-18-000090
10-Q2018-07-25fiscal Q2 2018391140000859598-18-000070
10-Q2018-04-26fiscal Q1 201839820000859598-18-000044
10-K2018-03-01fiscal FY 2017481480000859598-18-000018
10-Q2017-11-02fiscal Q3 2017381110000859598-17-000150
10-Q2017-08-04fiscal Q2 2017381110000859598-17-000127
10-Q2017-05-09fiscal Q1 201738790000859598-17-000070
10-K2017-03-30fiscal FY 2016461700000859598-17-000047
10-Q2016-10-28fiscal Q3 2016381110000859598-16-000356
10-Q2016-08-01fiscal Q2 2016381120000859598-16-000319
10-Q2016-04-26fiscal Q1 201638790000859598-16-000275
10-K2016-02-29fiscal FY 2015451670000859598-16-000211
10-Q2015-10-28fiscal Q3 2015381110000859598-15-000159
10-Q2015-07-29fiscal Q2 2015381110000859598-15-000126
10-Q2015-04-28fiscal Q1 201538810000859598-15-000078
10-K2015-02-26fiscal FY 2014451670000859598-15-000029
10-Q2014-10-27fiscal Q3 2014371090000859598-14-000152
10-Q2014-07-31fiscal Q2 2014361060000859598-14-000116
10-Q2014-04-25fiscal Q1 201435730000859598-14-000067
10-Q/A2014-03-07fiscal Q3 2013361050000859598-14-000027
10-Q/A2014-03-07fiscal Q2 2013361050000859598-14-000026
10-Q/A2014-03-07fiscal Q1 201336810000859598-14-000025
10-K2014-03-03fiscal FY 2013441640000859598-14-000021
10-Q2013-10-28fiscal Q3 2013361050000859598-13-000144
10-Q2013-07-30fiscal Q2 2013361050000859598-13-000104
10-Q2013-04-30fiscal Q1 201336810000859598-13-000037
10-K2013-02-28fiscal FY 2012431670000859598-13-000024
10-Q2012-10-31fiscal Q3 2012371130000859598-12-000018
10-Q2012-07-27fiscal Q2 2012371130000859598-12-000011
10-Q2012-05-03fiscal Q1 201236800001445305-12-001363
10-K2012-02-24fiscal FY 2011441680001193125-12-078497
10-Q2011-10-28fiscal Q3 2011371050001193125-11-286187
10-Q2011-08-01fiscal Q2 2011371050001193125-11-204707
10-Q2011-04-27fiscal Q1 201135710001193125-11-111948
10-K2011-02-25fiscal FY 201037970001193125-11-047403
10-Q2010-10-29fiscal Q3 201034950001193125-10-240156
10-Q2010-07-29fiscal Q2 201034950001193125-10-170671

Inspect the source

Entity
SEACOR HOLDINGS INC /NEW/ / CIK 0000859598
Captured
SEC response SHA-256
765370046331a2c1ce252571fff1e1e87c8741cc653fd74251b5056b89465e1d

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