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 |
|---|---|---|---|
| 江苏世纪同仁律师事务所关于金埔园林股份有限公司2025年度向特定对象发行A股股票的补充法律意见书(一) | 2026-03-06 | Chinese | |
| 关于使用部分暂时闲置募集资金进行现金管理的进展公告 | 2026-03-02 | Chinese | |
| 东方金诚国际信用评估有限公司关于金埔园林股份有限公司2025年度业绩预亏的关注公告 | 2026-02-13 | Chinese | |
| 江苏世纪同仁律师事务所关于金埔园林股份有限公司2026年第一次临时股东会的法律意见书 | 2026-02-12 | Chinese | |
| 关于2026年第一次临时股东会决议的公告 | 2026-02-12 | Chinese | |
| 关于召开2026年度第一次临时股东会的提示性公告 | 2026-02-10 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39207306 | 江苏世纪同仁律师事务所关于金埔园林股份有限公司2025年度向特定对象发行A股股票的补充法律意见书(一) | 2026-03-06 | Chinese | ||
| 39207279 | 关于使用部分暂时闲置募集资金进行现金管理的进展公告 | 2026-03-02 | Chinese | ||
| 39207265 | 东方金诚国际信用评估有限公司关于金埔园林股份有限公司2025年度业绩预亏的关注公告 | 2026-02-13 | Chinese | ||
| 39207253 | 江苏世纪同仁律师事务所关于金埔园林股份有限公司2026年第一次临时股东会的法律意见书 | 2026-02-12 | Chinese | ||
| 39207247 | 关于2026年第一次临时股东会决议的公告 | 2026-02-12 | Chinese | ||
| 39207240 | 关于召开2026年度第一次临时股东会的提示性公告 | 2026-02-10 | Chinese | ||
| 39207225 | 关于重大诉讼的进展公告 | 2026-02-10 | Chinese | ||
| 39207220 | 关于使用部分暂时闲置募集资金进行现金管理的进展公告 | 2026-02-10 | Chinese | ||
| 39207216 | 关于股东拟减持公司股份的预披露公告 | 2026-02-04 | Chinese | ||
| 39207211 | 金埔园林股份有限公司向不特定对象发行可转换公司债券2026年度第1次临时受托管理事务报告 | 2026-02-03 | Chinese | ||
| 39207208 | 关于股东减持计划实施完毕的公告 | 2026-02-02 | Chinese | ||
| 39207198 | 关于对外担保的进展公告 | 2026-02-02 | Chinese | ||
| 39207187 | 2025年度业绩预告 | 2026-01-29 | Chinese | ||
| 39207180 | 2025年第四季度经营情况简报 | 2026-01-29 | Chinese | ||
| 39207166 | 关于变更法定代表人、修订《公司章程》并办理工商变更登记的公告 | 2026-01-27 | 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 |
|
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 |
|
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 |
|
Cemindia Projects Limited
Specialized engineering firm for geotechnical, foundation a…
|
CEMPRO | IN | Construction |
|
Center International Group Co.,Ltd.
Provides building envelope systems, environmental remediati…
|
603098 | CN | 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.