Skip to content

WUNONG ASIA PACIFIC Co Ltd: filings

Every WUNONG ASIA PACIFIC Co Ltd annual and quarterly report in the SEC record with the published financial measures it tagged, 30 filings, each linked to its SEC index.

Filing record ends 2019-05-15

The latest filing in this captured record is a 10-Q filed 2019-05-15. No later filing is in the SEC companyfacts record captured on 2026-09-23. WUNONG ASIA PACIFIC Co Ltd 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-05-15fiscal Q1 201914270001213900-19-008688
10-K2019-04-29fiscal FY 201813250001213900-19-007281
10-Q2018-11-08fiscal Q3 201811290001213900-18-015122
10-Q2018-10-09fiscal Q2 201811290001213900-18-013642
10-Q2018-10-09fiscal Q1 201810190001213900-18-013640
10-K2018-10-05fiscal FY 20179190001213900-18-013594
10-Q2018-09-28fiscal Q3 201811290001213900-18-013140
10-Q2018-09-28fiscal Q2 201811290001213900-18-013138
10-Q2018-09-28fiscal Q1 201811220001213900-18-013136
10-K2018-08-29fiscal FY 201613240001213900-18-011854
10-Q2018-08-27fiscal Q3 201613310001213900-18-011768
10-Q2018-08-27fiscal Q2 201613320001213900-18-011766
10-Q2018-08-27fiscal Q1 201613240001213900-18-011764
10-K2018-08-09fiscal FY 201519350001213900-18-010531
10-Q2015-11-23fiscal Q3 201517440001213900-15-009029
10-Q2015-08-14fiscal Q2 201517460001213900-15-006169
10-Q2015-05-15fiscal Q1 201514280001294606-15-000105
10-K2015-04-20fiscal FY 201417300001294606-15-000075
10-Q2014-11-19fiscal Q1 201518390001294606-14-000249
10-K2014-09-29fiscal FY 201414280001294606-14-000206
10-Q2014-05-20fiscal Q3 201413300001294606-14-000114
10-Q2014-02-19fiscal Q2 201413280001294606-14-000037
10-Q2013-11-19fiscal Q1 201413250001294606-13-000279
10-K2013-10-02fiscal FY 201315310001294606-13-000244
10-Q2013-05-15fiscal Q3 201314350001294606-13-000112
10-Q2013-02-19fiscal Q2 201314350001294606-13-000024
10-Q2012-11-01fiscal Q1 201313300001294606-12-000402
10-K2012-09-12fiscal FY 201213270001294606-12-000319
10-Q2012-05-03fiscal Q3 201214300001294606-12-000160
10-Q2012-03-26fiscal Q2 201214300001294606-12-000120

Inspect the source

Entity
WUNONG ASIA PACIFIC Co Ltd / CIK 0001527675
Captured
SEC response SHA-256
bd0bf56118dd1247ca17531e2ea366fbe5fc9ae700cca925d4deba9bfc9ff071

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