Skip to content

Neiman Marcus Group LTD LLC: filings

Every Neiman Marcus Group LTD LLC 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-06-11

The latest filing in this captured record is a 10-Q filed 2019-06-11. No later filing is in the SEC companyfacts record captured on 2026-09-22. Neiman Marcus Group LTD LLC 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-06-11fiscal Q3 2019371120001358651-19-000006
10-Q2019-03-12fiscal Q2 2019361090001358651-19-000003
10-Q2018-12-06fiscal Q1 201935870001358651-18-000016
10-K2018-09-18fiscal FY 2018411300001358651-18-000013
10-Q2018-06-06fiscal Q3 201832990001358651-18-000008
10-Q2018-03-09fiscal Q2 201832990001358651-18-000003
10-Q2017-12-12fiscal Q1 201831790001358651-17-000016
10-K2017-10-10fiscal FY 2017361070001358651-17-000010
10-Q2017-06-13fiscal Q3 2017321010001358651-17-000007
10-Q2017-03-14fiscal Q2 2017321000001358651-17-000004
10-Q2016-12-13fiscal Q1 201731780001358651-16-000035
10-K2016-09-27fiscal FY 2016361070001358651-16-000030
10-Q2016-06-14fiscal Q3 201630940001358651-16-000026
10-Q2016-03-15fiscal Q2 201630950001358651-16-000022
10-Q2015-12-14fiscal Q1 201630760001358651-15-000017
10-K2015-09-22fiscal FY 201536890001358651-15-000014
10-Q2015-06-12fiscal Q3 201530960001358651-15-000010
10-Q2015-03-10fiscal Q2 201530860001358651-15-000005
10-Q2014-12-09fiscal Q1 201530680001358651-14-000013
10-K2014-09-26fiscal FY 201436460001358651-14-000009
10-Q2014-06-11fiscal Q3 201430430001358651-14-000006
10-Q2014-03-12fiscal Q2 201430320001358651-14-000003
10-Q2013-12-17fiscal Q1 201414150001104659-13-090671
10-K2013-09-26fiscal FY 2013361090001104659-13-072179
10-Q2013-06-04fiscal Q3 201330950001104659-13-046496
10-Q2013-03-06fiscal Q2 201330950001104659-13-017619
10-Q2012-12-05fiscal Q1 201330770001104659-12-081875
10-K2012-09-19fiscal FY 2012351060001104659-12-064140
10-Q2012-06-06fiscal Q3 201229890001104659-12-041925
10-Q2012-03-02fiscal Q2 201229890001104659-12-015191
10-Q2011-12-07fiscal Q1 201229750001104659-11-067915

Inspect the source

Entity
Neiman Marcus Group LTD LLC / CIK 0001358651
Captured
SEC response SHA-256
19d9a2cba86d92356d766d5b5e3f16f3b9b776a3a1a480870d5cccb6df209f30

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