Skip to content

CARBONMETA TECHNOLOGIES, INC.: filings

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

Filing record ends 2023-12-01

The latest filing in this captured record is a 10-Q filed 2023-12-01. No later filing is in the SEC companyfacts record captured on 2026-09-22. CARBONMETA TECHNOLOGIES, 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-12-01fiscal Q3 2023421210001493152-23-043415
10-Q2023-08-22fiscal Q2 2023401120001493152-23-029807
10-Q2023-05-31fiscal Q1 202337730001493152-23-019653
10-K2023-04-20fiscal FY 202241720001493152-23-013105
10-Q2016-08-15fiscal Q2 2016371000001214659-16-013234
10-Q2016-06-10fiscal Q1 201633640001214659-16-012151
10-K2016-05-24fiscal FY 201535700001214659-16-011727
10-Q2015-11-13fiscal Q3 201531900001214659-15-007738
10-Q2015-10-19fiscal Q1 201528550001214659-15-007147
10-Q2015-10-19fiscal Q2 201532920001214659-15-007146
10-K2015-08-24fiscal FY 201431620001214659-15-006266
10-Q/A2014-03-31fiscal Q2 201325660001214659-14-002362
10-Q/A2014-01-09fiscal Q3 201324650001214659-14-000213
10-Q/A2013-06-19fiscal Q3 201229820001214659-13-003509
10-Q/A2013-06-18fiscal Q1 201328520001214659-13-003476
10-Q/A2013-06-18fiscal Q2 201229800001214659-13-003475
10-K2013-04-16fiscal FY 201232630001558891-13-000068
10-K/A2013-01-31fiscal FY 201129560001214659-13-000456
10-Q/A2013-01-31fiscal Q1 201231600001214659-13-000448
10-Q/A2013-01-31fiscal Q3 201132890001214659-13-000444
10-Q/A2011-09-22fiscal Q2 201131880001354488-11-003517

Inspect the source

Entity
CARBONMETA TECHNOLOGIES, INC. / CIK 0001156784
Captured
SEC response SHA-256
031b77566b28f133b49a64ee07df122a7f8a5831619d60185f62ea05d23aa1b2

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