Skip to content

MU YAN TECHNOLOGY GROUP CO., LIMITED: filings

Every MU YAN TECHNOLOGY GROUP CO., LIMITED 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 2022-03-17

The latest filing in this captured record is a 10-Q filed 2022-03-17. No later filing is in the SEC companyfacts record captured on 2026-09-22. MU YAN TECHNOLOGY GROUP CO., LIMITED 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-Q2022-03-17fiscal Q2 202235920001493152-22-007129
10-Q2021-12-20fiscal Q1 202234720001493152-21-031970
10-K2021-10-29fiscal FY 202137710001493152-21-026701
10-Q2021-06-14fiscal Q3 202137900001493152-21-014283
10-Q2021-03-22fiscal Q2 202138920001493152-21-006491
10-Q2020-12-14fiscal Q1 202137640001493152-20-023488
10-K2020-11-13fiscal FY 202037550001493152-20-021259
10-Q2020-06-16fiscal Q3 202018510001493152-20-011225
10-Q2020-02-18fiscal Q2 202018500001617351-20-000008
10-Q/A2020-01-21fiscal Q1 202018380001617351-20-000006
10-Q2019-12-26fiscal Q1 202017370001617351-19-000010
10-K2019-10-28fiscal FY 201919390001617351-19-000008
10-Q2019-05-28fiscal Q3 201919500001617351-19-000006
10-Q2019-04-11fiscal Q2 201919480001617351-19-000004
10-Q2019-03-19fiscal Q1 201921440001617351-19-000002
10-K2018-11-07fiscal FY 201819380001617351-18-000020
10-Q2018-05-21fiscal Q3 201818450001617351-18-000011
10-Q2018-04-27fiscal Q2 201817440001617351-18-000009
10-Q2018-02-22fiscal Q1 201817340001617351-18-000007
10-K2018-01-03fiscal FY 201719390001617351-18-000002
10-Q2017-09-01fiscal Q3 201719470001617351-17-000010
10-Q2017-08-30fiscal Q3 201719470001617351-17-000008
10-Q2017-07-25fiscal Q2 201717450001617351-17-000006
10-Q2017-07-03fiscal Q1 201717340001617351-17-000004
10-K2017-05-26fiscal FY 201618370001617351-17-000002
10-Q2016-08-30fiscal Q3 201618460001617351-16-000023

Inspect the source

Entity
MU YAN TECHNOLOGY GROUP CO., LIMITED / CIK 0001617351
Captured
SEC response SHA-256
0b20e08430835671b7632f49b31fb606f236a60bd7a339ef40caab9c1fbd2191

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