Skip to content

ADVANZEON SOLUTIONS, INC.: filings

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

Filing record ends 2020-08-19

The latest filing in this captured record is a 10-Q filed 2020-08-19. No later filing is in the SEC companyfacts record captured on 2026-09-22. ADVANZEON SOLUTIONS, 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-Q2020-08-19fiscal Q2 202033870001731122-20-000897
10-Q/A2020-07-31fiscal Q1 202032710001731122-20-000780
10-K/A2020-07-08fiscal FY 201935670001731122-20-000718
10-Q2020-05-19fiscal Q1 202032640001731122-20-000543
10-K2020-04-09fiscal FY 201935650001731122-20-000362
10-Q2019-11-14fiscal Q3 201933700001731122-19-000692
10-Q2019-08-01fiscal Q2 201932690001731122-19-000421
10-Q2019-06-14fiscal Q1 201931550001213900-19-010754
10-K2019-05-24fiscal FY 201828560001615774-19-008389
10-Q2019-04-24fiscal Q3 201827670001615774-19-006176
10-Q2019-04-23fiscal Q2 201827670001615774-19-006102
10-Q2019-04-12fiscal Q1 201827550001615774-19-005700
10-K2019-01-29fiscal FY 201730870001615774-19-001214
10-K2018-05-18fiscal FY 201431610001615774-18-004065
10-Q2013-08-14fiscal Q2 201328730001193125-13-334781
10-Q2013-05-20fiscal Q1 201328540001193125-13-228056
10-K2013-04-12fiscal FY 201240760001193125-13-153233
10-Q2012-11-14fiscal Q3 201229750001193125-12-469087
10-Q2012-08-14fiscal Q2 201229760001193125-12-354406
10-Q2012-05-21fiscal Q1 201230600001193125-12-241910
10-K2012-03-30fiscal FY 201135700001193125-12-143913
10-Q2011-11-18fiscal Q3 201133830001193125-11-317302
10-Q2011-08-12fiscal Q2 201135960001193125-11-221549

Inspect the source

Entity
ADVANZEON SOLUTIONS, INC. / CIK 0000022872
Captured
SEC response SHA-256
292f0ba89c646b92a227991745a53532549a6835edeef00a621ce31c53afc4f7

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