Skip to content

J.E.M. CAPITAL, INC.: filings

Every J.E.M. CAPITAL, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 33 filings, each linked to its SEC index.

Filing record ends 2020-06-26

The latest filing in this captured record is a 10-Q filed 2020-06-26. No later filing is in the SEC companyfacts record captured on 2026-09-23. J.E.M. CAPITAL, 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-06-26fiscal Q1 202016300001642863-20-000003
10-K2020-03-31fiscal FY 201918360001642863-20-000001
10-Q2019-11-14fiscal Q3 201915370001642863-19-000003
10-Q2019-11-14fiscal Q2 201916380001642863-19-000002
10-Q2019-11-14fiscal Q1 201916300001642863-19-000001
10-K2019-04-01fiscal FY 201819370001079974-19-000160
10-Q2018-11-14fiscal Q3 201816390001079974-18-000588
10-Q2018-08-14fiscal Q2 201816380001079974-18-000439
10-Q2018-05-15fiscal Q1 201816320001079974-18-000261
10-K2018-03-29fiscal FY 201718300001079974-18-000158
10-Q2017-11-14fiscal Q3 201715330001079974-17-000514
10-Q2017-08-14fiscal Q2 201715340001079974-17-000378
10-Q2017-05-19fiscal Q1 201715270001079974-17-000271
10-K2017-05-19fiscal FY 201612240001079974-17-000269
10-Q2016-11-10fiscal Q3 201610240001477932-16-013334
10-Q2016-08-15fiscal Q2 201612280001477932-16-011839
10-Q2016-05-16fiscal Q1 201612220001477932-16-010364
10-K2016-03-29fiscal FY 201512250001477932-16-009214
10-Q2015-10-28fiscal Q3 201511280001477932-15-006657
10-Q2015-08-07fiscal Q2 201511280001477932-15-004920
10-Q2015-05-11fiscal Q1 201511200001477932-15-002989
10-K2015-03-23fiscal FY 201412330001477932-15-001859
10-Q2014-11-10fiscal Q3 201412360001477932-14-005892
10-Q2014-08-12fiscal Q2 201412360001477932-14-004224
10-Q2014-05-02fiscal Q1 201411240001477932-14-002230
10-K2014-03-31fiscal FY 201314330001477932-14-001393
10-Q2013-11-14fiscal Q3 201313350001477932-13-005558
10-Q2013-07-31fiscal Q2 201313350001477932-13-003409
10-Q2013-05-02fiscal Q1 201313290001477932-13-002088
10-K2013-02-26fiscal FY 201212290001477932-13-000889
10-Q2012-10-23fiscal Q3 201214420001558891-12-000020
10-Q2012-07-25fiscal Q2 201214300001554757-12-000006
10-Q2012-06-01fiscal Q1 201213240001533621-12-000208

Inspect the source

Entity
J.E.M. CAPITAL, INC. / CIK 0001537528
Captured
SEC response SHA-256
d5e60db2a25e1d7cb57f4438511fa720627f4fd73f6c5ba4ae50c616e6236ec1

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