Skip to content

PETROGAS COMPANY: filings

Every PETROGAS COMPANY annual and quarterly report in the SEC record with the published financial measures it tagged, 49 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-02-05fiscal Q3 202620640001640334-26-000223
10-Q2025-11-03fiscal Q2 202619580001640334-25-001950
10-Q2025-08-12fiscal Q1 202620440001640334-25-001414
10-K2025-06-30fiscal FY 202524480001640334-25-001087
10-Q2025-01-22fiscal Q3 202521660001640334-25-000110
10-Q2024-11-06fiscal Q2 202521620001640334-24-001636
10-Q2024-07-31fiscal Q1 202518400001640334-24-001177
10-K2024-06-26fiscal FY 202420420001640334-24-001017
10-Q2024-01-23fiscal Q3 202419600001640334-24-000128
10-Q2023-10-30fiscal Q2 202419560001640334-23-001991
10-Q2023-08-07fiscal Q1 202417380001640334-23-001457
10-K2023-07-10fiscal FY 202320420001640334-23-001250
10-Q2023-02-08fiscal Q3 202319590001640334-23-000182
10-Q2022-11-01fiscal Q2 202218540001640334-22-002321
10-Q2022-08-01fiscal Q1 202319420001640334-22-001627
10-K2022-06-27fiscal FY 202222460001640334-22-001335
10-Q2022-01-14fiscal Q3 202118580001640334-22-000076
10-Q2021-11-09fiscal Q1 202120580001640334-21-002719
10-Q2021-08-06fiscal Q1 202120440001640334-21-001787
10-K2021-07-02fiscal FY 202122460001640334-21-001482
10-Q2021-01-22fiscal Q3 202121660001640334-21-000189
10-Q2020-10-29fiscal Q2 202121640001640334-20-002682
10-Q2020-07-27fiscal Q1 202021460001640334-20-001848
10-K2020-05-26fiscal FY 202017320001640334-20-001303
10-Q2020-02-10fiscal Q3 202019570001640334-20-000228
10-Q2019-11-04fiscal Q2 202019530001640334-19-002175
10-Q2019-08-13fiscal Q1 202017350001640334-19-001604
10-K2019-06-26fiscal FY 202017350001640334-19-001237
10-Q2019-02-07fiscal Q3 201917470001640334-19-000178
10-Q2018-11-05fiscal Q2 201916460001640334-18-002067
10-Q2018-09-11fiscal Q1 201815320001640334-18-001739
10-K2018-07-23fiscal FY 201817350001640334-18-001450
10-Q2018-02-20fiscal Q3 201816420001640334-18-000362
10-Q2017-11-14fiscal Q2 201815420001640334-17-002410
10-Q2017-08-21fiscal Q1 201713260001640334-17-001765
10-K2017-06-30fiscal FY 201719340001640334-17-001346
10-Q2017-02-14fiscal Q3 201718410001640334-17-000305
10-Q2016-10-25fiscal Q2 201716420001594062-16-000646
10-Q2016-10-18fiscal Q1 201715270001594062-16-000641
10-K2016-09-27fiscal FY 201619340001594062-16-000622
10-Q2016-02-22fiscal Q3 201616370001165527-16-000667
10-Q2015-11-24fiscal Q2 201614330001165527-15-000577
10-Q2015-08-24fiscal Q1 201614280001165527-15-000428
10-K2015-07-15fiscal FY 201517290001165527-15-000334
10-Q2015-03-09fiscal Q3 201522360001609258-15-000008
10-Q2015-03-09fiscal Q2 201521350001609258-15-000005
10-Q2015-01-21fiscal Q3 201522360001609258-15-000003
10-Q2014-11-19fiscal Q2 201521350001609258-14-000004
10-Q2014-11-06fiscal Q2 201521350001609258-14-000002

Inspect the source

Entity
PETROGAS COMPANY / CIK 0001609258
Captured
2026-09-20T09:26:32.425Z
SEC response SHA-256
83b84b87fc0b93cb940c5df44f928122cb2268558976ee63670d1fe54c4c97bd

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