
JANGHO GROUP CO., LTD. — Investor Relations & Filings
Jangho Group Co., Ltd. specializes in the design, fabrication, and installation of high-end building envelope systems and architectural decoration services. The company operates through two primary business segments: architectural decoration and healthcare. Its architectural decoration division focuses on curtain wall systems, including glass, aluminum, and stone facades for large-scale commercial and public infrastructure projects. Through its subsidiaries, the group also provides comprehensive interior fit-out and design services. In the healthcare sector, the company has expanded into ophthalmology and medical services. Jangho Group is recognized for its technical expertise in complex structural engineering and its involvement in the construction of numerous landmark skyscrapers and urban complexes globally. The company emphasizes integrated solutions that combine aesthetic design with functional performance and energy efficiency.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 江河集团独立董事关于公司与北京江河源控股有限公司签订股权转让协议之事前认可意见 | 2024-10-28 | Chinese | |
| 江河集团关于2024年前三季度主要经营数据公告 | 2024-10-28 | Chinese | |
| 江河集团拟进行股权收购所涉及的北京盈和创新科技有限公司股东全部权益价值项目资产评估报告 | 2024-10-28 | Chinese | |
| 江河集团董事会审计委员会关于公司与北京江河源控股有限公司签订股权转让协议暨关联交易的书面审核意见 | 2024-10-28 | Chinese | |
| 江河集团第六届监事会第十五次会议决议公告 | 2024-10-28 | Chinese | |
| 江河集团独立董事关于公司与北京江河源控股有限公司签订股权转让协议之独立意见 | 2024-10-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 36518945 | 江河集团独立董事关于公司与北京江河源控股有限公司签订股权转让协议之事前认可意见 | 2024-10-28 | Chinese | ||
| 36518934 | 江河集团关于2024年前三季度主要经营数据公告 | 2024-10-28 | Chinese | ||
| 36518926 | 江河集团拟进行股权收购所涉及的北京盈和创新科技有限公司股东全部权益价值项目资产评估报告 | 2024-10-28 | Chinese | ||
| 36518725 | 江河集团董事会审计委员会关于公司与北京江河源控股有限公司签订股权转让协议暨关联交易的书面审核意见 | 2024-10-28 | Chinese | ||
| 36518714 | 江河集团第六届监事会第十五次会议决议公告 | 2024-10-28 | Chinese | ||
| 36518696 | 江河集团独立董事关于公司与北京江河源控股有限公司签订股权转让协议之独立意见 | 2024-10-28 | Chinese | ||
| 36518686 | 江河集团关于股东股份质押相关情况的公告 | 2024-10-18 | Chinese | ||
| 36518678 | 江河集团关于中标光伏幕墙项目的公告 | 2024-10-17 | Chinese | ||
| 36518670 | 江河集团关于重大工程中标的公告 | 2024-10-08 | Chinese | ||
| 36518666 | 江河集团2024年半年度权益分派实施公告 | 2024-09-25 | Chinese | ||
| 36518643 | 江河集团2024年第二次临时股东大会法律意见 | 2024-09-18 | Chinese | ||
| 36518631 | 江河集团2024年第二次临时股东大会决议公告 | 2024-09-18 | Chinese | ||
| 36518617 | 江河集团关于股东股份质押及解除质押的公告 | 2024-09-03 | Chinese | ||
| 36518603 | 江河集团2024年半年度报告摘要 | 2024-08-29 | Chinese | ||
| 36518591 | 江河集团第六届董事会第十六次会议决议公告 | 2024-08-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Building completion and finishing
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Acme International Holdings Limited
Provides integrated design and build solutions for speciali…
|
1870 | HK | Construction |
|
ADNEX GROUP BERHAD
Interior fit-out specialist offering comprehensive turnkey …
|
— | MY | Construction |
|
Aeso Holding Limited
Principally engaged in fitting-out and renovation contracti…
|
8341 | HK | Construction |
|
Aesthetik Engineers Limited
Designs, fabricates, and installs architectural facade syst…
|
AESTHETIK | IN | Construction |
|
ALUWIND INFRA-TECH LIMITED
Designs, fabricates, and installs architectural aluminum bu…
|
ALUWIND | IN | Construction |
|
Anchorstone Holdings Limited
Specialist subcontractor for natural stone supply and insta…
|
1592 | HK | Construction |
|
ATTIKA GROUP LTD.
Full-service commercial interior decoration and MEP enginee…
|
53W | SG | Construction |
|
Balco Group
Develops, manufactures, and installs innovative, energy-sav…
|
BALCO | SE | Construction |
|
Basic House New Life Group Limited
Provision of integrated interior design and fit out solutio…
|
8360 | HK | Construction |
|
China Wacan Group Company Limited
Established building subcontractor providing specialized we…
|
1920 | HK | Construction |
JANGHO GROUP 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/57310/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57310 | 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=57310 | 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=57310 \ -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": 57310}, 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 JANGHO GROUP CO., LTD. (id: 57310)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.