Skip to content

ASTEA INTERNATIONAL INC: filings

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

Filing record ends 2019-11-14

The latest filing in this captured record is a 10-Q filed 2019-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. ASTEA INTERNATIONAL 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-Q2019-11-14fiscal Q3 2019411210000950159-19-000236
10-Q2019-08-13fiscal Q2 2019401150000950159-19-000118
10-Q2019-05-15fiscal Q1 201936730000950159-19-000084
10-K2019-04-01fiscal FY 201828550000950159-19-000052
10-Q2018-11-14fiscal Q3 201830850000950159-18-000507
10-Q2018-08-14fiscal Q2 201829850000950159-18-000368
10-Q2018-05-15fiscal Q1 201829590000950159-18-000215
10-K2018-03-29fiscal FY 201730610000950159-18-000137
10-Q2017-11-14fiscal Q3 201730920000950159-17-000260
10-Q2017-08-14fiscal Q2 201732890000950159-17-000210
10-Q2017-05-11fiscal Q1 201732650000950159-17-000131
10-K2017-03-31fiscal FY 201632650000950159-17-000089
10-Q2016-11-14fiscal Q3 201632900000950159-16-000802
10-Q2016-08-12fiscal Q2 201632900000950159-16-000692
10-Q2016-05-16fiscal Q1 201633680000950159-16-000598
10-K2016-03-30fiscal FY 201532640000950159-16-000505
10-Q2015-11-16fiscal Q3 201532900000950159-15-000352
10-Q2015-08-14fiscal Q2 201531910000950159-15-000260
10-Q2015-05-15fiscal Q1 201527570000950159-15-000149
10-K2015-03-31fiscal FY 201430610000950159-15-000086
10-Q2014-11-14fiscal Q3 201428820000950159-14-000490
10-Q2014-08-14fiscal Q2 201428820000950159-14-000402
10-Q2014-05-15fiscal Q1 201430620000950159-14-000259
10-K2014-03-31fiscal FY 201333670000950159-14-000158
10-Q2013-11-14fiscal Q3 201334940000950159-13-000615
10-Q2013-08-15fiscal Q2 201333930000950159-13-000520
10-Q2013-05-10fiscal Q1 201332650000950159-13-000309
10-K2013-03-27fiscal FY 201230610000950159-13-000203
10-Q2012-11-14fiscal Q3 201230840000950159-12-000627
10-Q2012-08-14fiscal Q3 201231900000950159-12-000477
10-Q2012-05-15fiscal Q1 201230630000950159-12-000337
10-K2012-03-27fiscal FY 201126520000950159-12-000179
10-Q2011-11-14fiscal Q3 201126710000950159-11-000742
10-Q2011-08-15fiscal Q2 201123610000950159-11-000545

Inspect the source

Entity
ASTEA INTERNATIONAL INC / CIK 0000945989
Captured
SEC response SHA-256
44c784c4943d2d97575ece68048765677ce82c9a3e78a822b5038a25eecb2645

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