Skip to content

COMMAND SECURITY CORP: filings

Every COMMAND SECURITY CORP 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 2019-02-13

The latest filing in this captured record is a 10-Q filed 2019-02-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. COMMAND SECURITY 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-02-13fiscal Q3 201934990001493152-19-001795
10-Q2018-11-09fiscal Q2 2019341000001493152-18-015575
10-Q2018-08-01fiscal Q1 201934710001493152-18-010795
10-K2018-06-11fiscal FY 201837750001493152-18-008427
10-Q2018-02-05fiscal Q3 201830920001493152-18-001460
10-Q2017-11-09fiscal Q2 201829910001493152-17-012643
10-Q2017-07-31fiscal Q1 201829610001493152-17-008262
10-K2017-06-19fiscal FY 201736720001493152-17-006797
10-Q2017-02-13fiscal Q3 201730910001493152-17-001361
10-Q2016-11-10fiscal Q2 201730930001144204-16-133256
10-Q2016-08-15fiscal Q1 201730650001144204-16-118930
10-K2016-06-27fiscal FY 201637750001144204-16-109887
10-Q2016-02-16fiscal Q3 201630930001144204-16-081903
10-Q2015-11-16fiscal Q2 201630910001144204-15-065471
10-Q2015-08-06fiscal Q1 201628600001144204-15-046728
10-K2015-06-26fiscal FY 201537760001144204-15-039213
10-Q2015-02-17fiscal Q3 201527870001144204-15-009343
10-Q2014-11-12fiscal Q2 201527870001144204-14-066792
10-Q2014-08-13fiscal Q1 201527590001144204-14-049078
10-K2014-06-16fiscal FY 201436740001144204-14-037875
10-Q2014-01-31fiscal Q3 201327820001144204-14-005109
10-Q2013-11-05fiscal Q2 201329860001144204-13-058861
10-Q2013-08-14fiscal Q1 201328600001144204-13-045375
10-K2013-06-27fiscal FY 201238780001144204-13-036783
10-Q2013-02-12fiscal Q3 201231920001144204-13-007683
10-Q2012-11-14fiscal Q2 201231920001144204-12-062079
10-Q2012-08-13fiscal Q1 201233680001144204-12-044886
10-K2012-06-28fiscal FY 201136720001144204-12-036814
10-Q2012-02-10fiscal Q3 201132910001144204-12-007358
10-Q2011-11-10fiscal Q2 201131900001144204-11-062809
10-Q2011-08-15fiscal Q1 201131640001144204-11-047046

Inspect the source

Entity
COMMAND SECURITY CORP / CIK 0000864509
Captured
SEC response SHA-256
2c6167e1d0de4f88b6bdefd872402db1869b7091d22bd40e710e0c8a2f1a9803

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