Skip to content

WOD Retail Solutions, Inc.: filings

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

Filing record ends 2020-05-11

The latest filing in this captured record is a 10-Q filed 2020-05-11. No later filing is in the SEC companyfacts record captured on 2026-09-23. WOD Retail Solutions, 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-Q2020-05-11fiscal Q1 202018320001477932-20-002498
10-K2020-04-16fiscal FY 201918360001477932-20-002027
10-Q2019-11-21fiscal Q3 201913350001477932-19-006761
10-Q2019-10-10fiscal Q2 201911300001477932-19-005813
10-Q2019-10-10fiscal Q1 201913280001477932-19-005808
10-K2019-05-31fiscal FY 201814280001477932-19-003331
10-Q2019-01-08fiscal Q3 201814350001477932-19-000041
10-Q2018-08-27fiscal Q2 201814350001477932-18-004304
10-Q2018-05-25fiscal Q1 201814260001477932-18-002744
10-K2018-05-24fiscal FY 201716300001477932-18-002740
10-Q2017-12-28fiscal Q3 201717430001477932-17-006295
10-Q2017-12-28fiscal Q2 201718430001477932-17-006293
10-Q2017-12-21fiscal Q1 201716320001477932-17-006232
10-K2017-12-19fiscal FY 201621400001477932-17-006166
10-Q2017-11-03fiscal Q3 201618430001477932-17-005355
10-Q2017-10-31fiscal Q2 201619460001477932-17-005319
10-Q2017-10-30fiscal Q1 201618330001477932-17-005297
10-K/A2017-10-26fiscal FY 201521410001477932-17-005241
10-K/A2017-05-10fiscal FY 201521410001477932-17-002155
10-K2016-09-27fiscal FY 201521400001477932-16-012706
10-Q2015-11-23fiscal Q3 201521510001477932-15-007314
10-Q2015-08-19fiscal Q2 201521530001477932-15-005384
10-Q2015-05-20fiscal Q1 201519350001477932-15-003417
10-K2015-04-15fiscal FY 201420380001477932-15-002457
10-Q2014-11-14fiscal Q3 201418420001477932-14-006261
10-Q2014-08-19fiscal Q2 201418420001477932-14-004669
10-Q2014-05-20fiscal Q1 201420350001477932-14-002799
10-K2014-05-12fiscal FY 201318350001477932-14-002429
10-Q2013-11-19fiscal Q3 201318440001477932-13-005803
10-Q2013-09-03fiscal Q2 201316420001477932-13-004088
10-Q2013-05-15fiscal Q1 201316310001477932-13-002407
10-K2013-04-16fiscal FY 201217360001477932-13-001873
10-Q2012-11-14fiscal Q3 201218490001477932-12-004356
10-Q2012-08-20fiscal Q2 201218480001477932-12-003315
10-K/A2012-08-20fiscal FY 201117310001477932-12-003310
10-Q2012-05-18fiscal Q1 201216300001477932-12-001682
10-K2012-04-16fiscal FY 201116220001477932-12-001179
10-Q2011-11-21fiscal Q3 201115270001477932-11-002647
10-Q/A2011-08-25fiscal Q2 201115270001477932-11-001741

Inspect the source

Entity
WOD Retail Solutions, Inc. / CIK 0000704366
Captured
SEC response SHA-256
60c0938a69f65468abb9f47a49fb2c65a033e281a68c2b6b8ed26422e8e3710c

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