Skip to content

Colambda Technologies, Inc.: filings

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

Filing record ends 2022-11-10

The latest filing in this captured record is a 10-Q filed 2022-11-10. No later filing is in the SEC companyfacts record captured on 2026-09-23. Colambda 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-Q2022-11-10fiscal Q3 202228810001096906-22-002698
10-Q2022-08-15fiscal Q2 202217580001096906-22-001898
10-Q2022-05-23fiscal Q1 202217380001096906-22-001269
10-K2022-04-14fiscal FY 202117360001096906-22-000869
10-Q2021-11-15fiscal Q3 202117620001096906-21-002701
10-Q2021-08-12fiscal Q2 202117580001096906-21-001939
10-Q2021-05-14fiscal Q1 202117380001096906-21-001132
10-K2021-03-05fiscal FY 202017360001096906-21-000417
10-Q2020-11-03fiscal Q3 202017620001096906-20-000146
10-Q2020-08-18fiscal Q2 202017580001445866-20-001225
10-K/A2020-05-27fiscal FY 201916340001445866-20-000742
10-Q2020-05-12fiscal Q1 202017380001445866-20-000603
10-K2020-04-15fiscal FY 201916340001445866-20-000397
10-Q2019-11-20fiscal Q3 201917540001445866-19-001417
10-Q2019-08-19fiscal Q2 201917540001445866-19-001041
10-Q2019-05-14fiscal Q1 201918380001445866-19-000574
10-K2019-03-27fiscal FY 201819400001445866-19-000300
10-Q2018-11-19fiscal Q3 201818540001445866-18-001275
10-Q2018-08-14fiscal Q2 201818540001445866-18-000835
10-Q2018-05-15fiscal Q1 201818380001445866-18-000553
10-K2018-04-11fiscal FY 201718380001445866-18-000375
10-Q2017-11-20fiscal Q3 201717500001445866-17-001679
10-Q2017-08-18fiscal Q2 201717500001445866-17-001250
10-Q2017-05-22fiscal Q1 201716340001445866-17-000738
10-K/A2017-04-05fiscal FY 201617360001445866-17-000409
10-Q2016-11-14fiscal Q3 201614400001445866-16-002864
10-Q2016-08-15fiscal Q2 201614420001445866-16-002492
10-Q2016-05-13fiscal Q1 201612240001445866-16-002070
10-K2016-04-14fiscal FY 201515310001445866-16-001935
10-Q2015-11-13fiscal Q3 201512340001445866-15-001273
10-Q2015-08-14fiscal Q2 201514400001445866-15-000957
10-Q2015-05-14fiscal Q1 201514280001445866-15-000572
10-K2015-03-27fiscal FY 201414280001445866-15-000292

Inspect the source

Entity
Colambda Technologies, Inc. / CIK 0001104462
Captured
SEC response SHA-256
d72ece650be77d9753538918d8e4b7e3e76c4e0e9feb4b63d21b89c8e69a0b5f

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