Skip to content

Wintahenderson International, Inc.: filings

Every Wintahenderson International, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 28 filings, each linked to its SEC index.

Filing record ends 2017-05-11

The latest filing in this captured record is a 10-Q filed 2017-05-11. No later filing is in the SEC companyfacts record captured on 2026-09-23. Wintahenderson International, 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-Q2017-05-11fiscal Q3 201716390001213900-17-004963
10-Q2017-02-07fiscal Q2 201716390001213900-17-001021
10-Q2016-11-08fiscal Q1 201716360001213900-16-018084
10-K2016-09-19fiscal FY 201616340001213900-16-016868
10-Q2016-05-11fiscal Q3 201616400001213900-16-013182
10-Q2016-03-07fiscal Q1 201616360001213900-16-011365
10-K2016-03-07fiscal FY 201516340001213900-16-011363
10-Q2016-02-16fiscal Q2 201616400001213900-16-010973
10-Q2015-11-16fiscal Q1 201616360001213900-15-008724
10-K2015-09-16fiscal FY 201516340001213900-15-007021
10-Q2015-05-13fiscal Q3 201515380001213900-15-003566
10-Q2015-02-12fiscal Q2 201514370001213900-15-000966
10-Q2014-11-18fiscal Q1 201512280001213900-14-008374
10-Q2014-11-14fiscal Q1 201512280001213900-14-008140
10-K2014-10-14fiscal FY 201412270001213900-14-007244
10-Q2014-05-15fiscal Q3 201412370001213900-14-003330
10-Q2014-02-12fiscal Q2 201412370001213900-14-000798
10-Q2013-11-14fiscal Q1 201412320001213900-13-006413
10-K2013-10-16fiscal FY 201314360001213900-13-005731
10-Q2013-05-15fiscal Q3 201312370001213900-13-002601
10-Q2013-02-14fiscal Q2 201312370001213900-13-000676
10-Q2012-11-14fiscal Q1 201312300001213900-12-006133
10-K2012-09-28fiscal FY 201213310001213900-12-005464
10-Q2012-05-15fiscal Q3 201213430001213900-12-002643
10-Q2012-02-14fiscal Q2 201213420001213900-12-000674
10-Q2011-11-10fiscal Q1 201213340001213900-11-005864
10-K2011-09-28fiscal FY 201114300001213900-11-005297
10-Q2011-05-06fiscal Q3 201112230001213900-11-002354

Inspect the source

Entity
Wintahenderson International, Inc. / CIK 0001497033
Captured
SEC response SHA-256
91dc07588106b195392d60846605ab0131afae9c6f35fda6e07334629fd9d007

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