Dongnan Electronics Co.,Ltd. — Investor Relations & Filings
Dongnan Electronics Co.,Ltd. specializes in the research, development, production, and sale of high-precision electronic switches. The product portfolio includes a wide range of microswitches, such as waterproof, subminiature, and basic types, alongside power switches, rotary switches, and specialized wire harnesses. These components are engineered for integration into diverse applications, including household appliances, automotive systems, industrial machinery, medical equipment, and power tools. The company maintains rigorous quality standards, holding certifications such as IATF16949, ISO9001, and ISO14001. Products are designed to meet international safety requirements, including UL, VDE, CE, and CQC standards. By focusing on technical innovation and automated manufacturing processes, the organization provides reliable switching solutions for global markets, emphasizing durability and precision in electronic component design.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 国金证券股份有限公司关于东南电子股份有限公司2024年度持续督导培训情况报告 | 2024-12-23 | Chinese | |
| 关于完成工商变更登记并换发营业执照的公告 | 2024-11-27 | Chinese | |
| 北京金杜(杭州)律师事务所关于东南电子股份有限公司控股股东、实际控制人之一增持公司股份之法律意见书 | 2024-11-22 | Chinese | |
| 关于控股股东、实际控制人之一增持股份计划实施完成的公告 | 2024-11-22 | Chinese | |
| 北京金杜(杭州)律师事务所关于东南电子股份有限公司2024年第二次临时股东大会之法律意见书 | 2024-11-14 | Chinese | |
| 2024年第二次临时股东大会决议公告 | 2024-11-14 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 40063157 | 国金证券股份有限公司关于东南电子股份有限公司2024年度持续督导培训情况报告 | 2024-12-23 | Chinese | ||
| 40063146 | 关于完成工商变更登记并换发营业执照的公告 | 2024-11-27 | Chinese | ||
| 40063140 | 北京金杜(杭州)律师事务所关于东南电子股份有限公司控股股东、实际控制人之一增持公司股份之法律意见书 | 2024-11-22 | Chinese | ||
| 40063131 | 关于控股股东、实际控制人之一增持股份计划实施完成的公告 | 2024-11-22 | Chinese | ||
| 40063124 | 北京金杜(杭州)律师事务所关于东南电子股份有限公司2024年第二次临时股东大会之法律意见书 | 2024-11-14 | Chinese | ||
| 40063108 | 2024年第二次临时股东大会决议公告 | 2024-11-14 | Chinese | ||
| 40063101 | 国金证券股份有限公司关于东南电子股份有限公司部分募投项目延期的核查意见 | 2024-10-28 | Chinese | ||
| 40063090 | 2024年三季度报告 | 2024-10-28 | Chinese | ||
| 40063088 | 关于部分募投项目延期的公告 | 2024-10-28 | Chinese | ||
| 40063084 | 国金证券股份有限公司关于东南电子股份有限公司使用闲置募集资金和自有资金进行现金管理的核查意见 | 2024-10-28 | Chinese | ||
| 40063076 | 关于变更公司经营范围并修改《公司章程》的公告 | 2024-10-28 | Chinese | ||
| 40063064 | 东南电子股份有限公司章程 | 2024-10-28 | Chinese | ||
| 40063051 | 第三届董事会第十六次会议决议公告 | 2024-10-28 | Chinese | ||
| 40063044 | 关于使用闲置募集资金和自有资金进行现金管理的公告 | 2024-10-28 | Chinese | ||
| 40063035 | 关于召开2024年第二次临时股东大会的通知 | 2024-10-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of wiring devices
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ARC Insulation & Insulators Limited
Produces high-voltage insulators and hardware for power gri…
|
ARCIIL | IN | Manufacturing |
|
Atkore Inc.
Manufacturer of electrical, safety, and infrastructure solu…
|
ATKR | US | Manufacturing |
|
CCSC Technology International Holdings Ltd
Designs and manufactures customized interconnect products l…
|
CCTG | US | Manufacturing |
|
Cembre
Manufactures electrical connection solutions for industrial…
|
CMB | IT | Manufacturing |
|
CHANG LAN TECHNOLOGY GROUP CO.,LTD.
Develops and manufactures high-voltage power cable accessor…
|
002879 | CN | Manufacturing |
|
Classic Electricals Ltd.
Designs and manufactures electrical installation products a…
|
512213 | IN | Manufacturing |
|
Electro Force (India) Limited
Manufacturer of precision metal components, plastic parts, …
|
EFORCE | IN | Manufacturing |
|
GEM Terminal Industry Co.,Ltd.
Global manufacturer of precision terminals, connectors, and…
|
2460 | TW | Manufacturing |
|
GONEO GROUP CO.,LTD.
Produces electrical connections, lighting, smart home tech,…
|
603195 | CN | Manufacturing |
|
INABA DENKI SANGYO CO.,LTD.
Specializes in electrical materials, industrial automation,…
|
9934 | JP | Manufacturing |
Dongnan Electronics 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/56262/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56262 | 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=56262 | 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=56262 \ -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": 56262}, 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 Dongnan Electronics Co.,Ltd. (id: 56262)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.