
HUAQIN CO., LTD. — Investor Relations & Filings
Huaqin Co., Ltd. is a global provider of smart hardware product research, development, and manufacturing services. Operating as a leading Original Design Manufacturer (ODM), the company specializes in the design and production of a wide range of electronic devices, including smartphones, tablets, laptops, and smart wearables. Beyond consumer electronics, Huaqin has expanded its portfolio to include data center products such as servers and storage solutions, as well as automotive electronics and AIoT devices. The company serves major global technology brands, leveraging its large-scale supply chain integration and advanced R&D capabilities to deliver high-quality, cost-effective hardware solutions. Its business model focuses on a comprehensive "2+N+M" strategy, aiming to provide end-to-end services from product definition and design to mass production and global logistics.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 华勤技术关于悉数行使超额配售权、稳定价格行动及稳定价格期结束的公告 | 2026-05-20 | Chinese | |
| 北京市中伦律师事务所关于华勤技术股份有限公司2025年年度股东会的法律意见书 | 2026-05-20 | Chinese | |
| 华勤技术关于公司全资子公司协议受让晶合集成部分股份过户完成的公告 | 2026-05-20 | Chinese | |
| 华勤技术2025年年度股东会决议公告 | 2026-05-20 | Chinese | |
| 华勤技术2025年年度股东会会议资料 | 2026-05-13 | Chinese | |
| 华勤技术关于2026年第一季度业绩说明会召开情况的公告 | 2026-05-07 | Chinese |
Browse filings by year
4 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46703236 | 华勤技术关于悉数行使超额配售权、稳定价格行动及稳定价格期结束的公告 | 2026-05-20 | Chinese | ||
| 46702902 | 北京市中伦律师事务所关于华勤技术股份有限公司2025年年度股东会的法律意见书 | 2026-05-20 | Chinese | ||
| 46702799 | 华勤技术关于公司全资子公司协议受让晶合集成部分股份过户完成的公告 | 2026-05-20 | Chinese | ||
| 46702798 | 华勤技术2025年年度股东会决议公告 | 2026-05-20 | Chinese | ||
| 45774296 | 华勤技术2025年年度股东会会议资料 | 2026-05-13 | Chinese | ||
| 44269816 | 华勤技术关于2026年第一季度业绩说明会召开情况的公告 | 2026-05-07 | Chinese | ||
| 44277984 | 华勤技术2026年面向专业投资者公开发行科技创新公司债券(第二期)发行结果公告 | 2026-05-06 | Chinese | ||
| 34898212 | 华勤技术关于刊发H股招股说明书、H股发行价格区间及H股香港公开发售等事宜的公告 | 2026-04-14 | Chinese | ||
| 39463139 | 中国国际金融股份有限公司关于华勤技术股份有限公司2025年度持续督导报告书 | 2026-03-26 | Chinese | ||
| 39463132 | 华勤技术关于申请发行境外上市外资股(H股)并上市的进展公告 | 2026-03-24 | Chinese | ||
| 39463126 | 华勤技术关于2025年年度业绩说明会召开情况的公告 | 2026-03-24 | Chinese | ||
| 39463118 | 华勤技术2025年度对会计师事务所的履职情况评估报告 | 2026-03-23 | Chinese | ||
| 39463117 | 华勤技术董事会对独立董事独立性自查情况的专项报告(2025年度) | 2026-03-23 | Chinese | ||
| 39463109 | 华勤技术2025年内部控制评价报告 | 2026-03-23 | Chinese | ||
| 39463102 | 华勤技术2025年度“提质增效重回报”行动评估报告暨2026年度“提质增效重回报”行动方案 | 2026-03-23 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of computers and peripheral equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
2CRSi
Designs and manufactures high-performance, energy-efficient…
|
2CRSI | FR | Manufacturing |
|
AAEON
Manufacturer of industrial and embedded computing platforms…
|
6579 | TW | Manufacturing |
|
ABKO CO., LTD.
Develops PC components, gaming peripherals, and consumer el…
|
129890 | KR | Manufacturing |
|
ACER
Specializes in computer hardware like PCs, laptops, desktop…
|
2353 | TW | Manufacturing |
|
ADLINK
Global provider of edge computing and IoT solutions for ind…
|
6166 | TW | Manufacturing |
|
Advantech
Global leader in industrial computing, IoT systems, and emb…
|
2395 | TW | Manufacturing |
|
AGM GROUP HOLDINGS, INC.
Designs blockchain ASIC chips and sells cryptocurrency mini…
|
AGMH | US | Manufacturing |
|
AGT
Develops computer peripherals, smart mobile devices, and sm…
|
2432 | TW | Manufacturing |
|
AIC
Designs professional display devices and visual solutions f…
|
9912 | TW | Manufacturing |
|
AMAX
Global provider of AI and HPC solutions, high-density serve…
|
6933 | TW | Manufacturing |
HUAQIN 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/57573/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57573 | 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=57573 | 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=57573 \ -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": 57573}, 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 HUAQIN CO., LTD. (id: 57573)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.