
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年员工持股计划的进展公告 | 2026-05-25 | Chinese | |
| 2025年年度权益分派实施公告 | 2026-05-18 | Chinese | |
| 北京国枫律师事务所关于浙江大华技术股份有限公司2025年度股东会的法律意见书 | 2026-05-15 | Chinese | |
| 2025年度股东会决议公告 | 2026-05-15 | Chinese | |
| 减资公告 | 2026-05-15 | Chinese | |
| 关于为子公司提供担保的进展公告 | 2026-05-15 | Chinese |
Browse filings by year
19 years- 2026 66 filings
- 2025 182 filings
- 2024 136 filings
- 2023 210 filings
- 2022 174 filings
- 2021 217 filings
- 2020 201 filings
- 2019 142 filings
- 2018 153 filings
- 2017 149 filings
- 2016 130 filings
- 2015 154 filings
- 2014 100 filings
- 2013 116 filings
- 2012 72 filings
- 2011 81 filings
- 2010 99 filings
- 2009 74 filings
- 2008 100 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47041165 | 关于2026年员工持股计划的进展公告 | 2026-05-25 | Chinese | ||
| 46513726 | 2025年年度权益分派实施公告 | 2026-05-18 | Chinese | ||
| 46365702 | 北京国枫律师事务所关于浙江大华技术股份有限公司2025年度股东会的法律意见书 | 2026-05-15 | Chinese | ||
| 46365700 | 2025年度股东会决议公告 | 2026-05-15 | Chinese | ||
| 46364558 | 减资公告 | 2026-05-15 | Chinese | ||
| 46364557 | 关于为子公司提供担保的进展公告 | 2026-05-15 | Chinese | ||
| 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 | ||
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
Specializes in network communications, memory solutions, Io…
|
2444 | TW | Manufacturing |
|
ACCTON
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 |
|
Air Link Communication Limited
Technology company manufacturing, distributing, and retaili…
|
AIRLINK | PK | Manufacturing |
|
ALOYS Inc.
Develops and supplies Android-based OTT and 4k UHD satellit…
|
297570 | KR | 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.