Skip to content

CalAmp Corp.: filings

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

Filing record ends 2024-01-09

The latest filing in this captured record is a 10-Q filed 2024-01-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. CalAmp 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-Q2024-01-09fiscal Q2 2024541540000950170-24-003368
10-Q2023-10-10fiscal Q2 2024541540000950170-23-052523
10-Q2023-07-10fiscal Q1 2024541130000950170-23-032383
10-K2023-04-28fiscal FY 2023581530000950170-23-015460
10-Q2022-12-20fiscal Q3 2023541510001564590-22-039540
10-Q2022-09-22fiscal Q2 2023541510001564590-22-032154
10-Q2022-06-23fiscal Q1 2023541130001564590-22-024093
10-K2022-04-28fiscal FY 2022551430001564590-22-016493
10-Q2021-12-21fiscal Q3 2022541500001564590-21-060874
10-Q2021-09-24fiscal Q2 2022541500001564590-21-048755
10-Q2021-06-25fiscal Q1 2022541120001564590-21-034358
10-K2021-04-22fiscal FY 2021581550001564590-21-020114
10-Q2020-12-17fiscal Q3 2021541510001564590-20-057334
10-Q2020-09-24fiscal Q2 2021541510001564590-20-044516
10-Q2020-06-25fiscal Q1 2021541100001564590-20-030601
10-K2020-05-06fiscal FY 2020571820001564590-20-021390
10-Q2019-12-19fiscal Q3 2020551510001564590-19-046397
10-Q2019-09-26fiscal Q2 2020551530001564590-19-035537
10-Q2019-06-28fiscal Q1 2020551100001564590-19-023895
10-K2019-05-01fiscal FY 2019531770001564590-19-014471
10-Q2018-12-20fiscal Q3 2019501420001564590-18-031206
10-Q2018-09-27fiscal Q2 2019501420001564590-18-023653
10-Q2018-06-28fiscal Q1 2019491000001564590-18-016296
10-K2018-05-10fiscal FY 2018461480001564590-18-012631
10-Q2017-12-21fiscal Q3 2017471310001206774-17-003491
10-Q2017-09-28fiscal Q2 2017471310001206774-17-002874
10-Q2017-06-27fiscal Q1 201742860001206774-17-001913
10-K2017-05-15fiscal FY 2017451450001206774-17-001612
10-Q2016-12-21fiscal Q3 2017461290001206774-16-007837
10-Q2016-09-29fiscal Q2 2017461290001206774-16-007284
10-Q2016-06-29fiscal Q1 201745940001206774-16-006295
10-K2016-04-20fiscal FY 2016471520001206774-16-005479
10-Q2015-12-22fiscal Q3 2016441260001206774-15-003890
10-Q2015-10-01fiscal Q2 2016441260001206774-15-003149
10-Q2015-06-30fiscal Q1 201643900001206774-15-002105
10-K2015-04-21fiscal FY 2015491540001206774-15-001341
10-Q2014-12-23fiscal Q3 2015431220001206774-14-003645
10-Q2014-10-06fiscal Q2 2015431220001206774-14-002977
10-Q2014-07-01fiscal Q1 201544920001206774-14-002045
10-K2014-04-24fiscal FY 2013511570001206774-14-001353
10-Q2013-12-23fiscal Q3 2013471280001206774-13-004609
10-Q2013-10-02fiscal Q2 2013461250001206774-13-003456
10-Q2013-06-27fiscal Q1 201346920001206774-13-002254
10-K2013-04-25fiscal FY 2012501530001206774-13-001591
10-Q2012-12-20fiscal Q3 2012441230001206774-12-004915
10-Q2012-09-25fiscal Q2 2012441230001206774-12-004131
10-Q2012-06-28fiscal Q1 201239810001206774-12-002836
10-K2012-04-26fiscal FY 2011431160001206774-12-001703
10-Q2011-12-22fiscal Q3 2011381040001206774-11-002950
10-Q2011-09-29fiscal Q2 2011381040001206774-11-002163

Inspect the source

Entity
CalAmp Corp. / CIK 0000730255
Captured
SEC response SHA-256
5292fb4656ef44ab20b6c7f86e2183b05c87e0007581c2acd8a60cb2bc9758a7

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