
China Merchants Property Operation & Service Co., Ltd. — Investor Relations & Filings
China Merchants Property Operation & Service Co., Ltd. provides comprehensive property management and facility operation services. The company specializes in the management of a diverse portfolio, including residential communities, commercial office buildings, industrial parks, government facilities, educational institutions, and healthcare centers. Its core service offerings encompass professional property maintenance, security, cleaning, and landscaping, alongside specialized facility management and asset operation services. The firm leverages standardized management systems and digital technology to optimize operational efficiency and enhance service quality. By integrating professional expertise with large-scale operational capabilities, the company serves a broad client base across various urban sectors, focusing on the long-term value preservation and functional optimization of real estate assets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于开展商业不动产REITs申报发行工作暨关联交易及相关授权事项的公告 | 2026-05-19 | Chinese | |
| 关于为全资子公司提供担保的进展公告 | 2026-05-15 | Chinese | |
| 关于董事变更的公告 | 2026-04-02 | Chinese | |
| 董事会议事规则(修订稿) | 2026-04-02 | Chinese | |
| 2025年度独立董事述职报告(张博辉) | 2026-03-13 | Chinese | |
| 2025年度独立董事述职报告(邹平学) | 2026-03-13 | Chinese |
Browse filings by year
28 years- 2026 35 filings
- 2025 127 filings
- 2024 101 filings
- 2023 101 filings
- 2022 123 filings
- 2021 106 filings
- 2020 126 filings
- 2019 314 filings
- 2018 112 filings
- 2017 125 filings
- 2016 225 filings
- 2015 104 filings
- 2014 100 filings
- 2013 136 filings
- 2012 122 filings
- 2011 99 filings
- 2010 89 filings
- 2009 112 filings
- 2008 86 filings
- 2007 90 filings
- 2006 75 filings
- 2005 31 filings
- 2004 41 filings
- 2003 31 filings
- 2002 23 filings
- 2001 4 filings
- 1994 1 filing
- 1993 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46566322 | 关于开展商业不动产REITs申报发行工作暨关联交易及相关授权事项的公告 | 2026-05-19 | Chinese | ||
| 46365405 | 关于为全资子公司提供担保的进展公告 | 2026-05-15 | Chinese | ||
| 41975019 | 关于董事变更的公告 | 2026-04-02 | Chinese | ||
| 41975011 | 董事会议事规则(修订稿) | 2026-04-02 | Chinese | ||
| 41975002 | 2025年度独立董事述职报告(张博辉) | 2026-03-13 | Chinese | ||
| 41974998 | 2025年度独立董事述职报告(邹平学) | 2026-03-13 | Chinese | ||
| 41974988 | 2025年可持续发展报告 | 2026-03-13 | Chinese | ||
| 41974798 | 第十一届董事会第四次会议决议公告 | 2026-03-13 | Chinese | ||
| 41974785 | 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-03-13 | Chinese | ||
| 41974774 | 2025年度独立董事述职报告(KAREN LAI黎明儿) | 2026-03-13 | Chinese | ||
| 41974763 | 内部控制审计报告 | 2026-03-13 | Chinese | ||
| 41974741 | 关于拟续聘会计师事务所的公告 | 2026-03-13 | Chinese | ||
| 41974729 | 2025年度独立董事述职报告(陈英革 已届满离任) | 2026-03-13 | Chinese | ||
| 41974717 | 关于2026年度在招商银行开展存贷款业务的关联交易公告 | 2026-03-13 | Chinese | ||
| 41974706 | 关于2025年度利润分配预案的公告 | 2026-03-13 | 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 |
China Merchants Property Operation & 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/54065/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54065 | 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=54065 | 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=54065 \ -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": 54065}, 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 China Merchants Property Operation & Service Co., Ltd. (id: 54065)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.