Zhejiang Dahua Technology Co.,Ltd. — Investor Relations & Filings
A global provider of video-centric smart IoT solutions and services, focusing on technological innovation to deliver end-to-end security systems and integrated applications. The core product portfolio encompasses advanced video surveillance hardware, including network cameras, recorders, and transmission equipment, complemented by software platforms and intelligent analytics. Leveraging artificial intelligence, big data, and cloud computing, the company provides specialized solutions for diverse sectors such as smart cities, transportation, retail, and energy. Beyond traditional security, the business extends into machine vision, video conferencing, professional drones, and smart fire control. Through continuous investment in research and development, the company emphasizes deep learning and IoT integration to facilitate digital transformation and enhance operational efficiency for corporate and public sector clients.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于“质量回报双提升”行动方案的进展公告 | 2026-04-17 | Chinese | |
| 2025年度募集资金存放、管理与使用情况的专项报告 | 2026-04-17 | Chinese | |
| 国信证券股份有限公司关于浙江大华技术股份有限公司2025年度募集资金存放、管理与使用情况的核查意见 | 2026-04-17 | Chinese | |
| 关于会计师事务所2025年度履职情况评估及董事会审计委员会履行监督职责情况的报告 | 2026-04-17 | Chinese | |
| 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-17 | Chinese | |
| 北京国枫律师事务所关于浙江大华技术股份有限公司2026年员工持股计划的法律意见书 | 2026-04-17 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 35174415 | 关于“质量回报双提升”行动方案的进展公告 | 2026-04-17 | Chinese | ||
| 35174413 | 2025年度募集资金存放、管理与使用情况的专项报告 | 2026-04-17 | Chinese | ||
| 35174412 | 国信证券股份有限公司关于浙江大华技术股份有限公司2025年度募集资金存放、管理与使用情况的核查意见 | 2026-04-17 | Chinese | ||
| 35174408 | 关于会计师事务所2025年度履职情况评估及董事会审计委员会履行监督职责情况的报告 | 2026-04-17 | Chinese | ||
| 35174406 | 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-17 | Chinese | ||
| 35174402 | 北京国枫律师事务所关于浙江大华技术股份有限公司2026年员工持股计划的法律意见书 | 2026-04-17 | Chinese | ||
| 35174398 | 2025年度募集资金存放、管理与使用情况专项报告的鉴证报告 | 2026-04-17 | Chinese | ||
| 35174388 | 2025年年度审计报告 | 2026-04-17 | Chinese | ||
| 35174210 | 2025年度董事会工作报告 | 2026-04-17 | Chinese | ||
| 35174203 | 2025年度环境、社会及管治报告 | 2026-04-17 | Chinese | ||
| 35174161 | 董事、高级管理人员薪酬管理制度(2026年4月) | 2026-04-17 | Chinese | ||
| 35174160 | 关于开展外汇套期保值交易的公告 | 2026-04-17 | Chinese | ||
| 35174158 | 关于2025年度证券投资情况的专项说明 | 2026-04-17 | Chinese | ||
| 35174155 | 2025年度非经营性资金占用及其他关联资金往来情况的专项报告 | 2026-04-17 | Chinese | ||
| 35174151 | 董事会关于独立董事独立性自查情况的专项意见 | 2026-04-17 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of communication equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3onedata Co., Ltd.
Specializes in industrial communication solutions and netwo…
|
688618 | CN | Manufacturing |
|
AboCom Systems, Inc.
Specializes in network communications, memory solutions, Io…
|
2444 | TW | Manufacturing |
|
Accton Technology Corporation
Provider of networking and computing infrastructure for hig…
|
2345 | TW | Manufacturing |
|
Ace Technologies Corp.
Designs and manufactures RF solutions for mobile, defense, …
|
088800 | KR | Manufacturing |
|
ADC India Communications Limited
Provides copper and fiber optic connectivity for telecom an…
|
523411 | IN | Manufacturing |
|
Aditya Infotech Limited
Distributes and manufactures electronic security and survei…
|
CPPLUS | IN | Manufacturing |
|
ADTRAN Holdings, Inc.
Global provider of open, disaggregated networking and commu…
|
ADTN | US | Manufacturing |
|
AIPHONE CO.,LTD
Manufacturer of communication and security systems speciali…
|
6718 | JP | Manufacturing |
|
ALOYS Inc.
Develops and supplies Android-based OTT and 4k UHD satellit…
|
297570 | KR | Manufacturing |
|
Alpha Networks Inc.
Provides networking equipment design, manufacturing, and se…
|
3380 | TW | Manufacturing |
Zhejiang Dahua Technology 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/54288/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54288 | 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=54288 | 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=54288 \ -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": 54288}, 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 Zhejiang Dahua Technology Co.,Ltd. (id: 54288)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.