Skip to content

Lord Global Corp: filings

Every Lord Global Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 23 filings, each linked to its SEC index.

Filing record ends 2020-06-22

The latest filing in this captured record is a 10-Q filed 2020-06-22. No later filing is in the SEC companyfacts record captured on 2026-09-22. Lord 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-Q2020-06-22fiscal Q3 202028720001493152-20-011576
10-Q2020-03-20fiscal Q2 202028690001493152-20-004396
10-Q/A2020-01-02fiscal Q1 202028580001493152-20-000002
10-Q2019-12-26fiscal Q1 202028570001493152-19-019689
10-K2019-12-09fiscal FY 201932600001493152-19-018899
10-Q2019-06-19fiscal Q3 201931840001493152-19-009426
10-Q2019-03-25fiscal Q2 201930730001493152-19-003849
10-Q2018-12-21fiscal Q1 201934650001493152-18-017857
10-K2018-11-13fiscal FY 201828580001493152-18-015796
10-Q2018-06-22fiscal Q3 201829740001493152-18-009104
10-Q2018-03-26fiscal Q2 201830770001493152-18-003859
10-Q2017-12-21fiscal Q1 201831640001078782-17-001713
10-K2017-11-16fiscal FY 201731640001078782-17-001600
10-Q2017-06-19fiscal Q3 201731780001078782-17-000879
10-Q2017-03-16fiscal Q2 201727720001078782-17-000319
10-Q2017-01-26fiscal Q2 201624640001078782-17-000121
10-Q2017-01-26fiscal Q1 201624500001078782-17-000119
10-K2017-01-26fiscal FY 201523460001078782-17-000117
10-Q2017-01-26fiscal Q3 201526680001078782-17-000115
10-Q2017-01-26fiscal Q2 201528900001078782-17-000113
10-Q2016-12-20fiscal Q1 201724500001078782-16-003992
10-K2016-12-13fiscal FY 201628560001078782-16-003935
10-Q2016-06-20fiscal Q3 201625660001078782-16-003007

Inspect the source

Entity
Lord Global Corp / CIK 0001569568
Captured
SEC response SHA-256
bbd21a5006bd0caa5e8fccc4be8031e7c7903191334ac9621a8c1ac6268595ed

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