PALM ECO-TOWN DEVELOPMENT CO., LTD. — Investor Relations & Filings
Palm Eco-Town Development Co., Ltd. specializes in the planning, design, and construction of ecological urban environments and landscape architecture. The company provides integrated solutions for eco-town development, focusing on the synergy between urban infrastructure, environmental protection, and sustainable tourism. Its core services encompass landscape engineering, rural revitalization projects, and the management of ecological parks. By leveraging expertise in green space design and environmental restoration, the firm develops comprehensive urban-rural integration models that prioritize ecological balance and cultural heritage. The company operates across various sectors, including residential landscaping, public park construction, and large-scale eco-tourism destinations, aiming to create sustainable living spaces through innovative design and engineering practices.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年第六次临时股东会决议公告 | 2025-12-24 | Chinese | |
| 中原证券股份有限公司关于棕榈生态城镇发展股份有限公司募集资金账户部分资金被冻结的核查意见 | 2025-12-23 | Chinese | |
| 关于回购股份注销完成暨股份变动的公告 | 2025-12-19 | Chinese | |
| 关于公司募集资金账户部分资金被冻结的公告 | 2025-12-19 | Chinese | |
| 中原证券股份有限公司关于棕榈生态城镇发展股份有限公司募集资金账户部分资金新增冻结及解除冻结的核查意见 | 2025-12-12 | Chinese | |
| 关于股份回购比例达到1%及实施完成暨股份变动公告 | 2025-12-12 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 35843100 | 2025年第六次临时股东会决议公告 | 2025-12-24 | Chinese | ||
| 35843097 | 中原证券股份有限公司关于棕榈生态城镇发展股份有限公司募集资金账户部分资金被冻结的核查意见 | 2025-12-23 | Chinese | ||
| 35843095 | 关于回购股份注销完成暨股份变动的公告 | 2025-12-19 | Chinese | ||
| 35843085 | 关于公司募集资金账户部分资金被冻结的公告 | 2025-12-19 | Chinese | ||
| 35843074 | 中原证券股份有限公司关于棕榈生态城镇发展股份有限公司募集资金账户部分资金新增冻结及解除冻结的核查意见 | 2025-12-12 | Chinese | ||
| 35843064 | 关于股份回购比例达到1%及实施完成暨股份变动公告 | 2025-12-12 | Chinese | ||
| 35843058 | 关于公司募集资金账户部分资金解除冻结的公告 | 2025-12-10 | Chinese | ||
| 35843047 | 关于累计新增诉讼、仲裁及已披露诉讼事项的进展公告 | 2025-12-09 | Chinese | ||
| 35843038 | 关于公司募集资金账户部分资金解除冻结及新增冻结的公告 | 2025-12-08 | Chinese | ||
| 35843031 | 《信息披露暂缓与豁免管理制度》 | 2025-12-08 | Chinese | ||
| 35843022 | 中原证券股份有限公司关于棕榈生态城镇发展股份有限公司使用部分闲置募集资金暂时补充流动资金的核查意见 | 2025-12-08 | Chinese | ||
| 35843016 | 《会计师事务所选聘制度》 | 2025-12-08 | Chinese | ||
| 35843006 | 《子公司管理办法》 | 2025-12-08 | Chinese | ||
| 35842996 | 《董事、高级管理人员离职管理制度》 | 2025-12-08 | Chinese | ||
| 35842986 | 关于使用部分闲置募集资金暂时补充流动资金的公告 | 2025-12-08 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Construction of other civil engineering projects
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Active Infrastructures Limited
Develops and manages civil engineering and urban infrastruc…
|
ACTIVEINFR | IN | Construction |
|
Afcons Infrastructure Limited
Global engineering and construction firm specializing in co…
|
AFCONS | IN | Construction |
|
Affluent Foundation Holdings Limited
Provides specialized foundation and civil engineering, incl…
|
1757 | HK | Construction |
|
AF Gruppen
Contractor for civil engineering, construction, property, e…
|
AFG | NO | Construction |
|
AGRA Inc.
Specialized engineering and construction firm for industria…
|
— | CA | Construction |
|
Anhui Construction Engineering Group Corporation Limited
Provides engineering, construction, and infrastructure serv…
|
600502 | CN | Construction |
|
ARTSON LIMITED
EPC firm specializing in industrial infrastructure for oil,…
|
522134 | IN | Construction |
|
ASIA ALLIED INFRASTRUCTURE HOLDINGS LIMITED
Investment holding company focused on infrastructure, const…
|
711 | HK | Construction |
|
Atal Realtech Limited
Provides civil engineering, infrastructure development, and…
|
ATALREAL | IN | Construction |
|
Avax S.A.
A major construction group specializing in large-scale, com…
|
AVAX | GR | Construction |
PALM ECO-TOWN 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/54472/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54472 | 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=54472 | 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=54472 \ -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": 54472}, 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 PALM ECO-TOWN DEVELOPMENT CO., LTD. (id: 54472)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.