Skip to content

QAD Inc.: filings

Every QAD Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 filings, each linked to its SEC index.

Filing record ends 2021-09-09

The latest filing in this captured record is a 10-Q filed 2021-09-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. QAD 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-Q2021-09-09fiscal Q2 2022391040001437749-21-021796
10-Q2021-06-09fiscal Q1 202239800001437749-21-014339
10-K2021-04-13fiscal FY 2021491530001437749-21-008761
10-Q2020-12-10fiscal Q3 2021401060001437749-20-025061
10-Q2020-09-09fiscal Q2 2021401060001437749-20-019428
10-Q2020-06-08fiscal Q1 202140840001437749-20-012550
10-K2020-04-14fiscal FY 2020491510001437749-20-007629
10-Q2019-12-10fiscal Q3 2020431110001437749-19-024143
10-Q2019-09-09fiscal Q2 2020421080001437749-19-018069
10-Q2019-06-10fiscal Q1 202041820001437749-19-011644
10-K2019-04-16fiscal FY 2019461610001437749-19-007282
10-Q2018-12-10fiscal Q3 2019381160001437749-18-021763
10-Q2018-09-10fiscal Q2 2019381140001437749-18-016785
10-Q2018-06-11fiscal Q1 201937900001437749-18-011526
10-K2018-04-16fiscal FY 2018461450001437749-18-006885
10-Q2017-12-08fiscal Q3 201835960001437749-17-020368
10-Q2017-09-08fiscal Q2 201832900001437749-17-015785
10-Q2017-06-09fiscal Q1 201832660001437749-17-011067
10-K2017-04-07fiscal FY 2017421350001437749-17-006306
10-Q2016-12-09fiscal Q3 201732890001437749-16-043172
10-Q2016-09-08fiscal Q2 201732890001437749-16-038452
10-Q2016-06-07fiscal Q1 201732660001140361-16-068901
10-K2016-04-15fiscal FY 2016431400001567619-16-002175
10-Q2015-12-10fiscal Q3 201632880001140361-15-044060
10-Q2015-09-04fiscal Q2 201632880001140361-15-034498
10-Q2015-06-08fiscal Q1 201632660001140361-15-023421
10-K2015-04-13fiscal FY 2015421380001140361-15-015118
10-Q2014-12-04fiscal Q3 201535940001140361-14-044066
10-Q2014-09-09fiscal Q2 201535940001140361-14-035025
10-Q2014-06-06fiscal Q1 201535720001140361-14-024784
10-K2014-04-14fiscal FY 2013441440001140361-14-016579
10-Q2013-12-09fiscal Q3 201335950001140361-13-045200
10-Q2013-09-09fiscal Q2 201335950001140361-13-035285
10-Q2013-06-10fiscal Q1 201335740001140361-13-024632
10-K2013-04-15fiscal FY 2012441420001140361-13-016410
10-Q2012-12-10fiscal Q3 201236990001140361-12-050260
10-Q2012-09-07fiscal Q2 201236980001140361-12-039807
10-Q2012-06-08fiscal Q1 201233680001140361-12-029319
10-K2012-04-05fiscal FY 201135950001140361-12-019472
10-Q2011-12-09fiscal Q3 201132860001140361-11-056926
10-Q2011-09-09fiscal Q2 201131840001140361-11-045353

Inspect the source

Entity
QAD Inc. / CIK 0001036188
Captured
SEC response SHA-256
0f1ff533cd9947f0a1bd86002a09d9e3d621297f17864bf59391c4e60601f643

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