Higold Group Co., LTD. — Investor Relations & Filings
Higold Group Co., LTD. is a global manufacturer specializing in high-end functional hardware and luxury outdoor furniture. The company focuses on integrating innovative design with advanced manufacturing to provide comprehensive solutions for modern living spaces. Its primary product portfolio includes sophisticated kitchen storage systems, such as pull-out baskets and corner units, alongside premium sinks, faucets, and wardrobe hardware. Additionally, the company is recognized for its designer outdoor furniture collections, which emphasize aesthetic appeal and durability. Higold leverages a design-centric approach, frequently collaborating with international designers and earning numerous accolades, including the Red Dot Design Award. The company serves a diverse international clientele across the residential, commercial, and architectural sectors, positioning itself as a leader in functional home hardware and lifestyle products.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年年度报告摘要 | 2026-04-26 | Chinese | |
| 悍高集团股份有限公司关于续聘2026年度会计师事务所的公告 | 2026-04-26 | Chinese | |
| 国泰海通证券股份有限公司关于悍高集团股份有限公司2025年度持续督导工作现场检查报告 | 2026-04-26 | Chinese | |
| 悍高集团股份有限公司2025年度可持续发展报告 | 2026-04-26 | Chinese | |
| 悍高集团股份有限公司2025年度内部控制自我评价报告 | 2026-04-26 | Chinese | |
| 悍高集团股份有限公司董事、高级管理人员薪酬管理制度 | 2026-04-26 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39571638 | 2025年年度报告摘要 | 2026-04-26 | Chinese | ||
| 39571629 | 悍高集团股份有限公司关于续聘2026年度会计师事务所的公告 | 2026-04-26 | Chinese | ||
| 39571628 | 国泰海通证券股份有限公司关于悍高集团股份有限公司2025年度持续督导工作现场检查报告 | 2026-04-26 | Chinese | ||
| 39571612 | 悍高集团股份有限公司2025年度可持续发展报告 | 2026-04-26 | Chinese | ||
| 39570178 | 悍高集团股份有限公司2025年度内部控制自我评价报告 | 2026-04-26 | Chinese | ||
| 39570173 | 悍高集团股份有限公司董事、高级管理人员薪酬管理制度 | 2026-04-26 | Chinese | ||
| 39570172 | 悍高集团股份有限公司关于公司董事、高级管理人员2025年度薪酬的确认及2026年度薪酬方案的公告 | 2026-04-26 | Chinese | ||
| 39570164 | 悍高集团股份有限公司关于预计2026年度为子公司提供担保额度的公告 | 2026-04-26 | Chinese | ||
| 39570162 | 悍高集团股份有限公司关于2025年度利润分配预案及2026年中期分红授权的公告 | 2026-04-26 | Chinese | ||
| 39570159 | 悍高集团股份有限公司2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-26 | Chinese | ||
| 39570155 | 2025年年度报告 | 2026-04-26 | Chinese | ||
| 39570154 | 关于“质量回报双提升”行动方案的公告 | 2026-04-26 | Chinese | ||
| 39570149 | 悍高集团股份有限公司关于使用闲置自有资金购买理财产品的公告 | 2026-04-26 | Chinese | ||
| 39570148 | 国泰海通证券股份有限公司关于悍高集团股份有限公司2025年度保荐工作报告 | 2026-04-26 | Chinese | ||
| 39570141 | 悍高集团股份有限公司2025年度内部控制审计报告 | 2026-04-26 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of cutlery, hand tools and general hardware
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Hillman Solutions Corp.
Provider of hardware, protective, and digital solutions for…
|
HLMN | US | Manufacturing |
|
Hittco Tools Ltd.
Manufactures high-precision carbide and HSS cutting tools f…
|
531661 | IN | Manufacturing |
|
HuangShan Googe Co.,Ltd.
Develops and manufactures architectural hardware for door a…
|
301581 | CN | Manufacturing |
|
Illa
Manufacturer of non-stick aluminum cookware with proprietar…
|
ILLA | IT | Manufacturing |
|
Intelligent Living Application Group Inc.
Designs, manufactures, and sells locksets and smart securit…
|
ILAG | US | Manufacturing |
|
JAINEX AAMCOL LTD.
Designs and manufactures precision gear cutting tools and s…
|
505212 | IN | Manufacturing |
|
JAPAN POWER FASTENING CO.,LTD
Manufactures industrial fasteners and tools for constructio…
|
5950 | JP | Manufacturing |
|
KANEFUSA CORPORATION
Manufacturer of industrial cutting tools for wood, metal, p…
|
5984 | JP | Manufacturing |
|
KENNAMETAL INC
Industrial technology company specializing in materials sci…
|
KMT | US | Manufacturing |
|
Kennametal India Limtied
Manufactures high-performance tooling and wear-resistant in…
|
KENNAMET | IN | Manufacturing |
Higold 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/53971/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53971 | 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=53971 | 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=53971 \ -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": 53971}, 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 Higold Group Co., LTD. (id: 53971)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.