Skip to content

RTW RETAILWINDS, INC.: filings

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

Filing record ends 2020-06-09

The latest filing in this captured record is a 10-K filed 2020-06-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. RTW RETAILWINDS, 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-K2020-06-09fiscal FY 201948960001047469-20-003464
10-Q2019-12-11fiscal Q3 2019431300001047469-19-006803
10-Q2019-09-06fiscal Q2 2019421230001047469-19-005048
10-Q2019-06-06fiscal Q1 2019421010001047469-19-003527
10-K2019-04-17fiscal FY 2018471770001047469-19-002283
10-Q2018-12-13fiscal Q3 2018401190001047469-18-007637
10-Q2018-09-06fiscal Q2 2018401190001047469-18-006008
10-Q2018-06-08fiscal Q1 201839930001047469-18-004367
10-K2018-04-17fiscal FY 2017421660001047469-18-002894
10-Q2017-12-06fiscal Q3 2017381140001047469-17-007499
10-Q2017-08-31fiscal Q2 2017381130001047469-17-005493
10-Q2017-06-02fiscal Q1 201734850001047469-17-003796
10-K2017-04-12fiscal FY 2016381530001047469-17-002515
10-Q2016-12-07fiscal Q3 2016351060001558370-16-010438
10-Q2016-08-31fiscal Q2 2016341050001047469-16-015189
10-Q2016-05-27fiscal Q1 201634850001047469-16-013495
10-K2016-04-14fiscal FY 2015381530001047469-16-012218
10-Q2015-12-09fiscal Q3 2015331040001047469-15-009131
10-Q2015-09-02fiscal Q2 2015331040001047469-15-007129
10-Q2015-06-11fiscal Q1 201533840001047469-15-005374
10-K2015-04-16fiscal FY 2014371520001047469-15-003596
10-Q2014-12-11fiscal Q3 2014331040001047469-14-009841
10-Q2014-09-11fiscal Q2 2014331040001047469-14-007569
10-Q2014-06-12fiscal Q1 201433840001047469-14-005548
10-K2014-04-15fiscal FY 2013371500001047469-14-003817
10-Q2013-12-10fiscal Q3 2013331040001047469-13-011112
10-Q2013-09-10fiscal Q2 2013331040001047469-13-008976
10-Q2013-06-13fiscal Q1 201336900001047469-13-006948
10-K2013-04-16fiscal FY 201238970001047469-13-004436
10-Q2012-12-06fiscal Q3 2012331040001047469-12-011039
10-Q2012-09-06fiscal Q2 2012331040001047469-12-008706
10-Q2012-06-07fiscal Q1 201233840001047469-12-006514
10-K2012-04-09fiscal FY 201136920001047469-12-004056
10-Q2011-12-08fiscal Q3 2011331010001047469-11-010003
10-Q2011-09-08fiscal Q2 2011351040001047469-11-007889

Inspect the source

Entity
RTW RETAILWINDS, INC. / CIK 0001211351
Captured
SEC response SHA-256
41b6003ce3c2109c128bb71a742447137b12cd5c5797a9e63c37e5b1f9646894

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