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-08-28 | Chinese | |
| 国泰海通证券股份有限公司关于悍高集团股份有限公司使用自有资金支付募投项目部分款项并以募集资金等额置换的核查意见 | 2025-08-28 | Chinese | |
| 悍高集团股份有限公司第二届监事会第七次会议决议公告 | 2025-08-28 | Chinese | |
| 悍高集团股份有限公司关于募投项目延期及使用超募资金用于在建募投项目的公告 | 2025-08-28 | Chinese | |
| 募集资金管理制度 | 2025-08-28 | Chinese | |
| 外汇衍生品套期保值管理制度 | 2025-08-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39569110 | 国泰海通证券股份有限公司关于悍高集团股份有限公司募投项目延期及使用超募资金用于在建募投项目的核查意见 | 2025-08-28 | Chinese | ||
| 39569094 | 国泰海通证券股份有限公司关于悍高集团股份有限公司使用自有资金支付募投项目部分款项并以募集资金等额置换的核查意见 | 2025-08-28 | Chinese | ||
| 39569079 | 悍高集团股份有限公司第二届监事会第七次会议决议公告 | 2025-08-28 | Chinese | ||
| 39569065 | 悍高集团股份有限公司关于募投项目延期及使用超募资金用于在建募投项目的公告 | 2025-08-28 | Chinese | ||
| 39569040 | 募集资金管理制度 | 2025-08-28 | Chinese | ||
| 39569024 | 外汇衍生品套期保值管理制度 | 2025-08-28 | Chinese | ||
| 39569008 | 信息披露暂缓与豁免管理制度 | 2025-08-28 | Chinese | ||
| 39568992 | 重大信息内部报告制度 | 2025-08-28 | Chinese | ||
| 39568979 | 悍高集团股份有限公司关于签订募集资金专户监管协议的公告 | 2025-08-18 | Chinese | ||
| 39568964 | 悍高集团股份有限公司上市首日风险提示公告 | 2025-07-29 | Chinese | ||
| 39568956 | 首次公开发行股票并在主板上市之上市公告书提示性公告 | 2025-07-28 | Chinese | ||
| 39568946 | 国泰海通证券股份有限公司关于公司首次公开发行股票并在主板上市的上市保荐书 | 2025-07-28 | Chinese | ||
| 39568918 | 首次公开发行股票并在主板上市之上市公告书 | 2025-07-28 | Chinese | ||
| 39568886 | 北京国枫律师事务所关于公司首次公开发行股票并在主板上市的法律意见书 | 2025-07-28 | Chinese | ||
| 39568865 | 首次公开发行股票并在主板上市发行结果公告 | 2025-07-24 | 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.