Skip to content

CHINA UNITED INSURANCE SERVICE, INC.: filings

Every CHINA UNITED INSURANCE SERVICE, INC. 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-05-15

The latest filing in this captured record is a 10-Q filed 2023-05-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. CHINA UNITED INSURANCE SERVICE, 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-Q2023-05-15fiscal Q1 202344890001410578-23-001218
10-K2023-03-30fiscal FY 202248960001410578-23-000467
10-Q2022-11-14fiscal Q3 2022461310001410578-22-003354
10-Q2022-08-15fiscal Q2 2022451300001410578-22-002620
10-Q2022-05-16fiscal Q1 202244910001410578-22-001707
10-K2022-04-08fiscal FY 2021501010001410578-22-000847
10-Q2021-11-15fiscal Q3 2021461330001410578-21-000249
10-Q2021-08-16fiscal Q2 2021421170001104659-21-106402
10-Q2021-05-17fiscal Q1 202142870001104659-21-068088
10-K2021-03-25fiscal FY 2020501020001104659-21-041492
10-Q2020-11-09fiscal Q3 2020421190001104659-20-123010
10-Q2020-08-10fiscal Q2 2020421190001104659-20-092414
10-Q2020-05-15fiscal Q1 202043920001104659-20-062501
10-K2020-03-20fiscal FY 201949990001104659-20-036932
10-Q2019-11-18fiscal Q3 2019471380001104659-19-065122
10-Q2019-08-09fiscal Q2 2019471380001144204-19-038707
10-Q2019-05-10fiscal Q1 201947980001144204-19-025272
10-K2019-04-01fiscal FY 201848980001144204-19-017322
10-Q2019-01-31fiscal Q3 2018441280001144204-19-003956
10-Q2019-01-31fiscal Q2 2018431260001144204-19-003951
10-Q2019-01-31fiscal Q1 201843880001144204-19-003947
10-K2019-01-24fiscal FY 2017451490001144204-19-002554
10-K2018-03-15fiscal FY 2017451490001144204-18-014999
10-Q2017-11-09fiscal Q3 2017461320001144204-17-057837
10-Q2017-08-09fiscal Q2 2017421240001144204-17-041524
10-Q2017-05-10fiscal Q1 201742860001144204-17-025864
10-K2017-03-15fiscal FY 2016421110001144204-17-014676
10-Q2016-11-09fiscal Q3 2016411230001144204-16-132682
10-Q2016-08-09fiscal Q2 2016391150001144204-16-117797
10-Q2016-05-10fiscal Q1 201639810001144204-16-100303
10-K2016-03-30fiscal FY 2015381230001144204-16-091204
10-Q2015-11-09fiscal Q3 2015391120001144204-15-063778
10-Q2015-08-10fiscal Q2 2015401140001144204-15-047681
10-Q2015-05-18fiscal Q1 201536740001144204-15-032093
10-K2015-03-18fiscal FY 2014381200001144204-15-016938
10-Q2014-11-10fiscal Q3 201434940001144204-14-066386
10-Q2014-08-11fiscal Q2 201434940001144204-14-048521
10-K2014-06-30fiscal FY 201330620001144204-14-040453
10-Q2014-05-15fiscal Q1 201433680001144204-14-030713
10-Q2013-11-12fiscal Q1 201431640001144204-13-060201
10-K2013-09-30fiscal FY 201330620001144204-13-053075
10-Q2013-05-15fiscal Q3 201330800001144204-13-029303
10-Q2013-02-14fiscal Q2 201329840001144204-13-008933
10-Q2012-11-19fiscal Q1 201329670001144204-12-063752
10-K/A2012-10-29fiscal FY 201234680001144204-12-058326
10-Q2012-05-15fiscal Q3 201227750001144204-12-029476
10-Q/A2012-03-16fiscal Q2 201226860001144204-12-015485

Inspect the source

Entity
CHINA UNITED INSURANCE SERVICE, INC. / CIK 0001512927
Captured
SEC response SHA-256
fb496d0a056367fef046c2038b5b58a198d2276814cd38486e363b738ea69e58

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