Skip to content

BLACKSTAR ENTERPRISE GROUP, INC.: filings

Every BLACKSTAR ENTERPRISE GROUP, INC. 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-02-06fiscal Q1 202527560001065949-26-000012
10-K2025-11-25fiscal FY 202430600001065949-25-000042
10-Q2024-12-11fiscal Q3 202426730001065949-24-000133
10-Q2024-08-19fiscal Q2 202425720001065949-24-000098
10-K2024-04-15fiscal FY 202327550001065949-24-000044
10-Q2023-11-20fiscal Q3 202324660001065949-23-000100
10-Q2023-08-14fiscal Q2 202323650001065949-23-000073
10-K2023-04-06fiscal FY 202225510001065949-23-000028
10-Q2022-08-09fiscal Q2 202225700001065949-22-000124
10-K2022-03-30fiscal FY 202120420001065949-22-000034
10-Q2021-11-15fiscal Q3 202119490001065949-21-000230
10-Q2021-08-23fiscal Q2 202119480001065949-21-000159
10-Q2021-05-17fiscal Q1 202119400001065949-21-000101
10-K2021-04-12fiscal FY 202022450001065949-21-000075
10-Q2020-11-16fiscal Q3 202022570001065949-20-000153
10-Q2020-09-11fiscal Q2 202021570001065949-20-000128
10-Q2020-06-25fiscal Q1 202020410001065949-20-000093
10-K2020-05-12fiscal FY 201925490001065949-20-000056
10-Q2019-11-19fiscal Q3 201924690001065949-19-000169
10-Q2019-08-19fiscal Q2 201924680001065949-19-000124
10-Q2019-05-20fiscal Q1 201921480001065949-19-000077
10-K2019-04-16fiscal FY 201824490001065949-19-000061
10-Q2018-11-14fiscal Q3 201822620001065949-18-000169
10-K/A2018-09-05fiscal FY 201723480001065949-18-000124
10-Q2018-08-14fiscal Q2 201822610001065949-18-000114
10-K/A2018-07-03fiscal FY 201723480001065949-18-000096
10-Q2018-05-14fiscal Q1 201822500001065949-18-000076
10-K2018-03-29fiscal FY 201723480001065949-18-000053
10-Q2017-11-17fiscal Q3 201723640001065949-17-000143
10-Q2017-08-14fiscal Q2 201721570001065949-17-000106
10-Q2017-05-15fiscal Q1 201720440001065949-17-000076

Inspect the source

Entity
BLACKSTAR ENTERPRISE GROUP, INC. / CIK 0001483646
Captured
2026-09-21T17:20:13.039Z
SEC response SHA-256
420fbb63d867ab4efc69d645209db67c7c2c87fc7e1d9ce304ead2a5dfe4ac23

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