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 |
|---|---|---|---|
|
ACME UNITED CORP
Supplier of cutting, measuring, first aid, and sharpening p…
|
ACU | US | Manufacturing |
|
Advanex inc.
Manufacturer specializing in precision springs and pressed …
|
5998 | JP | Manufacturing |
|
Allegion plc
Global provider of security and access solutions for doors …
|
ALLE | US | Manufacturing |
|
Almast OJSC
Manufactures diamond tools for cutting and machining stone …
|
ALMS | AM | Manufacturing |
|
ALPHA Corporation
Manufactures locks, keys, access control systems, and locke…
|
3434 | IN | Manufacturing |
|
Amatei Incorporated
Manufactures and sells a wide range of fastening products, …
|
5952 | JP | Manufacturing |
|
Armatura S.A.
Manufacturer of valves, faucets, and fittings for various i…
|
ARM | RO | Manufacturing |
|
ASAKA INDUSTRIAL CO.,LTD.
Manufacturer of tools for agriculture and construction, plu…
|
5962 | JP | Manufacturing |
|
ASSA ABLOY
A global leader in access solutions for managing physical a…
|
ASSA | SE | Manufacturing |
|
ATOM LIVIN TECH Co.,Ltd.
Develops, manufactures, and sells interior hardware for res…
|
3426 | JP | 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.