Skip to content

ARTELLIGENCE HOLDINGS, INC.: filings

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

Filing record ends 2023-05-23

The latest filing in this captured record is a 10-K filed 2023-05-23. No later filing is in the SEC companyfacts record captured on 2026-09-22. ARTELLIGENCE HOLDINGS, 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-K2023-05-23fiscal FY 202229590001477932-23-003924
10-Q2022-11-21fiscal Q3 202230840001477932-22-008734
10-Q2022-08-05fiscal Q2 202227760001477932-22-005672
10-Q2022-05-17fiscal Q1 202226560001477932-22-003603
10-K2022-03-24fiscal FY 202127560001477932-22-001603
10-Q2021-11-17fiscal Q3 202130900001477932-21-008474
10-Q2021-08-13fiscal Q2 202126730001477932-21-005412
10-Q2021-05-17fiscal Q1 202127580001477932-21-003177
10-K2021-03-30fiscal FY 202026540001477932-21-001762
10-Q2020-11-13fiscal Q3 202030880001477932-20-006529
10-Q2020-08-12fiscal Q2 202021570001477932-20-004757
10-Q2020-05-12fiscal Q1 202024500001477932-20-002537
10-K2020-03-30fiscal FY 201921430001477932-20-001617
10-Q2019-11-08fiscal Q3 201923690001477932-19-006260
10-Q2019-08-09fiscal Q2 201922590001477932-19-004627
10-Q2019-05-22fiscal Q1 201921420001477932-19-003090
10-K2019-04-16fiscal FY 201824490001477932-19-001766
10-Q2018-11-14fiscal Q3 201821600001477932-18-005502
10-Q2018-07-30fiscal Q2 201819530001477932-18-003700
10-Q2018-05-11fiscal Q1 201819400001477932-18-002323
10-K2018-04-02fiscal FY 201725490001477932-18-001556
10-Q2017-11-03fiscal Q3 201726750001477932-17-005363
10-Q2017-08-11fiscal Q2 201722580001477932-17-003830
10-Q2017-05-11fiscal Q1 201722430001477932-17-002160
10-K2017-04-19fiscal FY 201622440001477932-17-001828
10-Q2016-11-02fiscal Q3 201623610001477932-16-013226
10-Q2016-09-23fiscal Q2 201623640001477932-16-012658
10-Q2016-09-15fiscal Q1 201624480001477932-16-012513
10-K2016-07-05fiscal FY 201521380001477932-16-011172
10-Q2015-11-19fiscal Q3 201514270001477932-15-007215
10-Q2015-09-08fiscal Q2 201515280001477932-15-005757
10-Q2015-08-25fiscal Q1 201520420001477932-15-005576
10-Q2015-08-03fiscal Q3 201421580001477932-15-004814
10-Q2015-07-28fiscal Q2 201421580001477932-15-004724
10-Q2015-07-22fiscal Q1 201421450001477932-15-004625
10-K2015-07-09fiscal FY 201423460001477932-15-004365
10-Q2015-04-30fiscal Q3 201322620001477932-15-002826
10-Q2015-04-30fiscal Q2 201322610001477932-15-002824
10-Q2015-04-30fiscal Q1 201321450001477932-15-002822
10-K2015-03-20fiscal FY 201320430001477932-15-001840
10-Q2013-05-31fiscal Q1 201320580001387131-13-002076
10-K2013-04-16fiscal FY 201220560001214782-13-000188
10-Q2012-11-14fiscal Q3 201220590001214782-12-000082
10-Q/A2012-09-12fiscal Q2 201220650001432093-12-000730
10-Q2012-05-15fiscal Q1 201219530001432093-12-000363
10-K2012-04-16fiscal FY 201119510001432093-12-000256
10-Q2011-11-10fiscal Q3 201120640001432093-11-000702
10-Q/A2011-09-14fiscal Q2 201120650001432093-11-000616

Inspect the source

Entity
ARTELLIGENCE HOLDINGS, INC. / CIK 0001389067
Captured
SEC response SHA-256
52aeda4f26bebae64e93e64a61e4647dd62871f7a800b9c386f5a73d4afc4da3

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