Skip to content

LIVING 3D HOLDINGS, INC.: filings

Every LIVING 3D 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 2019-11-14

The latest filing in this captured record is a 10-Q filed 2019-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. LIVING 3D 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-Q2019-11-14fiscal Q3 201926720001376474-19-000282
10-Q2019-08-14fiscal Q2 201926700001376474-19-000212
10-Q2019-05-14fiscal Q1 201922480001445866-19-000568
10-K2019-04-01fiscal FY 201826540001445866-19-000316
10-Q2018-11-14fiscal Q3 201824620001445866-18-001233
10-Q2018-08-14fiscal Q2 201824620001445866-18-000828
10-Q2018-05-15fiscal Q1 201824500001445866-18-000551
10-K2018-04-17fiscal FY 201725510001445866-18-000394
10-Q2017-11-14fiscal Q3 201724630001445866-17-001595
10-Q2017-08-11fiscal Q2 201724650001445866-17-001173
10-Q2017-05-15fiscal Q1 201722480001445866-17-000642
10-K2017-04-13fiscal FY 201622460001445866-17-000462
10-Q2016-11-14fiscal Q3 201621470001445866-16-002866
10-Q2016-08-10fiscal Q2 201621470001445866-16-002465
10-Q2016-05-16fiscal Q1 201621360001445866-16-002078
10-K2016-03-30fiscal FY 201525490001445866-16-001799
10-Q2015-11-16fiscal Q3 201527710001445866-15-001295
10-Q2015-08-19fiscal Q2 201529760001445866-15-000969
10-Q2015-05-15fiscal Q1 201529560001445866-15-000583
10-K2015-04-15fiscal FY 201430610001445866-15-000440
10-Q2014-11-14fiscal Q3 201432810001445866-14-001454
10-Q2014-08-19fiscal Q2 201432760001445866-14-001048
10-Q2014-05-20fiscal Q1 201432890001445866-14-000583
10-K2014-04-14fiscal FY 201331800001445866-14-000315
10-Q/A2013-12-06fiscal Q3 201331940001445866-13-001430
10-Q2013-08-19fiscal Q2 201322620000939798-13-000043
10-Q2013-05-15fiscal Q1 201321510000939798-13-000032
10-K2013-04-15fiscal FY 201221510000939798-13-000024
10-Q2012-11-14fiscal Q3 201222700000939798-12-000046
10-Q/A2012-09-13fiscal Q2 201222700000939798-12-000034
10-Q2012-05-15fiscal Q1 201222630000939798-12-000018
10-K2012-04-16fiscal FY 201123650000939798-12-000011
10-Q2011-11-16fiscal Q3 201119500000939798-11-000055
10-Q/A2011-09-12fiscal Q2 201119530000823579-11-000425

Inspect the source

Entity
LIVING 3D HOLDINGS, INC. / CIK 0000093205
Captured
SEC response SHA-256
ce9209a8135acb7d643d025e31ec615b4e522164c415b9218d6807ee9f2a0ddd

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