
Shenzhen Sunlord Electronics Co.,Ltd. — Investor Relations & Filings
Shenzhen Sunlord Electronics Co.,Ltd. designs and manufactures a comprehensive range of passive electronic components. Its core product lineup includes chip inductors, power inductors, magnetic beads, LTCC devices, antennas, and transformers. These solutions cater to diverse sectors such as telecommunications, consumer electronics, automotive electronics, and industrial automation. The company emphasizes technological advancement in miniaturization, high-frequency performance, and high-power density. Sunlord’s products are integral to signal processing, power management, and electromagnetic compatibility (EMC) in advanced applications, including 5G infrastructure and smart mobile devices.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 社会公益捐赠事务管理制度(2025年7月) | 2025-07-30 | Chinese | |
| 股东会网络投票工作办法(2025年7月) | 2025-07-30 | Chinese | |
| 选聘会计师事务所专项制度(2025年7月) | 2025-07-30 | Chinese | |
| 募集资金管理制度(2025年7月) | 2025-07-30 | Chinese | |
| 董事、高级管理人员股份变动管理制度(2025年7月) | 2025-07-30 | Chinese | |
| 监事会关于相关事项的审核意见 | 2025-07-30 | Chinese |
Browse filings by year
20 years- 2026 68 filings
- 2025 164 filings
- 2024 147 filings
- 2023 140 filings
- 2022 169 filings
- 2021 214 filings
- 2020 200 filings
- 2019 168 filings
- 2018 192 filings
- 2017 197 filings
- 2016 192 filings
- 2015 116 filings
- 2014 149 filings
- 2013 112 filings
- 2012 85 filings
- 2011 102 filings
- 2010 100 filings
- 2009 70 filings
- 2008 91 filings
- 2007 91 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 34936336 | 社会公益捐赠事务管理制度(2025年7月) | 2025-07-30 | Chinese | ||
| 34936327 | 股东会网络投票工作办法(2025年7月) | 2025-07-30 | Chinese | ||
| 34936322 | 选聘会计师事务所专项制度(2025年7月) | 2025-07-30 | Chinese | ||
| 34936313 | 募集资金管理制度(2025年7月) | 2025-07-30 | Chinese | ||
| 34936304 | 董事、高级管理人员股份变动管理制度(2025年7月) | 2025-07-30 | Chinese | ||
| 34936298 | 监事会关于相关事项的审核意见 | 2025-07-30 | Chinese | ||
| 34936295 | 独立董事专门会议工作制度(2025年7月) | 2025-07-30 | Chinese | ||
| 34936282 | 半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2025-07-30 | Chinese | ||
| 34936275 | 半年报监事会决议公告 | 2025-07-30 | Chinese | ||
| 34936266 | 2025年半年度报告 | 2025-07-30 | Chinese | ||
| 34936263 | 审计委员会年报工作规程(2025年7月) | 2025-07-30 | Chinese | ||
| 34936262 | 董事会秘书工作条例(2025年7月) | 2025-07-30 | Chinese | ||
| 34936255 | 董事、高级管理人员离职管理制度(2025年7月) | 2025-07-30 | Chinese | ||
| 34936238 | 年报信息披露重大差错责任追究制度(2025年7月) | 2025-07-30 | Chinese | ||
| 34936236 | 顺络电子第五期员工持股计划管理办法 | 2025-07-30 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3ALogics. Inc.
Designs and develops NFC and RFID System-on-Chips (SoCs) fo…
|
177900 | KR | Manufacturing |
|
3peak Incorporated
Designs analog and mixed-signal ICs for signal chain and po…
|
688536 | CN | Manufacturing |
|
4DS MEMORY LIMITED
Develops Interface Switching ReRAM for high-density Storage…
|
4DS | AU | Manufacturing |
|
AAC Technologies Holdings Inc.
Global provider of sensory solutions and miniaturized compo…
|
2018 | KY | Manufacturing |
|
ABCO ELECTRONICS CO., LTD.
Manufacturer of passive electronic components like inductor…
|
036010 | KR | Manufacturing |
|
ABOV Semiconductor Co.,Ltd.
Designs and manufactures MCUs, touch sensors, and non-volat…
|
102120 | KR | Manufacturing |
|
Acbel
Designs and manufactures switching power supplies for 5G, m…
|
6282 | TW | Manufacturing |
|
Accelink Technologies Co., Ltd.
Produces optoelectronic components and modules for telecom …
|
002281 | CN | Manufacturing |
|
ACES
Global provider of high-precision electronic components and…
|
3605 | TW | Manufacturing |
|
ACTIONS TECHNOLOGY CO., LTD.
Designs low-power wireless and multimedia SoCs for audio an…
|
688049 | CN | Manufacturing |
Shenzhen Sunlord 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/54194/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54194 | 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=54194 | 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=54194 \ -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": 54194}, 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 Shenzhen Sunlord Electronics Co.,Ltd. (id: 54194)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.