Skip to content

DORIAN LPG LTD.: filings

Every DORIAN LPG LTD. annual and quarterly report in the SEC record with the published financial measures it tagged, 47 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-08-05fiscal Q1 202740830001596993-26-000035
10-K2026-05-27fiscal FY 2026421440001596993-26-000025
10-Q2026-02-05fiscal Q3 2026411110001596993-26-000007
10-Q2025-11-06fiscal Q2 2026411070001596993-25-000049
10-Q2025-08-04fiscal Q1 202641840001596993-25-000042
10-K2025-05-29fiscal FY 2025421440001596993-25-000034
10-Q2025-01-31fiscal Q3 2025421130001596993-25-000013
10-Q2024-10-31fiscal Q2 2025411070001596993-24-000056
10-Q2024-08-01fiscal Q1 202541840001596993-24-000043
10-K2024-05-29fiscal FY 2024411460001596993-24-000030
10-Q2024-02-01fiscal Q3 2024411120001596993-24-000010
10-Q2023-11-02fiscal Q2 2024411080001596993-23-000065
10-Q2023-08-02fiscal Q1 202443900001596993-23-000045
10-K2023-06-02fiscal FY 2023431530001596993-23-000033
10-Q2023-02-01fiscal Q3 2023451220001596993-23-000011
10-Q2022-11-02fiscal Q2 2023451170001596993-22-000068
10-Q2022-08-03fiscal Q3 202245920001596993-22-000050
10-K2022-06-02fiscal FY 2022461600001596993-22-000028
10-Q2022-02-03fiscal Q3 2022441200001596993-22-000011
10-Q2021-11-03fiscal Q2 2022441170001596993-21-000056
10-Q2021-08-04fiscal Q1 202244910001596993-21-000040
10-K2021-06-02fiscal FY 2021461590001596993-21-000026
10-Q2021-02-02fiscal Q3 2021441210001596993-21-000013
10-Q2020-11-02fiscal Q2 2021441170001596993-20-000033
10-Q2020-08-04fiscal Q1 202144910001596993-20-000024
10-K2020-06-12fiscal FY 2020461560001596993-20-000019
10-Q2020-02-05fiscal Q3 2020441200001596993-20-000006
10-Q2019-10-31fiscal Q2 2020431150001596993-19-000020
10-Q2019-08-07fiscal Q1 202043890001596993-19-000013
10-K2019-05-30fiscal FY 2019391230001596993-19-000010
10-Q2019-02-04fiscal Q3 2019421160001596993-19-000003
10-Q2018-10-31fiscal Q2 201937880001596993-18-000030
10-Q2018-08-09fiscal Q1 201937770001596993-18-000022
10-K2018-06-28fiscal FY 2018391270001596993-18-000015
10-Q2018-02-08fiscal Q3 201838980001596993-18-000009
10-Q2017-11-09fiscal Q2 201837940001596993-17-000024
10-Q2017-07-31fiscal Q1 201837780001596993-17-000015
10-K2017-06-14fiscal FY 2017361160001596993-17-000010
10-Q2017-01-30fiscal Q3 201735910001596993-17-000004
10-Q2016-10-28fiscal Q2 201735910001596993-16-000036
10-Q2016-07-28fiscal Q1 201731640001596993-16-000030
10-K/A2016-05-31fiscal FY 2016361130000919574-16-013460
10-Q2016-01-29fiscal Q3 201635890001596993-16-000003
10-Q2015-10-30fiscal Q2 201634880000919574-15-007536
10-Q2015-08-05fiscal Q1 201629610000919574-15-005644
10-K2015-06-04fiscal FY 201529760000919574-15-004764
20-F2014-07-30fiscal FY 201426260000919574-14-004164

Inspect the source

Entity
DORIAN LPG LTD. / CIK 0001596993
Captured
2026-09-20T09:24:48.443Z
SEC response SHA-256
5dbb6cb66367119bc142e061218ffecb5f5a66a8694c3c8664b27a39ac2dea7d

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