Co.%2CLtd./other/Guangdong_Hongtu_TechnologyholdingsC_v7urxCU.png)
Guangdong Hongtu Technology(holdings)Co.,Ltd. — Investor Relations & Filings
Guangdong Hongtu Technology (holdings) Co., Ltd. specializes in the research, development, design, and manufacturing of precision aluminum alloy die-castings. The company primarily provides critical components for the automotive sector, including engine blocks, cylinder heads, transmission cases, and structural body parts. It also produces components for telecommunications and electromechanical applications. Utilizing advanced high-pressure die-casting technologies and large-scale integrated casting processes, the company focuses on lightweight solutions to enhance vehicle efficiency. Its capabilities span the full production cycle, from mold design and casting to precision machining and assembly. The company is dedicated to the innovation of high-strength aluminum alloys and integrated manufacturing techniques to meet the evolving technical requirements of global equipment manufacturers.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2026年第一季度业绩预告 | 2026-04-14 | Chinese | |
| 2025年度业绩快报 | 2026-04-14 | Chinese | |
| 关于在泰国投资设立子公司并新建生产基地的公告 | 2026-01-20 | Chinese | |
| 2025年度业绩预告 | 2026-01-15 | Chinese | |
| 独立董事候选人声明与承诺(郭生平) | 2026-01-11 | Chinese | |
| 独立董事候选人声明与承诺(李培杰) | 2026-01-11 | Chinese |
Browse filings by year
21 years- 2026 14 filings
- 2025 95 filings
- 2024 82 filings
- 2023 170 filings
- 2022 122 filings
- 2021 94 filings
- 2020 92 filings
- 2019 101 filings
- 2018 139 filings
- 2017 147 filings
- 2016 219 filings
- 2015 123 filings
- 2014 88 filings
- 2013 97 filings
- 2012 86 filings
- 2011 88 filings
- 2010 109 filings
- 2009 52 filings
- 2008 57 filings
- 2007 74 filings
- 2006 22 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
14 filings
| |||||
| 34908484 | 2026年第一季度业绩预告 | 2026-04-14 | Chinese | ||
| 34908482 | 2025年度业绩快报 | 2026-04-14 | Chinese | ||
| 34827605 | 关于在泰国投资设立子公司并新建生产基地的公告 | 2026-01-20 | Chinese | ||
| 34827595 | 2025年度业绩预告 | 2026-01-15 | Chinese | ||
| 34827585 | 独立董事候选人声明与承诺(郭生平) | 2026-01-11 | Chinese | ||
| 34827575 | 独立董事候选人声明与承诺(李培杰) | 2026-01-11 | Chinese | ||
| 34827565 | 独董提名人声明与承诺(冯晓丽) | 2026-01-11 | Chinese | ||
| 34827554 | 独立董事候选人声明与承诺(李军) | 2026-01-11 | Chinese | ||
| 34827547 | 独立董事候选人声明与承诺(冯晓丽) | 2026-01-11 | Chinese | ||
| 34827537 | 独董提名人声明与承诺(李培杰) | 2026-01-11 | Chinese | ||
| 34827531 | 独董提名人声明与承诺(郭生平) | 2026-01-11 | Chinese | ||
| 34827523 | 独董提名人声明与承诺(李军) | 2026-01-11 | Chinese | ||
| 34827515 | 第八届董事会第六十六次会议决议公告 | 2026-01-09 | Chinese | ||
| 34827506 | 关于召开2026年第一次临时股东会的通知 | 2026-01-09 | Chinese | ||
|
2025
1 filing
| |||||
| 34827497 | 第八届董事会第六十五次会议决议公告 | 2025-12-30 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Casting of non-ferrous metals
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Alicon Castalloy Limited
Manufactures high-performance aluminum casting components f…
|
ALICON | IN | Manufacturing |
|
BAIMTEC MATERIAL CO.,LTD.
Produces advanced materials and high-precision components f…
|
688563 | CN | Manufacturing |
|
Chongqing Millison Technologies INC.
Produces high-precision aluminum alloy die castings for aut…
|
301307 | CN | Manufacturing |
|
CPS TECHNOLOGIES CORP/DE/
Develops metal matrix composites to improve performance in …
|
CPSH | US | Manufacturing |
|
Dynafond
Foundry specializing in high-pressure die casting of alumin…
|
MLDYN | FR | Manufacturing |
|
GuangDong HongTeo Technology Co.,Ltd.
Manufactures high-precision aluminum die-cast components fo…
|
300176 | CN | Manufacturing |
|
Haley Industries Limited
Produces complex magnesium and aluminum alloy castings for …
|
— | CA | Manufacturing |
|
Ikd Co., Ltd.
Manufactures aluminum alloy precision die-casting parts for…
|
600933 | CN | Manufacturing |
|
NINGBO SINYUAN ZM TECHNOLOGY CO., LTD.
Produces magnesium and aluminum alloy die-cast parts for au…
|
301398 | CN | Manufacturing |
|
Sibar Auto Parts Ltd.
Produces precision aluminum alloy castings for automotive a…
|
520141 | IN | Manufacturing |
Guangdong Hongtu Technology(holdings)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/54159/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54159 | 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=54159 | 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=54159 \ -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": 54159}, 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 Guangdong Hongtu Technology(holdings)Co.,Ltd. (id: 54159)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.