Skip to content

HighCom Global Security, Inc.: filings

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

Filing record ends 2019-03-26

The latest filing in this captured record is a 10-K filed 2019-03-26. No later filing is in the SEC companyfacts record captured on 2026-09-22. HighCom Global Security, 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-K2019-03-26fiscal FY 201848950001493152-19-003948
10-Q2018-11-08fiscal Q3 2018451120001493152-18-015418
10-Q2018-08-02fiscal Q2 2018451110001493152-18-010855
10-Q2018-05-11fiscal Q1 201844850001493152-18-006629
10-K2018-03-30fiscal FY 201748980001493152-18-004233
10-Q2017-11-09fiscal Q3 2017441140001493152-17-012652
10-Q2017-08-14fiscal Q2 2017421090001493152-17-009067
10-Q2017-05-22fiscal Q1 201744870001493152-17-005724
10-K2017-03-31fiscal FY 201647940001493152-17-003095
10-Q2016-11-14fiscal Q3 2016411090001493152-16-014853
10-Q2016-08-18fiscal Q2 2016411080001493152-16-012652
10-Q2016-05-25fiscal Q1 201642870001552781-16-001688
10-K2016-04-06fiscal FY 201542840001552781-16-001508
10-Q2015-11-17fiscal Q3 2015411110001552781-15-001038
10-Q2015-08-14fiscal Q2 2015381000001552781-15-000807
10-Q2015-05-13fiscal Q1 201539810001552781-15-000564
10-K2015-03-30fiscal FY 201441830001552781-15-000379
10-Q2014-11-14fiscal Q3 201434880001552781-14-001005
10-Q2014-08-19fiscal Q2 201433850001552781-14-000751
10-Q2014-05-15fiscal Q1 201424460001552781-14-000433
10-K2014-04-04fiscal FY 201327530001552781-14-000261
10-Q/A2013-11-15fiscal Q3 201323600001552781-13-000099
10-Q/A2013-08-19fiscal Q2 201323480001524829-13-000106
10-Q2013-05-15fiscal Q1 201322320001554757-13-000316
10-K2013-04-16fiscal FY 201225500001554757-13-000228
10-Q/A2012-11-16fiscal Q3 201223450001554757-12-000386
10-Q2012-11-14fiscal Q3 201222440001554757-12-000360
10-Q2012-08-03fiscal Q2 201222440001554757-12-000030
10-Q2012-05-14fiscal Q1 201223330001533621-12-000163
10-K2012-03-30fiscal FY 201124460001533621-12-000037
10-Q/A2011-12-01fiscal Q3 201122460001525878-11-000331
10-Q/A2011-08-17fiscal Q2 201120540001525878-11-000077

Inspect the source

Entity
HighCom Global Security, Inc. / CIK 0001102358
Captured
SEC response SHA-256
ebdfffd0f7f82baa41c543f873b300b8f1186208142cb4219417ac49417d85c6

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