Skip to content

LOVE INTERNATIONAL GROUP, INC.: filings

Every LOVE INTERNATIONAL GROUP, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 19 filings, each linked to its SEC index.

Filing record ends 2019-04-01

The latest filing in this captured record is a 10-K filed 2019-04-01. No later filing is in the SEC companyfacts record captured on 2026-09-23. LOVE INTERNATIONAL 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-K2019-04-01fiscal FY 201817350001640334-19-000500
10-Q2018-11-13fiscal Q3 201815470001640334-18-002093
10-Q2018-08-14fiscal Q2 201815470001640334-18-001549
10-Q2018-05-14fiscal Q1 201812290001640334-18-000963
10-K2018-04-03fiscal FY 201713280001640334-18-000618
10-Q2017-11-14fiscal Q3 201712390001640334-17-002386
10-Q2017-08-18fiscal Q2 201711330001640334-17-001736
10-Q2017-05-19fiscal Q1 201711250001640334-17-001048
10-K2017-04-17fiscal FY 201613270001640334-17-000718
10-Q2016-11-14fiscal Q3 201616480001640334-16-001965
10-Q2016-08-15fiscal Q2 201616490001640334-16-001546
10-Q2016-05-23fiscal Q1 201616390001640334-16-001143
10-Q2015-12-16fiscal Q3 201615410001640334-15-000450
10-Q2015-09-14fiscal Q2 201614380001640334-15-000138
10-Q2015-06-15fiscal Q1 201614300001557240-15-000424
10-K2015-04-29fiscal FY 201516320001557240-15-000283
10-Q/A2015-01-22fiscal Q3 201514360001557240-15-000036
10-Q2014-12-16fiscal Q3 201514360001557240-14-000782
10-Q2014-12-02fiscal Q2 201513250001557240-14-000751

Inspect the source

Entity
LOVE INTERNATIONAL GROUP, INC. / CIK 0001605780
Captured
SEC response SHA-256
a6f57b8724aea587f7420895fdd0fa66a80b88a23012e6a47ae3d6b95af7ece6

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