Skip to content

BARREL ENERGY, INC.: filings

Every BARREL ENERGY, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 23 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-14fiscal Q2 202628790001477932-26-005034
10-Q2026-05-14fiscal Q1 202627570001477932-26-003107
10-K2022-02-07fiscal FY 202025480001477932-22-000607
10-Q2021-04-08fiscal Q2 202018490001477932-21-002141
10-Q2020-02-27fiscal Q1 202017340001477932-20-000942
10-K2020-01-30fiscal FY 201919350001477932-20-000448
10-Q2019-08-21fiscal Q3 201919590001477932-19-005059
10-Q2019-05-20fiscal Q2 201921630001477932-19-003001
10-Q2019-03-19fiscal Q1 201921490001477932-19-001064
10-K2019-02-27fiscal FY 201822440001477932-19-000685
10-Q2018-08-08fiscal Q3 201819500001477932-18-003869
10-Q2018-05-25fiscal Q2 201820520001477932-18-002757
10-Q2018-02-13fiscal Q1 201820400001477932-18-000806
10-K2017-12-29fiscal FY 201721430001477932-17-006338
10-Q2017-08-14fiscal Q3 201722540001477932-17-003889
10-Q2017-05-15fiscal Q2 201721530001477932-17-002291
10-Q2017-02-08fiscal Q1 201720390001477932-17-000607
10-K2016-12-29fiscal FY 201622420001477932-16-014402
10-Q2016-08-05fiscal Q3 201623560001477932-16-011634
10-Q2016-05-23fiscal Q2 201623560001477932-16-010544
10-Q2016-02-05fiscal Q1 201623440001477932-16-008434
10-K2015-12-29fiscal FY 201521390001477932-15-007800
10-Q2015-08-12fiscal Q3 201522520001477932-15-005008

Inspect the source

Entity
BARREL ENERGY, INC. / CIK 0001631463
Captured
2026-09-21T17:22:07.632Z
SEC response SHA-256
c30e15c05a5e740edbc94e93980d61c55af32d80cd4839e59bc745bacebe50c1

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