
Wangli Security & Surveillance Product Co., Ltd — Investor Relations & Filings
Wangli Security & Surveillance Product Co., Ltd. focuses on the engineering and production of integrated security infrastructure. The product range encompasses high-security anti-theft doors, fire-rated doors, and intelligent electronic locking mechanisms. The company extends its capabilities into digital surveillance, developing closed-circuit television (CCTV) systems and smart monitoring solutions for residential and commercial environments. Key operational strengths include the implementation of automated manufacturing processes and the integration of biometric and digital access control technologies into physical security hardware. The firm provides scalable security solutions designed for diverse architectural requirements, prioritizing structural integrity and technological connectivity to enhance property protection and access management.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 王力安防未来三年(2026-2028年)股东回报规划 | 2026-05-25 | Chinese | |
| 王力安防前次募集资金使用情况报告 | 2026-05-25 | Chinese | |
| 王力安防2026年度向特定对象发行股票预案披露的提示性公告 | 2026-05-25 | Chinese | |
| 王力安防第四届董事会第四次会议决议公告 | 2026-05-25 | Chinese | |
| 王力安防关于召开2026年第二次临时股东会的通知 | 2026-05-25 | Chinese | |
| 王力安防2026年度向特定对象发行股票方案论证分析报告 | 2026-05-25 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47042061 | 王力安防未来三年(2026-2028年)股东回报规划 | 2026-05-25 | Chinese | ||
| 47042060 | 王力安防前次募集资金使用情况报告 | 2026-05-25 | Chinese | ||
| 47041742 | 王力安防2026年度向特定对象发行股票预案披露的提示性公告 | 2026-05-25 | Chinese | ||
| 47041609 | 王力安防第四届董事会第四次会议决议公告 | 2026-05-25 | Chinese | ||
| 47041608 | 王力安防关于召开2026年第二次临时股东会的通知 | 2026-05-25 | Chinese | ||
| 47041242 | 王力安防2026年度向特定对象发行股票方案论证分析报告 | 2026-05-25 | Chinese | ||
| 47041241 | 王力安防关于最近五年未被证券监管部门和证券交易所采取监管措施或处罚情况的公告 | 2026-05-25 | Chinese | ||
| 47041240 | 王力安防前次募集资金使用情况鉴证报告(致同专字(2026)第332A014243号) | 2026-05-25 | Chinese | ||
| 47041181 | 王力安防2026年度向特定对象发行股票预案 | 2026-05-25 | Chinese | ||
| 47041178 | 王力安防关于本次向特定对象发行股票不存在直接或通过利益相关方向参与认购的投资者提供财务资助或补偿的公告 | 2026-05-25 | Chinese | ||
| 47041175 | 王力安防2026年度向特定对象发行股票募集资金使用可行性分析报告 | 2026-05-25 | Chinese | ||
| 47040821 | 王力安防关于公司与特定对象签署附条件生效的股份认购协议暨关联交易的公告 | 2026-05-25 | Chinese | ||
| 47040819 | 王力安防2026年度向特定对象发行股票摊薄即期回报、填补回报措施及相关主体承诺的公告 | 2026-05-25 | Chinese | ||
| 46566569 | 王力安防2025年年度股东会决议公告 | 2026-05-19 | Chinese | ||
| 46566118 | 王力安防2025年年度股东会法律意见书 | 2026-05-19 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other fabricated metal products n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Apsis Aerocom Limited
Manufactures and distributes high-precision fasteners and e…
|
APSISAERO | IN | Manufacturing |
|
Argus Corporation Limited
Full-service supplier specializing in custom fabrication, m…
|
— | CA | Manufacturing |
|
Asian Star Anchor Chain Co.,Ltd.Jiangsu
Produces marine anchor and offshore mooring chains for glob…
|
601890 | CN | Manufacturing |
|
Atlantic China Welding Consumables,Inc.
Manufactures welding electrodes, wires, and fluxes for indu…
|
600558 | CN | Manufacturing |
|
Auro Impex & Chemicals Limited
Manufactures and supplies internal components for Electrost…
|
AUROIMPEX | IN | Manufacturing |
|
Auto Pins (India) Ltd.
Manufactures leaf springs and suspension components for com…
|
531994 | IN | Manufacturing |
|
Azad Engineering Limited
Precision engineering of mission-critical components for ae…
|
AZAD | IN | Manufacturing |
|
Balmer Lawrie & Co. Ltd.
Diversified provider of industrial packaging, lubricants, l…
|
BALMLAWRIE | IN | Manufacturing |
|
BAOTOU TIANHE MAGNETICS TECHNOLOGY CO., LTD.
Produces high-performance NdFeB and SmCo rare earth permane…
|
603072 | CN | Manufacturing |
|
Beijer Alma
An industrial group that acquires and develops internationa…
|
BEIA | SE | Manufacturing |
Wangli Security & Surveillance Product 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/58016/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58016 | 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=58016 | 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=58016 \ -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": 58016}, 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 Wangli Security & Surveillance Product Co., Ltd (id: 58016)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.