Skip to content

NCI, Inc.: filings

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

Filing record ends 2017-08-04

The latest filing in this captured record is a 10-Q filed 2017-08-04. No later filing is in the SEC companyfacts record captured on 2026-09-22. NCI, 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-Q2017-08-04fiscal Q2 201731860001193125-17-248818
10-Q2017-05-10fiscal Q1 201731640001193125-17-165960
10-Q/A2017-04-21fiscal Q3 201633920001193125-17-132674
10-Q/A2017-04-21fiscal Q2 201633920001193125-17-132650
10-Q/A2017-04-21fiscal Q1 201633680001193125-17-132643
10-K2017-03-31fiscal FY 2016341210001193125-17-106881
10-Q2016-11-07fiscal Q3 201633920001193125-16-760536
10-Q2016-08-01fiscal Q2 201633920001193125-16-665211
10-Q2016-04-29fiscal Q1 201633680001193125-16-569993
10-K2016-02-26fiscal FY 2015351550001193125-16-482459
10-Q2015-11-02fiscal Q3 201533910001193125-15-362463
10-Q2015-08-03fiscal Q2 201534930001193125-15-273359
10-Q2015-05-04fiscal Q1 201533660001193125-15-166766
10-K2015-02-17fiscal FY 2014341440000950123-15-002934
10-Q2014-10-30fiscal Q3 201432870001193125-14-389937
10-Q2014-07-31fiscal Q2 201432880001193125-14-289983
10-Q2014-05-01fiscal Q1 201432650001193125-14-173883
10-K2014-02-18fiscal FY 2013381550001193125-14-055449
10-Q2013-10-30fiscal Q3 201335940001193125-13-417206
10-Q2013-07-31fiscal Q2 201335930001193125-13-312694
10-Q2013-05-01fiscal Q1 201335720001193125-13-192864
10-K2013-02-28fiscal FY 2012391600001193125-13-084812
10-Q2012-11-09fiscal Q3 2012371000001193125-12-463115
10-Q2012-08-01fiscal Q2 201237990001193125-12-329038
10-Q2012-05-02fiscal Q1 201233680001193125-12-204961
10-K2012-03-12fiscal FY 201133880000950123-12-004723
10-Q2011-11-02fiscal Q3 201132860000950123-11-094384
10-Q2011-08-03fiscal Q2 201132860000950123-11-072213

Inspect the source

Entity
NCI, Inc. / CIK 0001334478
Captured
SEC response SHA-256
a207a51a3db17425e752daf9ceeadcf26191bab0e7bc17032e2d8430724bdddf

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