
Hainan Development Holdings Nanhai Co., Ltd. — Investor Relations & Filings
Hainan Development Holdings Nanhai Co., Ltd. focuses on strategic regional development and infrastructure construction. The company specializes in land primary development, investment management, and the execution of large-scale public projects. It manages asset operations and facilitates industrial upgrades to support the expansion of regional economic zones. Core activities include project financing, urban infrastructure maintenance, and the development of specialized commercial hubs. The entity integrates resources to drive economic growth, emphasizing sustainable urban planning and high-quality investment services. It serves as a primary vehicle for implementing regional development strategies through comprehensive project management and asset optimization.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于完成董事会换届选举并选举董事长、董事会各专门委员会委员及聘任高级管理人员、内审机构负责人的公告 | 2026-05-14 | Chinese | |
| 信息披露管理制度(2026年修订) | 2026-05-14 | Chinese | |
| 第九届董事会第一次会议决议公告 | 2026-05-14 | Chinese | |
| 上海段和段律师事务所关于海控南海发展股份有限公司2025年年度股东会的法律意见书 | 2026-05-13 | Chinese | |
| 独立董事提名人声明与承诺(赵息) | 2026-04-21 | Chinese | |
| 关于网营科技2025年度业绩承诺实现情况的公告 | 2026-04-21 | Chinese |
Browse filings by year
20 years- 2026 60 filings
- 2025 158 filings
- 2024 126 filings
- 2023 134 filings
- 2022 136 filings
- 2021 173 filings
- 2020 152 filings
- 2019 102 filings
- 2018 159 filings
- 2017 105 filings
- 2016 92 filings
- 2015 122 filings
- 2014 104 filings
- 2013 110 filings
- 2012 86 filings
- 2011 111 filings
- 2010 158 filings
- 2009 140 filings
- 2008 106 filings
- 2007 70 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46344532 | 关于完成董事会换届选举并选举董事长、董事会各专门委员会委员及聘任高级管理人员、内审机构负责人的公告 | 2026-05-14 | Chinese | ||
| 46344389 | 信息披露管理制度(2026年修订) | 2026-05-14 | Chinese | ||
| 46343666 | 第九届董事会第一次会议决议公告 | 2026-05-14 | Chinese | ||
| 45773995 | 上海段和段律师事务所关于海控南海发展股份有限公司2025年年度股东会的法律意见书 | 2026-05-13 | Chinese | ||
| 34985652 | 独立董事提名人声明与承诺(赵息) | 2026-04-21 | Chinese | ||
| 34985650 | 关于网营科技2025年度业绩承诺实现情况的公告 | 2026-04-21 | Chinese | ||
| 34985647 | 关联交易管理制度 | 2026-04-21 | Chinese | ||
| 34985644 | 制度管理办法(2026年4月修订) | 2026-04-21 | Chinese | ||
| 34985642 | 公司章程(2026年4月修订) | 2026-04-21 | Chinese | ||
| 34985638 | 董事和高级管理人员离职管理制度 | 2026-04-21 | Chinese | ||
| 34985634 | 2025年度董事会工作报告 | 2026-04-21 | Chinese | ||
| 34985633 | 财务负责人管理制度 | 2026-04-21 | Chinese | ||
| 34985632 | 募集资金管理办法 | 2026-04-21 | Chinese | ||
| 34985629 | 独立董事候选人声明与承诺(傅国华) | 2026-04-21 | Chinese | ||
| 34985627 | 独立董事候选人声明与承诺(孟睿偲) | 2026-04-21 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Real estate activities with own or leased property
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
16080022 CANADA INC
Wholly-owned subsidiary of Margaux REIT that amalgamated wi…
|
— | CA | Real estate activities |
|
235 Holdings AD
A real estate investment company that acquires, manages, an…
|
235H | BG | Real estate activities |
|
3P LAND HOLDINGS LTD.
Engaged in real estate development, land management, and pr…
|
3PLAND | IN | Real estate activities |
|
a.a.a. AG Allgemeine Anlageverwaltung
A real estate project and property developer of commercial …
|
AAA | DE | Real estate activities |
|
ABACUS GROUP
Asset manager and owner of metropolitan office and retail p…
|
ABG | AU | Real estate activities |
|
ABACUS STORAGE KING
Owns and manages a portfolio of residential and commercial …
|
ASK | AU | Real estate activities |
|
Abbey Woods Developments Limited
Real estate development firm creating residential and comme…
|
— | CA | Real estate activities |
|
Abitare In
A real estate developer specializing in customized resident…
|
ABT | IT | Real estate activities |
|
abrdn European Logistics Income plc
An investment trust investing in a portfolio of European lo…
|
ASLI | GB | Real estate activities |
|
abrdn Property Income Trust Ltd
A closed-ended investment company winding down its UK comme…
|
API | GG | Real estate activities |
Hainan Development Holdings Nanhai 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/54217/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54217 | 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=54217 | 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=54217 \ -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": 54217}, 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 Hainan Development Holdings Nanhai Co., Ltd. (id: 54217)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.