Skip to content

ADVANTEGO CORPORATION: filings

Every ADVANTEGO CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 29 filings, each linked to its SEC index.

Filing record ends 2023-10-04

The latest filing in this captured record is a 10-Q filed 2023-10-04. No later filing is in the SEC companyfacts record captured on 2026-09-22. ADVANTEGO CORPORATION 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-10-04fiscal Q2 202027770001493152-23-035704
10-Q2022-10-20fiscal Q1 202026510001493152-22-029192
10-K2022-09-12fiscal FY 201929580001493152-22-025630
10-Q/A2019-11-21fiscal Q3 201929820001493152-19-018171
10-Q2019-08-14fiscal Q2 201932920001654954-19-009605
10-Q2019-05-15fiscal Q1 201932680001654954-19-006105
10-K2019-04-01fiscal FY 201835720001654954-19-003723
10-Q2018-11-14fiscal Q3 201832880001654954-18-012669
10-Q2018-08-15fiscal Q2 201827720001127855-18-000143
10-Q2018-05-24fiscal Q1 201827560001127855-18-000094
10-K2018-04-02fiscal FY 201727710001127855-18-000049
10-Q2017-12-11fiscal Q3 201724570001127855-17-000323
10-Q2017-11-28fiscal Q3 201724570001127855-17-000311
10-Q2017-11-22fiscal Q2 201722410001127855-17-000305
10-Q2017-11-21fiscal Q1 201721320001127855-17-000303
10-K2017-10-19fiscal FY 201620230001127855-17-000252
10-K2017-08-04fiscal FY 201520420001127855-17-000195
10-K2017-08-03fiscal FY 201422440001127855-17-000191
10-K2017-03-27fiscal FY 201328580001127855-17-000067
10-Q2013-11-14fiscal Q3 201327730001102624-13-001395
10-Q2013-08-14fiscal Q2 201327650001102624-13-000991
10-Q2013-05-15fiscal Q1 201325470001102624-13-000609
10-K2013-04-01fiscal FY 201231610001102624-13-000405
10-Q2012-11-14fiscal Q3 201228710001102624-12-000909
10-Q2012-07-31fiscal Q2 201229780001102624-12-000614
10-Q2012-05-11fiscal Q1 201230600001102624-12-000413
10-K2012-03-30fiscal FY 201133670001102624-12-000253
10-Q2011-11-14fiscal Q3 201133920001102624-11-000731
10-Q/A2011-09-06fiscal Q2 201134940001102624-11-000554

Inspect the source

Entity
ADVANTEGO CORPORATION / CIK 0000869531
Captured
SEC response SHA-256
d896deab3e98b7f30928ffb51291be22fb571b41711b514d6678f683b1311260

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