Skip to content

NS Wind Down Co., Inc.: filings

Every NS Wind Down Co., Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 filings, each linked to its SEC index.

Filing record ends 2023-11-06

The latest filing in this captured record is a 10-Q filed 2023-11-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. NS Wind Down Co., 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-Q2023-11-06fiscal Q3 2023421290001401708-23-000235
10-Q2023-08-03fiscal Q2 2023421250001401708-23-000195
10-Q2023-05-03fiscal Q1 202342880001401708-23-000116
10-K2023-02-28fiscal FY 2022531380001401708-23-000052
10-Q2022-11-07fiscal Q3 2022411240001401708-22-000153
10-Q2022-08-04fiscal Q2 2022411200001401708-22-000139
10-Q2022-05-10fiscal Q1 202241860001401708-22-000099
10-K2022-03-01fiscal FY 2021501280001401708-22-000051
10-Q2021-11-09fiscal Q3 2021371080001401708-21-000223
10-Q2021-08-05fiscal Q2 2021371040001401708-21-000197
10-Q2021-05-10fiscal Q1 202137780001401708-21-000142
10-K2021-03-01fiscal FY 2020491260001401708-21-000033
10-Q2020-11-09fiscal Q3 2020381100001401708-20-000212
10-Q2020-08-10fiscal Q2 2020381060001401708-20-000153
10-Q2020-05-08fiscal Q1 202038800001401708-20-000110
10-K2020-03-02fiscal FY 2019531600001401708-20-000039
10-Q2019-11-05fiscal Q3 2019421170001401708-19-000213
10-Q2019-08-01fiscal Q2 2019421130001401708-19-000168
10-Q2019-05-10fiscal Q1 201942850001401708-19-000137
10-K2019-03-11fiscal FY 2018471450001401708-19-000055
10-Q2018-11-08fiscal Q3 2018391040001401708-18-000137
10-Q2018-08-08fiscal Q2 2018391040001401708-18-000109
10-Q2018-05-09fiscal Q1 201838780001401708-18-000082
10-K2018-03-07fiscal FY 2017441310001401708-18-000058
10-Q2017-11-08fiscal Q3 201737980001401708-17-000088
10-Q2017-08-09fiscal Q2 201737980001401708-17-000061
10-Q2017-05-05fiscal Q1 201736740001401708-17-000028
10-K2017-03-09fiscal FY 2016431280001401708-17-000015
10-Q2016-11-04fiscal Q3 201637970001401708-16-000034
10-Q2016-08-04fiscal Q2 201636930001401708-16-000025
10-Q2016-05-06fiscal Q1 201632650001401708-16-000010
10-K2016-03-11fiscal FY 2015411220001193125-16-501709
10-Q2015-11-03fiscal Q3 201532830001193125-15-364232
10-Q2015-08-05fiscal Q2 201532820001193125-15-278839
10-Q2015-05-11fiscal Q1 201531640001193125-15-182166
10-K2015-03-13fiscal FY 2014381130001193125-15-091371
10-Q2014-11-10fiscal Q3 201435940001193125-14-405999
10-Q2014-08-08fiscal Q2 201434920001193125-14-303293
10-Q2014-05-15fiscal Q1 201433680001193125-14-201216
10-K2014-03-27fiscal FY 2013391160001193125-14-118770
10-Q2013-11-08fiscal Q3 201337960001193125-13-434742
10-Q2013-08-08fiscal Q2 201334900001193125-13-327072

Inspect the source

Entity
NS Wind Down Co., Inc. / CIK 0001401708
Captured
SEC response SHA-256
6cb8e3502abce066b064ec5330e9ec37b18a489503cf08fe8e147cc61ff91604

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