
JINPULANDSCAPEARCHITECTURECO.,LTD. — Investor Relations & Filings
Jinpu Landscape Architecture Co., Ltd. specializes in the comprehensive planning, design, and construction of landscape projects. The company provides integrated services across various sectors, including residential developments, urban public spaces, commercial complexes, and municipal infrastructure. Its core business activities encompass landscape engineering, ecological restoration, and the maintenance of green spaces. By leveraging a design-build approach, the firm focuses on creating sustainable environments that harmonize urban living with natural elements. Key services include site analysis, conceptual design, technical drawing, and project management. The company is recognized for its technical expertise in large-scale landscape architecture and its commitment to environmental stewardship through innovative greening solutions and ecological preservation techniques.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于向2024年限制性股票激励计划激励对象授予限制性股票的公告 | 2024-10-25 | Chinese | |
| 关于使用部分暂时闲置募集资金进行现金管理到期赎回并继续进行现金管理的公告 | 2024-10-25 | Chinese | |
| 长江证券承销保荐有限公司关于金埔园林股份有限公司使用部分暂时闲置募集资金进行现金管理之核查意见 | 2024-10-24 | Chinese | |
| 长江证券承销保荐有限公司关于金埔园林股份有限公司部分募投项目结项并将节余募集资金投入新项目之核查意见 | 2024-10-24 | Chinese | |
| 2024年第五次独立董事专门会议决议 | 2024-10-23 | Chinese | |
| 关于成立湖北咸宁分公司的公告 | 2024-10-23 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 39203251 | 关于向2024年限制性股票激励计划激励对象授予限制性股票的公告 | 2024-10-25 | Chinese | ||
| 39203236 | 关于使用部分暂时闲置募集资金进行现金管理到期赎回并继续进行现金管理的公告 | 2024-10-25 | Chinese | ||
| 39203228 | 长江证券承销保荐有限公司关于金埔园林股份有限公司使用部分暂时闲置募集资金进行现金管理之核查意见 | 2024-10-24 | Chinese | ||
| 39203213 | 长江证券承销保荐有限公司关于金埔园林股份有限公司部分募投项目结项并将节余募集资金投入新项目之核查意见 | 2024-10-24 | Chinese | ||
| 39203201 | 2024年第五次独立董事专门会议决议 | 2024-10-23 | Chinese | ||
| 39203188 | 关于成立湖北咸宁分公司的公告 | 2024-10-23 | Chinese | ||
| 39203175 | 关于召开2024年第四次临时股东大会的通知 | 2024-10-23 | Chinese | ||
| 39203159 | 2024年三季度报告 | 2024-10-23 | Chinese | ||
| 39203151 | 关于使用部分暂时闲置募集资金进行现金管理的公告 | 2024-10-23 | Chinese | ||
| 39203135 | 关于部分募投项目结项并将节余募集资金投入新项目的公告 | 2024-10-23 | Chinese | ||
| 39203123 | 关于召开金埔转债2024年第一次债券持有人会议的通知 | 2024-10-23 | Chinese | ||
| 39203112 | 第五届监事会第八次会议决议公告 | 2024-10-23 | Chinese | ||
| 39203087 | 第三季度财务报表 | 2024-10-23 | Chinese | ||
| 39203049 | 第五届董事会第十七次会议决议公告 | 2024-10-23 | Chinese | ||
| 39203037 | 关于使用部分暂时闲置募集资金进行现金管理到期赎回的公告 | 2024-10-22 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Other specialized construction activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ACROW LIMITED
Provides engineered formwork, scaffolding, and screen syste…
|
ACF | AU | Construction |
|
ANEKA JARINGAN HOLDINGS BERHAD
Construction group specializing in basement, foundation, ge…
|
— | MY | Construction |
|
Anhui Fuhuang Steel Structure Co., Ltd.
Specializes in the design, fabrication, and installation of…
|
002743 | CN | Construction |
|
Anhui Honglu Steel Construction(Group) CO., LTD
Specializes in the design, fabrication, and installation of…
|
002541 | CN | Construction |
|
AUSGROUP LIMITED
Was an integrated provider of fabrication, construction, as…
|
18WB | SG | Construction |
|
Bauer AG
A provider of services, equipment, and products for ground …
|
B5A | DE | Construction |
|
Beerenberg
Provides maintenance and modification services for oil, gas…
|
BBERG | NO | Construction |
|
BILLINGTON HOLDINGS PLC
A group specializing in structural steel design, fabricatio…
|
BILN | GB | Construction |
|
BOOM LOGISTICS LIMITED
Provides lifting solutions, crane hire, and industrial serv…
|
BOL | AU | Construction |
|
CEMATRIX Corporation
Specialty contractor supplying and installing lightweight c…
|
CEMX | CA | Construction |
JINPULANDSCAPEARCHITECTURECO.,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/56050/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56050 | 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=56050 | 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=56050 \ -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": 56050}, 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 JINPULANDSCAPEARCHITECTURECO.,LTD. (id: 56050)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.