Skip to content

ASPENTECH Corp: filings

Every ASPENTECH Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 43 filings, each linked to its SEC index.

Filing record ends 2022-04-27

The latest filing in this captured record is a 10-Q filed 2022-04-27. No later filing is in the SEC companyfacts record captured on 2026-09-22. ASPENTECH Corp 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-Q2022-04-27fiscal Q3 2022511480000929940-22-000029
10-Q2022-01-26fiscal Q2 2022511440000929940-22-000007
10-Q2021-10-27fiscal Q1 2022501040000929940-21-000067
10-K2021-08-18fiscal FY 2021521910000929940-21-000060
10-Q2021-04-28fiscal Q3 2021461330000929940-21-000040
10-Q2021-01-27fiscal Q2 2021461300000929940-21-000011
10-Q2020-12-22fiscal Q1 202146960000929940-20-000073
10-K2020-12-09fiscal FY 2020491860000929940-20-000069
10-Q2020-05-06fiscal Q3 2020461330000929940-20-000023
10-Q2020-01-29fiscal Q2 2020451270000929940-20-000007
10-Q2019-10-30fiscal Q1 202044920000929940-19-000048
10-K2019-09-10fiscal FY 2019451190000929940-19-000038
10-Q2019-04-24fiscal Q3 201942970000929940-19-000015
10-Q2019-01-23fiscal Q2 201942920000929940-19-000003
10-Q2018-10-24fiscal Q1 201942640000929940-18-000032
10-K2018-08-08fiscal FY 2018451830000929940-18-000023
10-Q2018-04-25fiscal Q3 2018431190000929940-18-000014
10-Q2018-01-24fiscal Q2 2018431190000929940-18-000004
10-Q2017-10-26fiscal Q1 201843880000929940-17-000031
10-K2017-08-10fiscal FY 2017451840000929940-17-000024
10-Q2017-05-02fiscal Q3 2017421200000929940-17-000015
10-Q2017-01-26fiscal Q2 2017421180000929940-17-000007
10-Q2016-10-27fiscal Q1 201741840000929940-16-000024
10-K2016-08-11fiscal FY 2016441820001628280-16-018906
10-Q2016-04-28fiscal Q3 2016391100001104659-16-115286
10-Q2016-01-28fiscal Q2 2016391100001104659-16-092106
10-Q2015-10-29fiscal Q1 201639800001104659-15-074084
10-K2015-08-13fiscal FY 2015441810001047469-15-006824
10-Q2015-04-28fiscal Q3 2015391100001104659-15-030979
10-Q2015-01-28fiscal Q2 2015391100001104659-15-005030
10-Q2014-10-28fiscal Q1 201538780001104659-14-074370
10-K2014-08-13fiscal FY 2014431780001047469-14-006959
10-Q2014-04-29fiscal Q3 2014381080001104659-14-031907
10-Q2014-01-30fiscal Q2 2014381080001104659-14-005258
10-Q2013-10-29fiscal Q1 201438780001104659-13-078748
10-K2013-08-15fiscal FY 2013421780001047469-13-008484
10-Q2013-04-30fiscal Q3 2013391120001104659-13-035198
10-Q2013-01-29fiscal Q2 2013391120001104659-13-005520
10-Q2012-11-01fiscal Q1 201339800001104659-12-072921
10-K2012-08-21fiscal FY 2012441820001140361-12-037959
10-Q2012-05-01fiscal Q3 2012431230001140361-12-022122
10-Q2012-01-31fiscal Q2 2012431230001140361-12-004451
10-Q2011-11-01fiscal Q1 201243880001140361-11-051172

Inspect the source

Entity
ASPENTECH Corp / CIK 0000929940
Captured
SEC response SHA-256
92355f887c513421d53572e91723708057802cbccf8bda2bd4d6c7ea69a2ce46

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