
ZHONGTIAN SERVICE CO., LTD. — Investor Relations & Filings
ZHONGTIAN SERVICE CO., LTD. specializes in providing comprehensive property management and related value-added services. The company’s core operations encompass the management of residential communities, commercial office buildings, and public facilities. Its service portfolio includes security, cleaning, landscaping, and equipment maintenance, alongside specialized consulting and community-based services designed to enhance property value and resident experience. By leveraging standardized management systems and digital service platforms, the company focuses on delivering integrated facility management solutions. It serves a diverse client base, prioritizing operational efficiency and service quality across various urban property sectors.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 浙江天册律师事务所关于中天服务股份有限公司2025年度股东会的法律意见书 | 2026-05-18 | Chinese | |
| 2025年度股东会决议公告 | 2026-05-18 | Chinese | |
| 审计委员会年报工作规程(2025年9月修订) | 2025-09-15 | Chinese | |
| 风险投资管理制度(2025年9月修订) | 2025-09-15 | Chinese | |
| 2025年第一次临时股东大会决议公告 | 2025-09-15 | Chinese | |
| 关于选举第六届董事会职工代表董事的公告 | 2025-09-15 | Chinese |
Browse filings by year
20 years- 2026 2 filings
- 2025 84 filings
- 2024 95 filings
- 2023 110 filings
- 2022 129 filings
- 2021 145 filings
- 2020 146 filings
- 2019 98 filings
- 2018 244 filings
- 2017 105 filings
- 2016 75 filings
- 2015 142 filings
- 2014 67 filings
- 2013 106 filings
- 2012 86 filings
- 2011 96 filings
- 2010 68 filings
- 2009 76 filings
- 2008 78 filings
- 2007 30 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
2 filings
| |||||
| 46513451 | 浙江天册律师事务所关于中天服务股份有限公司2025年度股东会的法律意见书 | 2026-05-18 | Chinese | ||
| 46513450 | 2025年度股东会决议公告 | 2026-05-18 | Chinese | ||
|
2025
13 filings
| |||||
| 35050993 | 审计委员会年报工作规程(2025年9月修订) | 2025-09-15 | Chinese | ||
| 35050982 | 风险投资管理制度(2025年9月修订) | 2025-09-15 | Chinese | ||
| 35050973 | 2025年第一次临时股东大会决议公告 | 2025-09-15 | Chinese | ||
| 35050965 | 关于选举第六届董事会职工代表董事的公告 | 2025-09-15 | Chinese | ||
| 35050960 | 董事、高级管理人员薪酬与考核管理制度(2025年9月修订) | 2025-09-15 | Chinese | ||
| 35050954 | 董事、高级管理人员离职管理制度(2025年9月制定) | 2025-09-15 | Chinese | ||
| 35050945 | 子公司管理制度(2025年9月修订) | 2025-09-15 | Chinese | ||
| 35050934 | 信息披露管理制度(2025年9月修订) | 2025-09-15 | Chinese | ||
| 35050924 | 年报信息披露重大差错责任追究制度(2025年9月修订) | 2025-09-15 | Chinese | ||
| 35050915 | 内部审计制度(2025年9月修订) | 2025-09-15 | Chinese | ||
| 35050906 | 对外提供财务资助管理办法(2025年9月修订) | 2025-09-15 | Chinese | ||
| 35050893 | 关于2025年半年度募集资金存放与使用情况的专项报告 | 2025-08-29 | Chinese | ||
| 35050880 | 半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2025-08-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Other real estate activities on a fee or contract basis
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Acanthus Real Estate Corporation
Real estate advisory and development specializing in comple…
|
— | CA | Real estate activities |
|
ACUMENTIS GROUP LIMITED
Provides independent property valuation, advisory, and risk…
|
ACU | AU | Real estate activities |
|
Advenis
An integrated real estate and financial wealth management g…
|
ALADV | FR | Real estate activities |
|
Alpha Astika Akinhta S.A.
A provider of real estate services supporting the entire pr…
|
ASTAK | GR | Real estate activities |
|
Anywhere Real Estate Inc.
Provider of integrated real estate services: franchising, b…
|
HOUS | US | Real estate activities |
|
Area Quest Inc.
Provides real estate solutions for commercial properties, f…
|
8912 | JP | Real estate activities |
|
Atland
Pan-European real estate firm offering asset management, fu…
|
ATLD | FR | Real estate activities |
|
Aventa AG
Real estate firm managing property projects with an integra…
|
AAG | AT | Real estate activities |
|
AZOOM CO.,LTD
A real estate tech company that turns idle properties into …
|
3496 | JP | Real estate activities |
|
Beh-Property Co.,Ltd
Provides lifecycle management and maintenance for residenti…
|
600791 | CN | Real estate activities |
ZHONGTIAN SERVICE CO., LTD. via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/54242/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54242 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=54242 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=54242 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 54242}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for ZHONGTIAN SERVICE CO., LTD. (id: 54242)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.