NACITY PROPERTY SERVICE GROUP CO., LTD. — Investor Relations & Filings
About NACITY PROPERTY SERVICE GROUP CO., LTD.
NACITY PROPERTY SERVICE GROUP CO., LTD. specializes in providing comprehensive property management and integrated facility services. The company manages a diverse portfolio that includes residential complexes, commercial office buildings, industrial parks, and public infrastructure. Core service offerings encompass security, environmental cleaning, landscape maintenance, and technical equipment operations. Beyond basic management, the group provides value-added services such as asset management, community retail, and specialized consultancy. NACITY focuses on implementing standardized service protocols and leveraging digital management platforms to optimize operational efficiency. The company serves a broad client base ranging from individual homeowners to corporate entities and government institutions, prioritizing service quality and the enhancement of property value through professional maintenance and community engagement.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 南都物业服务集团股份有限公司2025年度主要经营数据 | 2026-04-21 | Chinese | |
| 南都物业服务集团股份有限公司关于公司向银行申请综合授信额度的公告 | 2026-04-21 | Chinese | |
| 南都物业服务集团股份有限公司董事会审计委员会对会计师事务所履行监督职责情况报告 | 2026-04-21 | Chinese | |
| 南都物业服务集团股份有限公司2025年度独立董事述职报告 | 2026-04-21 | Chinese | |
| 南都物业服务集团股份有限公司重大信息内部报告制度 | 2026-04-21 | Chinese | |
| 南都物业服务集团股份有限公司2025年内部控制审计报告 | 2026-04-21 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 38632208 | 南都物业服务集团股份有限公司2025年度主要经营数据 | 2026-04-21 | Chinese | ||
| 38632184 | 南都物业服务集团股份有限公司关于公司向银行申请综合授信额度的公告 | 2026-04-21 | Chinese | ||
| 38632155 | 南都物业服务集团股份有限公司董事会审计委员会对会计师事务所履行监督职责情况报告 | 2026-04-21 | Chinese | ||
| 38632137 | 南都物业服务集团股份有限公司2025年度独立董事述职报告 | 2026-04-21 | Chinese | ||
| 38632116 | 南都物业服务集团股份有限公司重大信息内部报告制度 | 2026-04-21 | Chinese | ||
| 38632105 | 南都物业服务集团股份有限公司2025年内部控制审计报告 | 2026-04-21 | Chinese | ||
| 38631966 | 南都物业服务集团股份有限公司2025年环境、社会和公司治理报告 | 2026-04-21 | Chinese | ||
| 38630798 | 南都物业服务集团股份有限公司关于续聘2026年度财务审计机构的公告 | 2026-04-21 | Chinese | ||
| 38630774 | 南都物业服务集团股份有限公司董事会关于独立董事独立性自查情况的专项报告 | 2026-04-21 | Chinese | ||
| 38630763 | 关于南都物业服务集团股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2026-04-21 | Chinese | ||
| 38630760 | 南都物业服务集团股份有限公司关于召开2025年年度股东会的通知 | 2026-04-21 | Chinese | ||
| 38630758 | 南都物业服务集团股份有限公司信息披露暂缓与豁免管理制度 | 2026-04-21 | Chinese | ||
| 38630737 | 南都物业服务集团股份有限公司2025年环境、社会和公司治理报告摘要 | 2026-04-21 | Chinese | ||
| 38630723 | 南都物业服务集团股份有限公司第四届董事会第十二次会议决议公告 | 2026-04-21 | Chinese | ||
| 38630704 | 南都物业服务集团股份有限公司董事会战略决策委员会工作细则 | 2026-04-21 | 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 |
NACITY PROPERTY SERVICE GROUP 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/57683/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57683 | 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=57683 | 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=57683 \ -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": 57683}, 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 NACITY PROPERTY SERVICE GROUP CO., LTD. (id: 57683)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.