Skip to content

TRIO PETROLEUM CORP: filings

Every TRIO PETROLEUM CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 18 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-09-09fiscal Q3 2026361110001493152-26-041903
10-Q2026-06-11fiscal Q2 2026341060001493152-26-028279
10-Q2026-03-17fiscal Q1 202633670001493152-26-010535
10-K2026-01-20fiscal FY 202534650001493152-26-002848
10-Q2025-09-12fiscal Q3 2025321000001493152-25-013189
10-Q2025-06-10fiscal Q2 202532960001641172-25-014516
10-K/A2025-04-15fiscal FY 202427540001641172-25-004910
10-Q2025-03-14fiscal Q1 202526540001493152-25-010362
10-K/A2025-02-27fiscal FY 202427540001493152-25-008556
10-K/A2025-01-30fiscal FY 202427540001493152-25-004268
10-K2025-01-17fiscal FY 202427540001493152-25-002760
10-Q2024-09-12fiscal Q3 202426780001493152-24-036044
10-Q2024-06-14fiscal Q2 202427830001493152-24-023861
10-K/A2024-06-13fiscal FY 202326530001493152-24-023710
10-Q2024-03-18fiscal Q1 202426550001493152-24-010219
10-K2024-01-29fiscal FY 202326530001493152-24-004144
10-Q2023-09-11fiscal Q3 202326780001493152-23-032255
10-Q2023-06-08fiscal Q2 202326760001493152-23-020558

Inspect the source

Entity
TRIO PETROLEUM CORP / CIK 0001898766
Captured
2026-09-21T17:35:47.549Z
SEC response SHA-256
905790b0e750ac3c3b8ce8306de9a7ae0f40c725454ecde276c76118a4d0db44

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