Skip to content

UMATRIN HOLDING LIMITED: filings

Every UMATRIN HOLDING LIMITED annual and quarterly report in the SEC record with the published financial measures it tagged, 45 filings, each linked to its SEC index.

Filing record ends 2021-12-30

The latest filing in this captured record is a 10-Q filed 2021-12-30. No later filing is in the SEC companyfacts record captured on 2026-09-22. UMATRIN HOLDING 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-Q2021-12-30fiscal Q3 2021361020001477932-21-009563
10-Q2021-09-01fiscal Q2 202137970001477932-21-006076
10-Q2021-05-21fiscal Q1 202138790001477932-21-003449
10-K2021-04-15fiscal FY 202040810001477932-21-002347
10-Q2020-11-23fiscal Q3 2020371000001477932-20-006848
10-Q2020-08-14fiscal Q2 202037970001477932-20-004907
10-Q/A2020-07-01fiscal Q1 202034710001477932-20-003704
10-Q2020-06-29fiscal Q1 202034710001477932-20-003631
10-K2020-06-01fiscal FY 201934680001477932-20-003164
10-Q2019-11-20fiscal Q3 201935890001477932-19-006733
10-Q2019-08-14fiscal Q2 201932870001477932-19-004841
10-Q2019-05-15fiscal Q1 201933670001477932-19-002781
10-K2019-04-16fiscal FY 201834670001477932-19-001800
10-Q2018-11-14fiscal Q3 201830800001477932-18-005490
10-Q2018-08-17fiscal Q2 201828740001477932-18-004173
10-Q2018-06-18fiscal Q1 201828580001477932-18-003098
10-K2018-05-11fiscal FY 201730630001477932-18-002338
10-Q2017-11-14fiscal Q3 201730810001477932-17-005554
10-Q2017-08-14fiscal Q2 201731810001477932-17-003901
10-K/A2017-06-14fiscal FY 201630610001477932-17-002833
10-Q2017-05-22fiscal Q1 201729570001477932-17-002472
10-K2017-04-17fiscal FY 201629590001477932-17-001772
10-Q2016-11-15fiscal Q3 201629740001477932-16-013532
10-Q2016-08-22fiscal Q2 201628750001477932-16-012172
10-Q2016-05-23fiscal Q1 201628540001477932-16-010527
10-K2016-04-14fiscal FY 201515430001477932-16-009782
10-Q2015-12-10fiscal Q3 201617490001477932-15-007563
10-Q2015-10-16fiscal Q2 201617480001477932-15-006433
10-Q/A2015-10-16fiscal Q1 201614210001477932-15-006432
10-Q2015-06-08fiscal Q1 201615340001477932-15-003735
10-K2015-03-16fiscal FY 201515200001477932-15-001716
10-Q2014-12-11fiscal Q3 201517610001477932-14-006991
10-Q2014-08-28fiscal Q2 201512480001477932-14-004811
10-Q2014-06-02fiscal Q1 201419620001477932-14-002981
10-K2014-03-10fiscal FY 201318530001477932-14-001004
10-Q2013-12-17fiscal Q3 201319700001477932-13-006090
10-Q2013-08-30fiscal Q2 201319700001477932-13-004057
10-Q2013-06-27fiscal Q1 201319580001477932-13-003016
10-K2013-05-01fiscal FY 201218540001477932-13-002064
10-Q2012-12-10fiscal Q3 201218620001477932-12-004777
10-Q2012-08-30fiscal Q2 201218630001477932-12-003483
10-Q2012-06-04fiscal Q1 201217480001477932-12-001884
10-K2012-03-26fiscal FY 201117470001477932-12-000803
10-Q2011-12-15fiscal Q3 201117600001477932-11-002789
10-Q/A2011-09-20fiscal Q2 201117590001477932-11-001955

Inspect the source

Entity
UMATRIN HOLDING LIMITED / CIK 0001317839
Captured
SEC response SHA-256
455583737bf1b0f73b1fbef04dcba65149736c777d77c66635d15fa6ac094d7a

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