Skip to content

Jade Global Holdings, Inc.: filings

Every Jade Global Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 filings, each linked to its SEC index.

Filing record ends 2020-05-28

The latest filing in this captured record is a 10-K filed 2020-05-28. No later filing is in the SEC companyfacts record captured on 2026-09-23. Jade Global Holdings, 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-K2020-05-28fiscal FY 201921420001213900-20-013619
10-Q2019-10-30fiscal Q3 201922630001213900-19-021549
10-Q2019-08-12fiscal Q2 201922600001213900-19-015203
10-Q2019-05-08fiscal Q1 201919410001213900-19-008039
10-K2019-03-27fiscal FY 201822390001213900-19-004935
10-Q2018-10-23fiscal Q3 201822530001213900-18-014239
10-Q2018-07-12fiscal Q2 201821520001213900-18-009124
10-Q2018-05-07fiscal Q1 201817340001213900-18-005594
10-Q2017-10-30fiscal Q2 201814370001213900-17-011073
10-Q2017-08-03fiscal Q1 201815320001213900-17-008204
10-K2017-06-23fiscal FY 201717320001213900-17-006779
10-Q2017-02-14fiscal Q3 201715380001213900-17-001318
10-Q2016-11-18fiscal Q2 201710240001640334-16-002035
10-Q2016-08-15fiscal Q1 201710220001640334-16-001557
10-K2016-06-29fiscal FY 201614270001640334-16-001279
10-Q2016-02-18fiscal Q3 201612290001640334-16-000721
10-Q2016-02-09fiscal Q2 201712280001640334-16-000682
10-Q2016-02-09fiscal Q1 201611220001640334-16-000680
10-K2016-01-08fiscal FY 201514290001294606-16-000203
10-Q2015-09-17fiscal Q3 201514350001294606-15-000165
10-Q2014-11-14fiscal Q2 201513320001294606-14-000237
10-Q2014-08-14fiscal Q1 201413250001294606-14-000185
10-K2014-08-05fiscal FY 201416390001294606-14-000175
10-Q2014-03-13fiscal Q3 201313370001294606-14-000048
10-Q2013-11-19fiscal Q2 201313360001294606-13-000276
10-Q/A2013-08-21fiscal Q1 201316410001294606-13-000213
10-K2013-06-03fiscal FY 201214380001161697-13-000357
10-Q2013-02-06fiscal Q3 201213420001161697-13-000089
10-Q2012-11-16fiscal Q2 201213420001161697-12-000869
10-Q2012-08-02fiscal Q1 201213320001161697-12-000593
10-K2012-06-07fiscal FY 201114410001161697-12-000469
10-Q/A2012-01-25fiscal Q3 201114370001161697-12-000048
10-Q2011-11-14fiscal Q2 201114350001161697-11-001015
10-Q2011-11-14fiscal Q1 201114270001161697-11-001013

Inspect the source

Entity
Jade Global Holdings, Inc. / CIK 0001518171
Captured
SEC response SHA-256
692cb7ea0622b4283fc40399cc5c1a2e280dc6ff68207611e5bb484ccaed1a07

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