
China Fortune Land Development Co.,Ltd. — Investor Relations & Filings
China Fortune Land Development Co., Ltd. specializes in the investment, development, and operation of New Industrial Cities. The company operates primarily through a Public-Private Partnership (PPP) model, collaborating with local governments to provide comprehensive urban solutions. Its core activities include strategic planning, infrastructure construction, and the development of industrial clusters. The firm focuses on attracting high-tech and high-value industries to its parks, offering services such as investment promotion, park operation, and urban public services. By integrating industrial development with urban living spaces, the company aims to foster economic growth and sustainable urbanization. Its portfolio is concentrated in major metropolitan regions, where it manages large-scale projects that combine industrial zones with residential and commercial infrastructure.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2018年股票期权与限制性股票激励计划实施考核管理办法 | 2018-06-08 | Chinese | |
| 独立董事关于公司2018年股票期权与限制性股票激励计划(草案)相关事项的独立意见 | 2018-06-08 | Chinese | |
| 上海信公企业管理咨询有限公司关于华夏幸福基业股份有限公司2018年股票期权与限制性股票激励计划(草案)之独立财务顾问报告 | 2018-06-08 | Chinese | |
| 2018年股票期权与限制性股票激励计划(草案) | 2018-06-08 | Chinese | |
| 2018年股票期权与限制性股票激励计划(草案)摘要公告 | 2018-06-08 | Chinese | |
| 第六届董事会第四十三次会议决议公告 | 2018-06-08 | Chinese |
Browse filings by year
18 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2018
15 filings
| |||||
| 40768253 | 2018年股票期权与限制性股票激励计划实施考核管理办法 | 2018-06-08 | Chinese | ||
| 40768243 | 独立董事关于公司2018年股票期权与限制性股票激励计划(草案)相关事项的独立意见 | 2018-06-08 | Chinese | ||
| 40768235 | 上海信公企业管理咨询有限公司关于华夏幸福基业股份有限公司2018年股票期权与限制性股票激励计划(草案)之独立财务顾问报告 | 2018-06-08 | Chinese | ||
| 40768218 | 2018年股票期权与限制性股票激励计划(草案) | 2018-06-08 | Chinese | ||
| 40768203 | 2018年股票期权与限制性股票激励计划(草案)摘要公告 | 2018-06-08 | Chinese | ||
| 40768196 | 第六届董事会第四十三次会议决议公告 | 2018-06-08 | Chinese | ||
| 40768184 | 2017年年度权益分派实施公告 | 2018-06-08 | Chinese | ||
| 40768180 | 2018年股票期权与限制性股票激励计划首次授予激励对象名单 | 2018-06-08 | Chinese | ||
| 40768167 | 关于拟签订《关于中国铁物大厦项目合作框架协议之补充协议》的公告 | 2018-06-08 | Chinese | ||
| 40768157 | 关于召开2018年第七次临时股东大会的通知 | 2018-06-08 | Chinese | ||
| 40768145 | 2018年第五次临时股东大会的法律意见 | 2018-06-07 | Chinese | ||
| 40768135 | 2018年第五次临时股东大会决议公告 | 2018-06-07 | Chinese | ||
| 40768128 | 2018年公开发行公司债券(第一期)(品种二)在上海证券交易所上市的公告 | 2018-06-05 | Chinese | ||
| 40768118 | 2018年公开发行公司债券(第一期)(品种一)在上海证券交易所上市的公告 | 2018-06-05 | Chinese | ||
| 40768108 | 关于公司及下属子公司江门鼎兴拟与华能信托签署《股权收购协议》的公告 | 2018-06-04 | 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 |
China Fortune Land Development 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/56662/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56662 | 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=56662 | 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=56662 \ -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": 56662}, 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 Fortune Land Development Co.,Ltd. (id: 56662)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.