Skip to content

NAVIGANT CONSULTING INC: filings

Every NAVIGANT CONSULTING INC annual and quarterly report in the SEC record with the published financial measures it tagged, 37 filings, each linked to its SEC index.

Filing record ends 2019-08-02

The latest filing in this captured record is a 10-Q filed 2019-08-02. No later filing is in the SEC companyfacts record captured on 2026-09-22. NAVIGANT CONSULTING 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-Q2019-08-02fiscal Q2 2019491360001564590-19-028387
10-Q2019-04-26fiscal Q1 201949990001564590-19-013239
10-K2019-02-28fiscal FY 2018491260001564590-19-005539
10-Q2018-11-09fiscal Q3 2018451210001564590-18-028976
10-Q2018-08-07fiscal Q2 2018441220001564590-18-019585
10-Q2018-05-02fiscal Q1 201844900001564590-18-010324
10-K2018-02-23fiscal FY 2017461220001564590-18-003055
10-Q2017-10-27fiscal Q3 2017461270001193125-17-323058
10-Q2017-08-09fiscal Q2 2017421190001193125-17-251562
10-Q2017-05-04fiscal Q1 201742870001193125-17-158721
10-K2017-02-17fiscal FY 2016441150001193125-17-047900
10-Q2016-10-25fiscal Q3 2016421190001193125-16-746614
10-Q2016-07-26fiscal Q2 2016421190001193125-16-657884
10-Q2016-04-26fiscal Q1 201643910001193125-16-556550
10-K2016-02-16fiscal FY 2015471230001193125-16-463666
10-Q2015-10-28fiscal Q3 2015461260001193125-15-355795
10-Q2015-07-29fiscal Q2 2015421160001193125-15-267317
10-Q2015-04-29fiscal Q1 201545940001193125-15-154509
10-K2015-02-13fiscal FY 2014461200001193125-15-049573
10-Q2014-10-29fiscal Q3 2014461230001193125-14-386567
10-Q2014-07-31fiscal Q2 2014461230001193125-14-289092
10-Q2014-04-30fiscal Q1 201446940001193125-14-169470
10-K2014-02-14fiscal FY 2013461200001193125-14-054497
10-Q2013-10-30fiscal Q3 2013451210001193125-13-416908
10-Q2013-07-31fiscal Q2 2013451230001193125-13-311663
10-Q2013-04-26fiscal Q1 201344910001193125-13-177497
10-K2013-02-15fiscal FY 2012461180001193125-13-062913
10-Q2012-10-31fiscal Q3 2012451220001193125-12-443870
10-Q2012-07-27fiscal Q2 2012451180001193125-12-319500
10-Q2012-04-27fiscal Q1 201245920001193125-12-190743
10-K2012-02-17fiscal FY 2011451190001193125-12-067394
10-Q2011-10-28fiscal Q3 2011431200001193125-11-286118
10-Q2011-07-29fiscal Q2 2011431220000950123-11-070415
10-Q2011-04-28fiscal Q1 201135730000950123-11-040945
10-K2011-02-18fiscal FY 201036940000950123-11-015769
10-Q2010-10-29fiscal Q3 201035960000950123-10-097949
10-Q2010-07-30fiscal Q2 201035960000950123-10-070348

Inspect the source

Entity
NAVIGANT CONSULTING INC / CIK 0001019737
Captured
SEC response SHA-256
19c26b7bf55aa940c02957acbbd224bbf5db45eb2fab96c82e964e7af9a0a9f7

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