Skip to content

Gener8 Maritime, Inc.: filings

Every Gener8 Maritime, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 19 filings, each linked to its SEC index.

Filing record ends 2018-05-09

The latest filing in this captured record is a 10-Q filed 2018-05-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. Gener8 Maritime, 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-Q2018-05-09fiscal Q1 201836760001558370-18-004522
10-K/A2018-05-04fiscal FY 2017361420001558370-18-004045
10-K2018-03-15fiscal FY 2017361420001558370-18-002121
10-Q2017-11-09fiscal Q3 201735950001558370-17-008729
10-Q2017-08-07fiscal Q2 201735950001558370-17-006124
10-Q2017-05-09fiscal Q1 201730640001558370-17-003968
10-K2017-03-13fiscal FY 2016321280001558370-17-001689
10-Q2016-11-14fiscal Q3 201632870001558370-16-010033
10-Q2016-08-08fiscal Q2 201632880001558370-16-007647
10-Q2016-05-11fiscal Q1 201630620001558370-16-005878
10-K2016-03-21fiscal FY 2015331170001558370-16-004269
10-Q2015-11-13fiscal Q3 201532820001104659-15-078777
10-Q2015-08-14fiscal Q2 201532830001104659-15-060025
10-Q2012-05-10fiscal Q1 201230640001104659-12-035932
10-K2012-03-15fiscal FY 201133840001104659-12-018520
10-Q2011-11-18fiscal Q3 201133910001104659-11-065189
10-Q2011-08-08fiscal Q2 201135920001104659-11-044810
10-Q2010-11-09fiscal Q3 201034910001104659-10-057257
10-Q2010-08-09fiscal Q2 201034910001104659-10-043223

Inspect the source

Entity
Gener8 Maritime, Inc. / CIK 0001443799
Captured
SEC response SHA-256
c5adf84b825b52c62db2a803d9e8bda41ae9a412c852afe8dc57193a43bb02fc

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