China Fortune Land Development Co.,Ltd. — Investor Relations & Filings
About China Fortune Land Development Co.,Ltd.
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年度募集资金存放和实际使用情况的核查意见 | 2019-04-19 | Chinese | |
| 关于华夏幸福基业股份有限公司2018年度募集资金存放与使用情况鉴证报告 | 2019-04-19 | Chinese | |
| 第六届董事会第六十六次会议决议公告 | 2019-04-19 | Chinese | |
| 关于控股股东对质押式回购交易延期购回及股份质押解除的公告 | 2019-04-15 | Chinese | |
| 2018年公开发行公司债券(第三期)(品种一)2019年度第三次临时受托管理事务报告 | 2019-04-14 | Chinese | |
| 2018年公开发行公司债券(第三期)(品种二)2019年度第三次临时受托管理事务报告 | 2019-04-14 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2019
15 filings
| |||||
| 40773282 | 中信证券股份有限公司关于华夏幸福基业股份有限公司2018年度募集资金存放和实际使用情况的核查意见 | 2019-04-19 | Chinese | ||
| 40773265 | 关于华夏幸福基业股份有限公司2018年度募集资金存放与使用情况鉴证报告 | 2019-04-19 | Chinese | ||
| 40773094 | 第六届董事会第六十六次会议决议公告 | 2019-04-19 | Chinese | ||
| 40773083 | 关于控股股东对质押式回购交易延期购回及股份质押解除的公告 | 2019-04-15 | Chinese | ||
| 40773076 | 2018年公开发行公司债券(第三期)(品种一)2019年度第三次临时受托管理事务报告 | 2019-04-14 | Chinese | ||
| 40773058 | 2018年公开发行公司债券(第三期)(品种二)2019年度第三次临时受托管理事务报告 | 2019-04-14 | Chinese | ||
| 40773050 | 2019年公开发行公司债券(第一期)2019年度第一次临时受托管理事务报告 | 2019-04-14 | Chinese | ||
| 40773036 | 关于公司及子公司提供担保的进展情况公告 | 2019-04-12 | Chinese | ||
| 40772950 | 关于对外投资的进展情况公告 | 2019-04-12 | Chinese | ||
| 40772942 | 关于境外间接全资子公司美元债券发行完成情况的公告 | 2019-04-10 | Chinese | ||
| 40772931 | 关于取得陕西省西安市长安硬科技产业新城PPP项目《中标通知书》的公告 | 2019-04-10 | Chinese | ||
| 40772921 | 关于控股股东协议转让股份完成过户登记的公告 | 2019-04-09 | Chinese | ||
| 40772909 | 2019年第四次临时股东大会的法律意见 | 2019-04-08 | Chinese | ||
| 40772897 | 2019年第四次临时股东大会决议公告 | 2019-04-08 | Chinese | ||
| 40772881 | 关于累计新增借款的公告 | 2019-04-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.