Skip to content

PRIME GLOBAL CAPITAL GROUP Inc: filings

Every PRIME GLOBAL CAPITAL GROUP Inc annual and quarterly report in the SEC record with the published financial measures it tagged, 37 filings, each linked to its SEC index.

Filing record ends 2020-03-18

The latest filing in this captured record is a 10-Q filed 2020-03-18. No later filing is in the SEC companyfacts record captured on 2026-09-22. PRIME GLOBAL CAPITAL GROUP 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-03-18fiscal Q1 202037790001683168-20-000860
10-K2020-02-03fiscal FY 201938770001683168-20-000321
10-Q2019-09-16fiscal Q3 2019371030001683168-19-002930
10-Q2019-06-14fiscal Q2 201936990001683168-19-001895
10-Q2019-03-14fiscal Q1 201936750001683168-19-000652
10-K2019-01-29fiscal FY 201837760001683168-19-000211
10-Q2018-09-07fiscal Q3 201835950001683168-18-002649
10-Q2018-06-15fiscal Q2 201835950001683168-18-001696
10-Q2018-03-20fiscal Q1 201835730001683168-18-000726
10-K2018-01-31fiscal FY 201736740001683168-18-000260
10-K2018-01-30fiscal FY 201736740001683168-18-000252
10-Q2017-09-19fiscal Q3 201734910001683168-17-002409
10-Q2017-06-13fiscal Q2 201731850001683168-17-001567
10-Q2017-03-21fiscal Q1 201731650001683168-17-000620
10-K2017-02-10fiscal FY 201633680001683168-17-000276
10-Q2016-09-14fiscal Q3 201632870001683168-16-000101
10-Q2016-06-14fiscal Q2 201632870001019687-16-006671
10-Q2016-03-17fiscal Q1 201632670001019687-16-005506
10-K2016-01-29fiscal FY 201533680001019687-16-004966
10-Q2015-09-14fiscal Q3 201533910001019687-15-003456
10-Q2015-06-09fiscal Q2 201532870001019687-15-002335
10-Q2015-03-10fiscal Q1 201534710001019687-15-000885
10-K2015-01-20fiscal FY 2014351020001019687-15-000260
10-Q2014-09-15fiscal Q3 201430830001019687-14-003589
10-Q2014-06-11fiscal Q2 201430830001019687-14-002390
10-Q2014-03-14fiscal Q1 201430630001019687-14-000841
10-K/A2013-12-30fiscal FY 2013361320001019687-13-005016
10-K2013-12-24fiscal FY 2013361320001019687-13-004956
10-Q2013-09-16fiscal Q3 201336970001019687-13-003584
10-Q2013-06-07fiscal Q2 201334890001019687-13-002261
10-Q2013-03-12fiscal Q1 201335720001019687-13-000799
10-K2012-12-31fiscal FY 2012381480001019687-12-004712
10-Q/A2012-09-17fiscal Q3 2012371000001546079-12-000137
10-Q2012-06-11fiscal Q2 201233870001019687-12-002091
10-Q2012-03-09fiscal Q1 201232640001019687-12-000880
10-K2012-01-31fiscal FY 2011341160001019687-12-000254
10-Q2011-09-14fiscal Q3 201133770001019687-11-002980

Inspect the source

Entity
PRIME GLOBAL CAPITAL GROUP Inc / CIK 0001462047
Captured
SEC response SHA-256
42814c7634562326a89158abd7246ac2161af4cf91bccee7392c19273fb2cd27

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