Skip to content

DSP GROUP, INC.: filings

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

Filing record ends 2021-11-09

The latest filing in this captured record is a 10-Q filed 2021-11-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. DSP 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-Q2021-11-09fiscal Q3 2021441200001437749-21-025916
10-Q2021-08-09fiscal Q2 2021421140001437749-21-019135
10-Q2021-05-10fiscal Q1 202142860001437749-21-011551
10-K2021-03-15fiscal FY 2020491250001437749-21-006076
10-Q2020-11-09fiscal Q3 2020441220001437749-20-023212
10-Q2020-08-10fiscal Q2 2020411120001437749-20-017361
10-Q2020-05-11fiscal Q1 202041820001437749-20-010292
10-K2020-03-11fiscal FY 2019481190001437749-20-004811
10-Q2019-11-12fiscal Q3 2019431170001437749-19-022446
10-Q2019-08-09fiscal Q2 2019431170001437749-19-016234
10-Q2019-05-10fiscal Q1 201943840001437749-19-009479
10-K2019-03-11fiscal FY 2018461180001437749-19-004573
10-Q2018-11-09fiscal Q3 2018401140001437749-18-020296
10-Q2018-08-09fiscal Q2 2018401140001437749-18-015097
10-Q2018-05-11fiscal Q1 201836740001437749-18-009480
10-K2018-03-16fiscal FY 2017471250001437749-18-004874
10-Q2017-11-09fiscal Q3 2017371120001437749-17-018885
10-Q2017-08-09fiscal Q2 2017341070001437749-17-014279
10-Q2017-05-10fiscal Q1 201734720001437749-17-008609
10-K2017-03-16fiscal FY 2016431140001437749-17-004713
10-Q2016-11-09fiscal Q3 2016341070001437749-16-041581
10-Q2016-08-09fiscal Q2 2016341070001437749-16-036895
10-Q2016-05-10fiscal Q1 201634720001437749-16-031454
10-K2016-03-15fiscal FY 2015441160001437749-16-027709
10-Q2015-11-09fiscal Q3 2015371130001437749-15-020237
10-Q2015-08-10fiscal Q2 2015371130001437749-15-015416
10-Q2015-05-11fiscal Q1 201537780001437749-15-009717
10-K2015-03-16fiscal FY 2014471240001437749-15-005165
10-Q2014-11-10fiscal Q3 2014371120001437749-14-020275
10-Q2014-08-11fiscal Q2 2014371120001437749-14-014987
10-Q2014-05-12fiscal Q1 201437770001437749-14-008731
10-K2014-03-18fiscal FY 2013481280001437749-14-004402
10-Q2013-11-12fiscal Q3 2013371120001437749-13-014494
10-Q2013-08-09fiscal Q2 2013371120001193125-13-329179
10-Q2013-05-10fiscal Q1 201337770001193125-13-214187
10-K2013-03-18fiscal FY 2012461210001193125-13-112579
10-Q2012-11-09fiscal Q3 2012351060001193125-12-462623
10-Q2012-08-09fiscal Q2 2012351060001193125-12-347060
10-Q2012-05-10fiscal Q1 201232680001193125-12-225494
10-K2012-03-15fiscal FY 201137990001193125-12-117297
10-Q2011-11-09fiscal Q3 2011341030001193125-11-304716
10-Q/A2011-08-30fiscal Q2 2011341040001193125-11-236578

Inspect the source

Entity
DSP GROUP, INC. / CIK 0000915778
Captured
SEC response SHA-256
7f0958f4ef0d4bd506206738883db569b21889f1431173af9a2d03ba07a21a75

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