Skip to content

ASPEN GROUP, INC.: filings

Every ASPEN GROUP, 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-16

The latest filing in this captured record is a 10-Q filed 2023-05-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. ASPEN GROUP, 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-Q2023-05-16fiscal Q3 2023481330001487198-23-000003
10-Q2022-12-15fiscal Q2 2023471310001487198-22-000021
10-Q2022-09-14fiscal Q1 202346970001487198-22-000017
10-K2022-07-29fiscal FY 2022481540001487198-22-000008
10-Q2022-03-15fiscal Q3 2022451260001487198-22-000003
10-Q2021-12-14fiscal Q2 2022451260001487198-21-000010
10-Q2021-09-14fiscal Q1 202245960001487198-21-000007
10-K2021-07-13fiscal FY 2021481400001487198-21-000003
10-Q2021-03-16fiscal Q3 2021441220001628280-21-004899
10-Q2020-12-15fiscal Q2 2021431200001487198-20-000020
10-Q2020-09-14fiscal Q1 202143920001487198-20-000017
10-K2020-07-07fiscal FY 2020441310001487198-20-000010
10-Q2020-03-10fiscal Q3 2020441180001487198-20-000004
10-Q2019-12-10fiscal Q2 2020411080001628280-19-014913
10-Q2019-09-09fiscal Q1 202040800001553350-19-000934
10-K2019-07-09fiscal FY 201938770001553350-19-000717
10-Q2019-03-11fiscal Q3 201937980001553350-19-000199
10-Q2018-12-10fiscal Q2 201936920001553350-18-001336
10-Q2018-09-10fiscal Q1 201935710001553350-18-001026
10-K2018-07-13fiscal FY 201837740001553350-18-000804
10-Q2018-03-15fiscal Q3 2018391050001553350-18-000217
10-Q2017-12-13fiscal Q2 2018371000001553350-17-001365
10-Q2017-09-14fiscal Q1 201833660001553350-17-001031
10-K2017-07-25fiscal FY 201733660001553350-17-000878
10-Q2017-03-09fiscal Q3 201736980001553350-17-000248
10-Q2016-12-12fiscal Q2 201735970001553350-16-002791
10-Q2016-09-14fiscal Q1 201731630001553350-16-002470
10-K2016-07-27fiscal FY 201632670001553350-16-002268
10-Q2016-03-09fiscal Q3 201631820001553350-16-001682
10-Q2015-12-02fiscal Q2 201631820001553350-15-001310
10-Q2015-09-10fiscal Q1 201633680001553350-15-000962
10-K2015-07-28fiscal FY 201534710001553350-15-000775
10-Q2015-03-11fiscal Q3 201534870001553350-15-000217
10-Q2014-12-01fiscal Q2 201534870001553350-14-001449
10-Q2014-09-15fiscal Q1 201534700001553350-14-001094
10-K2014-07-29fiscal FY 2014371130001553350-14-000845
10-Q2014-03-17fiscal Q3 201435880001553350-14-000249
10-Q2013-12-13fiscal Q2 201435900001553350-13-001011
10-Q2013-09-16fiscal Q1 201432660001553350-13-000670
10-Q2013-05-10fiscal Q1 201333690001354488-13-002609
10-K2013-03-18fiscal FY 201232650001354488-13-001292
10-Q2012-11-21fiscal Q3 201233840001354488-12-006143
10-Q2012-08-20fiscal Q2 201233840001354488-12-004436
10-Q/A2012-08-20fiscal Q1 201231620001354488-12-004433
10-K2012-05-24fiscal FY 201116450001354488-12-002906
10-Q2012-05-15fiscal Q1 201232660001354488-12-002577
10-Q2012-01-13fiscal Q3 201115400001144204-12-002224
10-Q/A2011-11-02fiscal Q2 201112300001144204-11-060789

Inspect the source

Entity
ASPEN GROUP, INC. / CIK 0001487198
Captured
SEC response SHA-256
5e035f2821ffd549f4d46597eb5d626a12f25745e7e53253430ee2d47bd6afc3

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