Skip to content

AiADVERTISING, INC.: filings

Every AiADVERTISING, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 53 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-Q2024-12-12fiscal Q3 2024431190001213900-24-108459
10-Q2024-11-12fiscal Q2 2024421170001213900-24-096938
10-Q2024-10-17fiscal Q1 202442830001213900-24-088583
10-K2024-09-12fiscal FY 202344900001213900-24-077916
10-Q2023-11-14fiscal Q3 2023431210001213900-23-086685
10-Q2023-10-20fiscal Q2 2023411130001013762-23-005462
10-Q2023-07-18fiscal Q1 202342860001213900-23-057908
10-K2023-05-16fiscal FY 202246930001213900-23-040544
10-Q2022-11-14fiscal Q3 2022461310001065949-22-000155
10-Q2022-08-15fiscal Q2 2022461260001065949-22-000128
10-Q2022-05-16fiscal Q1 202246940001065949-22-000070
10-K2022-04-14fiscal FY 202145910001065949-22-000043
10-Q2021-11-15fiscal Q3 2021451320001065949-21-000232
10-Q2021-08-16fiscal Q2 2021451280001065949-21-000153
10-Q2021-05-17fiscal Q1 202145880001065949-21-000095
10-K2021-03-15fiscal FY 202044900001065949-21-000044
10-Q2020-11-13fiscal Q3 2020431250001065949-20-000151
10-Q2020-08-14fiscal Q2 2020411120001065949-20-000119
10-Q2020-05-15fiscal Q1 202039800001065949-20-000067
10-K2020-04-16fiscal FY 201943850001065949-20-000044
10-Q2019-11-14fiscal Q3 2019431220001065949-19-000163
10-Q2019-08-13fiscal Q2 2019431180001065949-19-000119
10-Q2019-05-15fiscal Q1 201942850001065949-19-000073
10-K2019-04-01fiscal FY 2018441150001065949-19-000051
10-Q2018-11-14fiscal Q3 2018441210001065949-18-000166
10-Q2018-08-14fiscal Q2 2018431180001065949-18-000115
10-Q2018-05-15fiscal Q1 201843870001065949-18-000077
10-Q2017-11-14fiscal Q1 201842820001065949-17-000140
10-K2017-10-06fiscal FY 201743870001065949-17-000125
10-Q2017-05-09fiscal Q3 2017411100001065949-17-000067
10-Q2017-02-13fiscal Q2 2017401080001065949-17-000009
10-Q2016-11-14fiscal Q1 201739770001065949-16-000521
10-K2016-09-27fiscal FY 201642850001065949-16-000499
10-Q2016-05-13fiscal Q3 2016371040001065949-16-000398
10-Q2016-02-11fiscal Q2 201636990001065949-16-000343
10-Q2015-11-13fiscal Q1 201636700001065949-15-000274
10-K2015-09-24fiscal FY 201535720001065949-15-000239
10-Q2015-05-13fiscal Q3 2015381040001065949-15-000122
10-Q/A2015-02-17fiscal Q2 2015381030001065949-15-000051
10-Q2015-02-13fiscal Q2 2015381030001065949-15-000045
10-Q2014-11-12fiscal Q1 201538800001065949-14-000275
10-K2014-09-26fiscal FY 201435700001065949-14-000235
10-Q2014-05-13fiscal Q3 201434870001065949-14-000128
10-Q2014-02-12fiscal Q2 201434850001065949-14-000042
10-Q2013-11-12fiscal Q1 201434650001065949-13-000152
10-K2013-09-27fiscal FY 201336720001065949-13-000128
10-Q/A2013-05-14fiscal Q3 201333820001065949-13-000055
10-Q2013-02-12fiscal Q2 201332810001065949-13-000028
10-Q2012-11-13fiscal Q1 201329560001065949-12-000145
10-K2012-09-28fiscal FY 201233660001013762-12-001888
10-Q2012-05-15fiscal Q3 201231800001013762-12-001114
10-Q2012-02-14fiscal Q2 201232860001013762-12-000309
10-Q/A2011-12-14fiscal Q1 201234720001013762-11-003304

Inspect the source

Entity
AiADVERTISING, INC. / CIK 0000743758
Captured
2026-09-21T17:16:50.678Z
SEC response SHA-256
4834c65aa45099634bbc427be565ba0e79e8a163c6119dab2be5634f4eebfe23

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