Skip to content

TRULEUM, INC.: filings

Every TRULEUM, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 filings, each linked to its SEC index.

Filing record ends 2024-05-15

The latest filing in this captured record is a 10-Q filed 2024-05-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. TRULEUM, 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-Q2024-05-15fiscal Q1 202427560001437749-24-016930
10-K2024-04-05fiscal FY 202332640001437749-24-011131
10-Q2023-11-21fiscal Q3 202329900001437749-23-032723
10-Q2023-08-15fiscal Q2 202329860001437749-23-023779
10-Q2023-06-02fiscal Q1 202329680001437749-23-016416
10-K2023-04-17fiscal FY 202233660001437749-23-010455
10-Q2022-11-21fiscal Q3 2022331020001437749-22-027864
10-Q2022-08-18fiscal Q2 202231940001437749-22-020897
10-Q2022-07-29fiscal Q1 202230630001437749-22-018153
10-K2022-04-04fiscal FY 202126530001437749-22-008152
10-Q2021-11-10fiscal Q3 202130960001437749-21-026199
10-Q2021-08-09fiscal Q2 202130920001437749-21-019118
10-Q2021-05-18fiscal Q1 202129550001437749-21-012697
10-K2021-04-29fiscal FY 202028540001437749-21-010230
10-Q2020-11-20fiscal Q3 202028990001437749-20-024271
10-Q2020-11-16fiscal Q2 202028960001437749-20-023962
10-Q2020-11-09fiscal Q1 202029650001437749-20-023158
10-K2020-09-24fiscal FY 201931580001437749-20-020157
10-Q2019-11-13fiscal Q3 201925700001078782-19-000832
10-Q2019-09-13fiscal Q2 201924660001078782-19-000713
10-Q2019-05-20fiscal Q1 201931600001437749-19-010450
10-K2019-04-15fiscal FY 201825500001437749-19-007192
10-Q2018-11-14fiscal Q3 201824660001078782-18-001290
10-Q2018-08-16fiscal Q2 201823640001078782-18-000881
10-Q2018-05-21fiscal Q1 201825520001078782-18-000599
10-K2018-04-10fiscal FY 201725520001078782-18-000421
10-Q2017-11-13fiscal Q3 201723640001078782-17-001546
10-Q2017-08-14fiscal Q2 201723640001078782-17-001101
10-Q2017-05-15fiscal Q1 201725520001078782-17-000673
10-K2017-04-13fiscal FY 201621430001078782-17-000469
10-Q2016-11-23fiscal Q3 201620560001078782-16-003859
10-Q2016-09-28fiscal Q2 201620560001078782-16-003549
10-Q2016-09-28fiscal Q1 201619400001078782-16-003547
10-K2016-09-28fiscal FY 201523470001078782-16-003545
10-Q2016-09-28fiscal Q3 201521580001078782-16-003543
10-Q2016-09-28fiscal Q2 201520500001078782-16-003541
10-Q2016-09-28fiscal Q1 201519360001078782-16-003539
10-K2016-09-28fiscal FY 201423470001078782-16-003537

Inspect the source

Entity
TRULEUM, INC. / CIK 0000855787
Captured
SEC response SHA-256
e44abcc4085c56e6e1d3a21797e7d439334d2c58efcb71d1187a300e5f24d681

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