Skip to content

NowNews Digital Media Technology Co. Ltd.: filings

Every NowNews Digital Media Technology Co. Ltd. annual and quarterly report in the SEC record with the published financial measures it tagged, 26 filings, each linked to its SEC index.

Filing record ends 2018-05-21

The latest filing in this captured record is a 10-Q filed 2018-05-21. No later filing is in the SEC companyfacts record captured on 2026-09-22. NowNews Digital Media Technology 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-Q2018-05-21fiscal Q1 201844910001144204-18-030042
10-K2018-04-18fiscal FY 201745930001144204-18-021139
10-Q2017-11-20fiscal Q3 2017441250001144204-17-060058
10-Q2017-08-17fiscal Q2 2017431230001144204-17-043788
10-Q2017-05-19fiscal Q1 201742870001144204-17-028540
10-K2017-05-03fiscal FY 201643890001144204-17-024227
10-Q2016-11-14fiscal Q3 2016431230001144204-16-134777
10-Q2016-08-15fiscal Q2 2016431230001144204-16-119309
10-Q2016-05-16fiscal Q1 201643890001144204-16-102539
10-K2016-03-31fiscal FY 201544900001144204-16-092023
10-Q2015-11-17fiscal Q3 2015441240001144204-15-066433
10-Q2015-08-14fiscal Q2 2015441240001144204-15-049953
10-Q2015-05-15fiscal Q1 201543880001144204-15-031412
10-K2015-03-31fiscal FY 201444900001144204-15-020100
10-K2014-11-13fiscal FY 201418540001144204-14-067311
10-Q2014-09-15fiscal Q3 201416490001127855-14-000413
10-Q2014-06-16fiscal Q2 201418620001127855-14-000263
10-Q2013-09-23fiscal Q3 201314450001255294-13-000756
10-Q2013-06-14fiscal Q2 201314450001255294-13-000433
10-Q2013-03-19fiscal Q1 201314350001255294-13-000208
10-K2013-02-13fiscal FY 201214370001255294-13-000109
10-Q2012-09-14fiscal Q3 201212380001255294-12-000667
10-Q2012-06-14fiscal Q2 201212380001255294-12-000419
10-Q2012-03-16fiscal Q1 201212300001255294-12-000178
10-K2012-01-31fiscal FY 201114350001255294-12-000060
10-Q2011-09-15fiscal Q3 201112370001255294-11-000538

Inspect the source

Entity
NowNews Digital Media Technology Co. Ltd. / CIK 0001509477
Captured
SEC response SHA-256
dd5cf9d77bf37dbe6c380bf3ae89f9e3ff432648bcc5af81ccd84e50e926b10f

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