Skip to content

EPSILON ENERGY LTD.: filings

Every EPSILON ENERGY LTD. annual and quarterly report in the SEC record with the published financial measures it tagged, 31 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-12fiscal Q2 2026401220001104659-26-095013
10-Q2026-05-13fiscal Q1 202640880001104659-26-060245
10-K2026-03-27fiscal FY 202543880001104659-26-035794
10-Q2025-11-05fiscal Q3 2025411280001104659-25-106988
10-Q2025-08-13fiscal Q2 2025411240001558370-25-011374
10-Q2025-05-14fiscal Q1 202541900001558370-25-007742
10-K2025-03-19fiscal FY 202442870001558370-25-003308
10-Q2024-11-06fiscal Q3 2024421280001558370-24-014668
10-Q2024-08-13fiscal Q2 2024421230001558370-24-012054
10-Q2024-05-08fiscal Q1 202441860001558370-24-007320
10-K2024-03-21fiscal FY 202343890001558370-24-003645
10-Q2023-11-09fiscal Q3 2023421270001558370-23-018582
10-Q2023-08-11fiscal Q2 2023421220001558370-23-014582
10-Q2023-05-11fiscal Q1 202341860001558370-23-009240
10-K2023-03-24fiscal FY 202242840001558370-23-004481
10-K/A2023-01-06fiscal FY 202140820001558370-23-000085
10-Q2022-11-10fiscal Q3 2022401220001558370-22-017472
10-Q2022-08-12fiscal Q2 2022401170001558370-22-013356
10-Q2022-05-12fiscal Q1 202238790001558370-22-008381
10-K2022-03-24fiscal FY 202140820001558370-22-004185
10-Q2021-11-12fiscal Q3 2021381190001558370-21-015594
10-Q2021-08-12fiscal Q2 2021381150001558370-21-011463
10-Q2021-05-06fiscal Q1 202137790001558370-21-006291
10-K2021-03-25fiscal FY 202039800001558370-21-003486
10-Q2020-11-10fiscal Q3 2020381200001558370-20-013526
10-Q2020-08-13fiscal Q2 2020381150001558370-20-010536
10-Q2020-05-13fiscal Q1 202038780001558370-20-006518
10-K2020-03-18fiscal FY 201939800001558370-20-002895
10-Q2019-11-13fiscal Q3 2019391240001558370-19-010950
10-Q2019-08-16fiscal Q2 2019381160001558370-19-008238
10-Q2019-05-14fiscal Q1 201936750001558370-19-005006

Inspect the source

Entity
EPSILON ENERGY LTD. / CIK 0001726126
Captured
2026-09-21T17:25:17.785Z
SEC response SHA-256
7c1077cf0ed8b76e4893931685c6542a6c5cd37b7de413205f0dbbfadf34e58f

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