Skip to content

DecisionPoint Systems, Inc.: filings

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

Filing record ends 2024-05-15

The latest filing in this captured record is a 10-Q filed 2024-05-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. DecisionPoint Systems, 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-Q2024-05-15fiscal Q1 202447980001213900-24-043159
10-K2024-04-01fiscal FY 2023521030001213900-24-028228
10-Q2023-11-14fiscal Q3 2023521480001213900-23-086525
10-Q2023-08-14fiscal Q2 2023491360001213900-23-066485
10-Q2023-05-15fiscal Q1 202349990001213900-23-039444
10-K2023-03-29fiscal FY 2022521040001213900-23-023973
10-Q2022-11-14fiscal Q3 2022501440001213900-22-071854
10-Q2022-08-12fiscal Q2 2022461280001477932-22-005912
10-Q2022-05-16fiscal Q1 2022481000001213900-22-027056
10-K2022-04-01fiscal FY 2021511030001213900-22-017545
10-Q2021-11-15fiscal Q3 2021481360001213900-21-059319
10-Q2021-08-16fiscal Q2 2021471320001213900-21-042975
10-Q2021-05-17fiscal Q1 202147960001213900-21-027104
10-Q2015-11-13fiscal Q3 2015411050001013762-15-001078
10-Q2015-08-24fiscal Q2 2015411040001013762-15-000866
10-Q2015-05-15fiscal Q1 201542830001013762-15-000507
10-K2015-03-18fiscal FY 201446960001013762-15-000231
10-Q2014-11-10fiscal Q3 2014431100001013762-14-001299
10-Q2014-08-07fiscal Q2 2014431080001013762-14-000927
10-Q2014-05-12fiscal Q1 201442890001013762-14-000529
10-K2014-03-31fiscal FY 201346960001013762-14-000324
10-Q2013-11-14fiscal Q3 2013421070001013762-13-001430
10-Q2013-08-19fiscal Q2 2013411030001013762-13-001146
10-Q2013-05-15fiscal Q1 201341800001013762-13-000715
10-K2013-03-28fiscal FY 201246920001013762-13-000442
10-Q2012-11-14fiscal Q3 2012451140001013762-12-002089
10-Q2012-09-05fiscal Q2 201240960001013762-12-001764
10-Q2012-05-14fiscal Q1 201234670001013762-12-001059
10-K2012-03-30fiscal FY 201136720001013762-12-000666
10-Q2011-11-10fiscal Q3 201139870001013762-11-002948
10-Q2011-08-22fiscal Q2 201136880001013762-11-002352

Inspect the source

Entity
DecisionPoint Systems, Inc. / CIK 0001505611
Captured
SEC response SHA-256
fa592fc383f940733e4a89e056ac86dd82163ed84cdb6c7588b598f47a4a92b4

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