Skip to content

AROTECH CORP: filings

Every AROTECH CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 36 filings, each linked to its SEC index.

Filing record ends 2019-11-07

The latest filing in this captured record is a 10-Q filed 2019-11-07. No later filing is in the SEC companyfacts record captured on 2026-09-22. AROTECH 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-Q2019-11-07fiscal Q3 2019441190000916529-19-000091
10-Q2019-08-08fiscal Q2 2019441190000916529-19-000083
10-Q2019-05-09fiscal Q1 201946930000916529-19-000069
10-K2019-03-07fiscal FY 2018531730000916529-19-000025
10-Q2018-11-07fiscal Q3 2018441210000916529-18-000003
10-Q2018-08-08fiscal Q2 2018411150001185185-18-001386
10-Q2018-05-10fiscal Q1 201841850001185185-18-000832
10-K2018-03-15fiscal FY 2017481630001185185-18-000434
10-Q2017-11-09fiscal Q3 2017411150001185185-17-002290
10-Q2017-08-09fiscal Q2 2017411170001185185-17-001684
10-Q2017-05-09fiscal Q1 201740820001185185-17-001058
10-K2017-03-16fiscal FY 2016491660001185185-17-000583
10-Q2016-11-09fiscal Q3 2016391080001185185-16-005679
10-Q2016-08-09fiscal Q2 2016391110001185185-16-005139
10-Q2016-05-10fiscal Q1 201639810001185185-16-004461
10-K2016-03-15fiscal FY 2015471610001185185-16-003913
10-Q2015-11-10fiscal Q3 2015381060001185185-15-002884
10-Q2015-08-11fiscal Q2 2015381060001185185-15-002106
10-Q2015-05-14fiscal Q1 201538780001185185-15-001246
10-K2015-03-20fiscal FY 201446930001185185-15-000560
10-Q2014-11-14fiscal Q3 2014381060001185185-14-003072
10-Q2014-08-14fiscal Q2 2014371030001185185-14-002134
10-Q2014-05-15fiscal Q1 201438790001185185-14-001342
10-K2014-03-31fiscal FY 201347950001185185-14-000763
10-Q/A2013-11-21fiscal Q3 2013391090001185185-13-002573
10-Q2013-11-14fiscal Q3 2013391090001185185-13-002429
10-Q2013-08-14fiscal Q2 2013381070001185185-13-001752
10-Q2013-05-15fiscal Q1 201338790001185185-13-001151
10-K2013-04-01fiscal FY 201243860001185185-13-000701
10-Q2012-11-14fiscal Q3 2012401130001185185-12-002498
10-Q2012-08-14fiscal Q2 201236960001185185-12-001749
10-Q2012-05-15fiscal Q1 201234690001185185-12-001079
10-K2012-04-16fiscal FY 201134690001185185-12-000798
10-Q2011-11-18fiscal Q3 201134880001185185-11-002070
10-Q2011-08-15fiscal Q2 2011371000001185185-11-001339
10-Q2011-05-16fiscal Q1 201137750001185185-11-000714

Inspect the source

Entity
AROTECH CORP / CIK 0000916529
Captured
SEC response SHA-256
364e3225cfa9a7b28708c269fe1cadf4f80d939f8335e9901dd205978b20ed78

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