Skip to content

SEANERGY MARITIME HOLDINGS CORP.: filings

Every SEANERGY MARITIME HOLDINGS CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 15 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
20-F2026-03-31fiscal FY 2025401040001140361-26-012374
20-F2025-03-21fiscal FY 2024421100001140361-25-009905
20-F2024-04-03fiscal FY 2023431130001140361-24-017470
20-F2023-03-31fiscal FY 2022441150001140361-23-015463
20-F2022-03-31fiscal FY 2021451150001140361-22-012362
20-F2021-03-31fiscal FY 2020441140001140361-21-011092
20-F2020-03-05fiscal FY 201939980001140361-20-004944
20-F2019-03-25fiscal FY 2018401020000919574-19-002573
20-F2018-03-07fiscal FY 201736930000919574-18-002297
20-F2017-04-28fiscal FY 201632840000919574-17-003666
20-F2016-04-20fiscal FY 201533890000919574-16-012546
20-F2015-04-21fiscal FY 201433890000919574-15-003691
20-F2014-04-18fiscal FY 201336950000919574-14-002664
20-F/A2013-05-30fiscal FY 201233870000919574-13-003702
20-F/A2012-04-11fiscal FY 201134910000919574-12-002735

Inspect the source

Entity
SEANERGY MARITIME HOLDINGS CORP. / CIK 0001448397
Captured
2026-09-20T09:05:06.618Z
SEC response SHA-256
ab9e2e2b37ad927931826c89ef82dddb3d1c749dd41c7397dc6948e74a220be4

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