Skip to content

Petrogress, Inc.: filings

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

Filing record ends 2022-01-25

The latest filing in this captured record is a 10-Q filed 2022-01-25. No later filing is in the SEC companyfacts record captured on 2026-09-22. Petrogress, 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-Q2022-01-25fiscal Q3 2021431250001437749-22-001533
10-Q2021-08-31fiscal Q2 2021431210001437749-21-021244
10-Q2021-07-02fiscal Q1 202139780001437749-21-016324
10-K2021-06-21fiscal FY 202043830001437749-21-015294
10-Q2020-11-13fiscal Q3 2020401040001437749-20-023781
10-Q2020-08-28fiscal Q2 2020411080001437749-20-018931
10-Q2020-06-29fiscal Q1 202042820001437749-20-014122
10-K2020-05-13fiscal FY 201941840001437749-20-010615
10-Q2019-11-14fiscal Q3 2019381070001437749-19-022906
10-Q2019-08-13fiscal Q2 2019381070001437749-19-016600
10-Q2019-05-15fiscal Q1 201937770001437749-19-010009
10-K2019-04-12fiscal FY 201841850001437749-19-007113
10-Q2018-11-14fiscal Q3 2018371010001437749-18-020740
10-Q2018-08-20fiscal Q2 2018381050001437749-18-015855
10-Q2018-05-15fiscal Q1 201837720001437749-18-009863
10-K2018-03-29fiscal FY 201741820001437749-18-005768
10-Q2017-11-20fiscal Q3 201727750001437749-17-019612
10-Q2017-08-14fiscal Q2 201727730001554795-17-000336
10-Q2017-05-22fiscal Q1 201727530001554795-17-000231
10-K2017-04-13fiscal FY 201627520001554795-17-000157
10-Q2017-02-22fiscal Q3 201628730001554795-17-000071
10-Q/A2017-01-23fiscal Q2 201626680001554795-17-000026
10-Q/A2016-10-18fiscal Q2 201625670001615774-16-007668
10-Q/A2016-10-18fiscal Q1 201627520001615774-16-007667
10-Q2016-08-24fiscal Q2 201626680001554795-16-000830
10-Q2016-05-23fiscal Q1 201627510001554795-16-000709
10-K2016-04-19fiscal FY 201531580001554795-16-000639
10-Q2015-11-24fiscal Q3 201527730001554795-15-000456
10-Q2015-08-14fiscal Q2 201528780001554795-15-000339
10-Q2015-05-15fiscal Q1 201526530001554795-15-000206
10-K2015-03-31fiscal FY 201430590001554795-15-000121
10-Q2014-10-29fiscal Q3 201427730001554795-14-000594
10-Q2014-08-04fiscal Q2 201427730001554795-14-000470
10-Q2014-05-20fiscal Q1 201423460001264931-14-000269
10-K2014-04-11fiscal FY 201325510001264931-14-000144
10-Q2013-11-14fiscal Q3 201325670001264931-13-000635
10-Q2013-10-11fiscal Q2 201325670001264931-13-000548

Inspect the source

Entity
Petrogress, Inc. / CIK 0001558465
Captured
SEC response SHA-256
5f98e31af65e6ddab3fa248a4e7f7e0bcd92db36c86a3ae354b8ec167f377f0b

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