Skip to content

Bloomios, Inc.: filings

Every Bloomios, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 18 filings, each linked to its SEC index.

Filing record ends 2023-11-20

The latest filing in this captured record is a 10-Q filed 2023-11-20. No later filing is in the SEC companyfacts record captured on 2026-09-22. Bloomios, 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-Q2023-11-20fiscal Q3 2023361030001477932-23-008672
10-Q2023-08-21fiscal Q2 202335970001477932-23-006291
10-Q2023-05-18fiscal Q1 202335740001477932-23-003735
10-K2023-04-17fiscal FY 202235720001477932-23-002660
10-Q2022-11-21fiscal Q3 2022361070001477932-22-008807
10-Q2022-08-22fiscal Q2 2022371110001477932-22-006356
10-Q2022-05-13fiscal Q1 202235860001477932-22-003248
10-K2022-04-15fiscal FY 202134760001477932-22-002409
10-Q2021-11-15fiscal Q3 2021341090001477932-21-008259
10-Q2021-08-19fiscal Q2 2021351110001477932-21-005758
10-K/A2021-07-14fiscal FY 202028620001477932-21-004612
10-Q2021-05-17fiscal Q1 202128640001477932-21-003250
10-Q2020-11-03fiscal Q3 202125740001477932-20-006229
10-Q2020-10-01fiscal Q2 202125720001477932-20-005700
10-Q2020-07-27fiscal Q1 202125560001477932-20-004304
10-K2020-07-09fiscal FY 202028720001477932-20-003851
10-Q2020-03-05fiscal Q3 202015300001477932-20-001068
10-Q2019-10-18fiscal Q2 202016280001477932-19-005954

Inspect the source

Entity
Bloomios, Inc. / CIK 0001138608
Captured
SEC response SHA-256
5d8263ae20dbff61ddf6ccb7216601e6c55201c958adb8bb7e2586e60d347405

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