HANGZHOU EZVIZ NETWORK CO.,LTD. — Investor Relations & Filings
About HANGZHOU EZVIZ NETWORK CO.,LTD.
HANGZHOU EZVIZ NETWORK CO.,LTD. develops smart home security solutions and IoT technologies. The company provides an integrated ecosystem of connected devices, including high-definition indoor and outdoor security cameras, smart video doorbells, electronic locks, and environmental sensors. Its core offering is the EZVIZ Cloud platform, which facilitates device management, remote monitoring, and secure data storage for residential and small business applications. By integrating artificial intelligence and cloud computing, the company enables features such as intelligent motion detection and automated alerts. The product range also includes smart lifestyle appliances like robot vacuum cleaners and air purifiers, all controlled via a centralized mobile application. The company focuses on delivering accessible, intelligent security and automation to enhance user safety and operational efficiency.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年度独立董事述职报告(陈俊) | 2026-04-10 | Chinese | |
| 2025年度董事会审计委员会履职报告 | 2026-04-10 | Chinese | |
| 关于对中国电子科技财务有限公司的风险评估报告 | 2026-04-10 | Chinese | |
| 德勤华永会计师事务所(特殊普通合伙)关于杭州萤石网络股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2026-04-10 | Chinese | |
| 2026年度”提质增效重回报“专项行动方案 | 2026-04-10 | Chinese | |
| 对德勤华永会计师事务所(特殊普通合伙)2025年度履职情况评估报告 | 2026-04-10 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39567415 | 2025年度独立董事述职报告(陈俊) | 2026-04-10 | Chinese | ||
| 39567410 | 2025年度董事会审计委员会履职报告 | 2026-04-10 | Chinese | ||
| 39567409 | 关于对中国电子科技财务有限公司的风险评估报告 | 2026-04-10 | Chinese | ||
| 39567402 | 德勤华永会计师事务所(特殊普通合伙)关于杭州萤石网络股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2026-04-10 | Chinese | ||
| 39567390 | 2026年度”提质增效重回报“专项行动方案 | 2026-04-10 | Chinese | ||
| 39567264 | 对德勤华永会计师事务所(特殊普通合伙)2025年度履职情况评估报告 | 2026-04-10 | Chinese | ||
| 39567262 | 董事会审计委员会对德勤华永会计师事务所(特殊普通合伙)2025年度履行监督职责情况的报告 | 2026-04-10 | Chinese | ||
| 39567257 | 2025年度独立董事述职报告(葛伟军) | 2026-04-10 | Chinese | ||
| 39567252 | 关于2026年度董事、高级管理人员薪酬方案的公告 | 2026-04-10 | Chinese | ||
| 39567249 | 关于2026年度开展外汇套期保值业务的可行性分析报告 | 2026-04-10 | Chinese | ||
| 39567243 | 关于向银行申请综合授信的公告 | 2026-04-10 | Chinese | ||
| 39567241 | 2025年年度报告摘要 | 2026-04-10 | Chinese | ||
| 39567219 | 2025年度财务报表及审计报告 | 2026-04-10 | Chinese | ||
| 39566927 | 2025年度独立董事述职报告(方刚) | 2026-04-10 | Chinese | ||
| 39566920 | 德勤华永会计师事务所(特殊普通合伙)对涉及财务公司关联交易的存贷款等金融业务的专项说明 | 2026-04-10 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Computing infrastructure, data processing, hosting and related activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Abits Group Inc
A digital data center operator for Bitcoin mining and third…
|
ABTS | US | Telecommunications, computer pr… |
|
Ace Software Exports ltd.
Offers digital publishing, data conversion, and structured …
|
890230 | IN | Telecommunications, computer pr… |
|
ACORN ENERGY, INC.
Holding company providing remote monitoring for energy infr…
|
ACFN | US | Telecommunications, computer pr… |
|
Activium Group
IT services and consulting firm offering outsourcing, cloud…
|
MLACT | FR | Telecommunications, computer pr… |
|
ADISYN LTD
Provider of managed IT, sovereign cloud, cybersecurity, and…
|
AI1 | AU | Telecommunications, computer pr… |
|
ADVERITAS LIMITED
Provides SaaS solutions for digital advertising fraud preve…
|
AV1 | AU | Telecommunications, computer pr… |
|
AETERNAL M.
A High-Performance Computing-as-a-Service (HPCaaS) provider…
|
AMEN | ES | Telecommunications, computer pr… |
|
AFFLE 3I LIMITED
Technology-driven consumer intelligence platform for mobile…
|
AFFLE | IN | Telecommunications, computer pr… |
|
AgEagle Aerial Systems Inc.
Provider of full-stack, autonomous uncrewed aerial systems …
|
UAVS | US | Telecommunications, computer pr… |
|
AGILE
Cloud platform for creating, managing, and monetizing telev…
|
AGIL | ES | Telecommunications, computer pr… |
HANGZHOU EZVIZ NETWORK 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/58432/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58432 | 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=58432 | 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=58432 \ -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": 58432}, 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 HANGZHOU EZVIZ NETWORK CO.,LTD. (id: 58432)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.