Skip to content

GOLDEN GLOBAL CORP.: filings

Every GOLDEN GLOBAL CORP. 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 2018-12-12

The latest filing in this captured record is a 10-Q filed 2018-12-12. No later filing is in the SEC companyfacts record captured on 2026-09-22. GOLDEN GLOBAL CORP. 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-Q2018-12-12fiscal Q3 201824680001017386-18-000375
10-Q2018-11-13fiscal Q2 201823500001017386-18-000339
10-Q2018-11-09fiscal Q1 201820370001017386-18-000331
10-K2018-10-26fiscal FY 201723420001017386-18-000306
10-Q2018-10-09fiscal Q3 201724610001017386-18-000271
10-Q2018-10-05fiscal Q2 201721570001017386-18-000261
10-Q2018-10-03fiscal Q1 201720370001017386-18-000254
10-K2018-09-27fiscal FY 201623470001017386-18-000242
10-Q2016-06-23fiscal Q3 201523610001615774-16-006049
10-Q2016-05-18fiscal Q2 201521560001615774-16-005508
10-Q2016-05-11fiscal Q1 201520430001615774-16-005307
10-K2016-04-14fiscal FY 201519400001615774-16-004943
10-Q2015-05-14fiscal Q3 201518420001056520-15-000047
10-Q2015-04-22fiscal Q2 201418430001056520-15-000037
10-Q2015-04-06fiscal Q1 201417340001056520-15-000033
10-K2014-10-14fiscal FY 201319370001056520-14-000181
10-Q2014-05-19fiscal Q3 201420520001056520-14-000088
10-Q2014-02-14fiscal Q2 201418430001056520-14-000020
10-Q2013-11-14fiscal Q1 201418380001056520-13-000249
10-K2013-10-15fiscal FY 201320400001056520-13-000228
10-Q2013-09-23fiscal Q3 201321660001056520-13-000216
10-Q/A2013-02-20fiscal Q2 201320640001354488-13-000767
10-Q2013-02-14fiscal Q2 201320640001354488-13-000669
10-Q2012-11-07fiscal Q1 201319510001354488-12-005595
10-K/A2012-10-05fiscal FY 201225640001354488-12-005187
10-Q2012-05-14fiscal Q3 201221700001062993-12-001736
10-Q2012-02-17fiscal Q2 201220640001062993-12-000626
10-Q2011-11-21fiscal Q1 201220540001062993-11-004630

Inspect the source

Entity
GOLDEN GLOBAL CORP. / CIK 0001502555
Captured
SEC response SHA-256
f06b8b9f27646d003a17262bb2c1e941c8db61384283bebbf9d06e0a0f78c323

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