Skip to content

TAKUNG ART CO., LTD: filings

Every TAKUNG ART CO., LTD annual and quarterly report in the SEC record with the published financial measures it tagged, 47 filings, each linked to its SEC index.

Filing record ends 2023-08-14

The latest filing in this captured record is a 10-Q filed 2023-08-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. TAKUNG ART CO., LTD 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-Q2023-08-14fiscal Q2 202325720001213900-23-067020
10-Q2023-05-24fiscal Q1 202335690001213900-23-042700
10-K/A2023-05-24fiscal FY 202238730001213900-23-042697
10-K2023-04-17fiscal FY 202238730001213900-23-030302
10-Q2022-11-21fiscal Q3 202235900001213900-22-074246
10-Q2022-08-15fiscal Q2 202236930001213900-22-048140
10-Q2022-05-16fiscal Q1 202238750001213900-22-027155
10-K2022-04-15fiscal FY 202139720001213900-22-020201
10-Q2021-11-23fiscal Q3 2021441380001410578-21-000431
10-Q2021-08-13fiscal Q2 2021441340001104659-21-105091
10-Q2021-05-17fiscal Q1 202143900001104659-21-068048
10-K2021-03-31fiscal FY 202048930001104659-21-044731
10-Q2020-11-13fiscal Q3 2020441380001104659-20-124722
10-Q2020-08-07fiscal Q2 2020441340001104659-20-091778
10-Q2020-06-29fiscal Q1 202044940001104659-20-077792
10-K2020-05-08fiscal FY 201948960001104659-20-058897
10-Q2019-11-14fiscal Q3 2019451390001104659-19-064050
10-Q2019-08-14fiscal Q2 2019441330001144204-19-039867
10-Q2019-05-16fiscal Q1 201944910001144204-19-026839
10-K2019-04-16fiscal FY 201847940001144204-19-019759
10-Q2018-11-19fiscal Q3 2018451310001144204-18-060763
10-Q2018-08-14fiscal Q2 2018451310001144204-18-044652
10-Q2018-05-15fiscal Q1 201840820001144204-18-028854
10-K2018-04-02fiscal FY 201744900001144204-18-018555
10-Q2017-11-14fiscal Q3 2017401200001144204-17-059117
10-Q2017-08-11fiscal Q2 2017381160001144204-17-042452
10-Q2017-05-15fiscal Q1 201740820001144204-17-027582
10-K2017-03-31fiscal FY 201641830001144204-17-018201
10-Q2016-11-10fiscal Q3 2016381160001144204-16-133321
10-K2016-11-07fiscal FY 201539800001144204-16-131979
10-Q2016-08-19fiscal Q2 2016381160001144204-16-120361
10-Q2016-05-16fiscal Q1 201636740001144204-16-102808
10-K2016-02-17fiscal FY 201529610001144204-16-083057
10-Q2015-11-13fiscal Q3 201529820001144204-15-064958
10-Q2015-08-14fiscal Q2 201526740001144204-15-049530
10-Q2015-05-15fiscal Q1 201526540001144204-15-031272
10-K2015-03-31fiscal FY 201430620001144204-15-019901
10-Q2015-03-04fiscal Q3 201425890001144204-15-013840
10-Q2014-11-14fiscal Q3 201425890001144204-14-068787
10-Q2014-08-26fiscal Q2 201427950001491487-14-000023
10-Q2014-05-20fiscal Q1 201427730001491487-14-000011
10-K/A2014-04-08fiscal FY 201332860001491487-14-000007
10-Q2013-08-15fiscal Q2 201328860001491487-13-000011
10-Q2013-05-14fiscal Q1 201328750001491487-13-000010
10-K2013-04-05fiscal FY 201229530001491487-13-000009
10-Q2012-08-15fiscal Q2 201229880001491487-12-000021
10-Q2012-05-17fiscal Q1 201227720001491487-12-000017

Inspect the source

Entity
TAKUNG ART CO., LTD / CIK 0001491487
Captured
SEC response SHA-256
ac43fa4763baeb7805af47e9d68bb7e0fd27521425fc57dbefaa9c6e3084d229

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