
HuiZhou Intelligence Technology Group Co., Ltd — Investor Relations & Filings
HuiZhou Intelligence Technology Group Co., Ltd. focuses on the research, development, and manufacturing of intelligent hardware and integrated electronic solutions. The company specializes in the design of smart home systems, Internet of Things (IoT) devices, and advanced control modules. Its core product offerings include intelligent lighting solutions, automated appliance controllers, and sensor-integrated security hardware. The group utilizes automated production processes and precision engineering to deliver high-performance components for global distribution. Key technical capabilities include the development of embedded systems and the implementation of wireless communication protocols to facilitate seamless connectivity. The company provides end-to-end services from conceptual design to mass production, catering to diverse technological requirements in the smart device market.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 独立董事候选人声明与承诺(胡传雨) | 2024-10-29 | Chinese | |
| 关于与专业投资机构合作暨关联交易的公告 | 2024-09-25 | Chinese | |
| 第八届董事会第十次临时会议决议公告 | 2024-09-25 | Chinese | |
| 关于下属公司之间提供担保的公告 | 2024-09-02 | Chinese | |
| 半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2024-08-28 | Chinese | |
| 2024年半年度报告 | 2024-08-28 | Chinese |
Browse filings by year
20 years- 2026 19 filings
- 2025 123 filings
- 2024 74 filings
- 2023 152 filings
- 2022 201 filings
- 2021 199 filings
- 2020 260 filings
- 2019 278 filings
- 2018 316 filings
- 2017 222 filings
- 2016 107 filings
- 2015 132 filings
- 2014 67 filings
- 2013 39 filings
- 2012 73 filings
- 2011 61 filings
- 2010 59 filings
- 2009 73 filings
- 2008 73 filings
- 2007 86 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 34900827 | 独立董事候选人声明与承诺(胡传雨) | 2024-10-29 | Chinese | ||
| 34900810 | 关于与专业投资机构合作暨关联交易的公告 | 2024-09-25 | Chinese | ||
| 34900799 | 第八届董事会第十次临时会议决议公告 | 2024-09-25 | Chinese | ||
| 34900790 | 关于下属公司之间提供担保的公告 | 2024-09-02 | Chinese | ||
| 34900776 | 半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2024-08-28 | Chinese | ||
| 34900758 | 2024年半年度报告 | 2024-08-28 | Chinese | ||
| 34900673 | 2024年半年度报告摘要 | 2024-08-28 | Chinese | ||
| 34900658 | 2024年半年度财务报告 | 2024-08-28 | Chinese | ||
| 34900607 | 中兴财光华会计师事务所(特殊普通合伙)关于对汇洲智能2023年年报问询函的回复 | 2024-05-29 | Chinese | ||
| 34900536 | 关于公司对深圳证券交易所2023年年报问询函的回复公告 | 2024-05-29 | Chinese | ||
| 34900442 | 2023年年度股东大会决议公告 | 2024-05-10 | Chinese | ||
| 34900433 | 北京植德律师事务所关于汇洲智能技术集团股份有限公司2023年年度股东大会的法律意见书 | 2024-05-10 | Chinese | ||
| 34900420 | 关于参加浙江辖区2024年投资者网上集体接待日活动的公告 | 2024-05-09 | Chinese | ||
| 34900414 | 关于中小投资者证券虚假陈述赔偿纠纷的进展公告(六) | 2024-05-07 | Chinese | ||
| 34900403 | 关于为控股公司提供担保的公告 | 2024-04-25 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of measuring, testing, navigating and control equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
10x Genomics, Inc.
Develops and manufactures integrated solutions for biologic…
|
TXG | US | Manufacturing |
|
908 Devices Inc.
Develops handheld and desktop devices for point-of-need che…
|
MASS | US | Manufacturing |
|
Acconeer AB
Develops compact, energy-efficient millimeter-wave radar se…
|
ACCON | SE | Manufacturing |
|
Acrel Co., Ltd.
Develops smart energy management systems and electrical saf…
|
300286 | CN | Manufacturing |
|
ACTIA Group
Designer and manufacturer of high-tech electronic systems f…
|
ATI | FR | Manufacturing |
|
Addsino Co.,Ltd
Specializes in electronic information technology and electr…
|
000547 | CN | Manufacturing |
|
A&D HOLON Holdings Company, Limited
Develops measurement, weighing, medical, and semiconductor …
|
7745 | JP | Manufacturing |
|
ADTEC PLASMA TECHNOLOGY CO.,LTD.
Manufactures RF plasma generators and power supplies for se…
|
6668 | JP | Manufacturing |
|
ADVANCED ENERGY INDUSTRIES INC
Designs and manufactures precision power conversion, measur…
|
AEIS | US | Manufacturing |
|
ADVANCE METERING TECHNOLOGY LIMITED
Manufactures energy meters and provides energy management a…
|
534612 | IN | Manufacturing |
HuiZhou Intelligence Technology 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/54178/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54178 | 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=54178 | 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=54178 \ -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": 54178}, 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 HuiZhou Intelligence Technology Group Co., Ltd (id: 54178)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.