
Shenzhen Edadoc Technology Co.,Ltd. — Investor Relations & Filings
Shenzhen Edadoc Technology Co.,Ltd. provides high-speed PCB design and comprehensive electronic manufacturing services. The company specializes in PCB layout, signal integrity (SI) analysis, power integrity (PI) analysis, and electromagnetic compatibility (EMC) design. Its service portfolio includes PCB fabrication, component procurement, and SMT assembly, offering a turnkey solution for complex hardware development. Edadoc focuses on high-density, multi-layer, and high-frequency boards tailored for sectors such as telecommunications, industrial control, medical instrumentation, and automotive electronics. By leveraging advanced design tools and integrated manufacturing processes, the company supports the rapid prototyping and mass production of sophisticated electronic systems, emphasizing technical precision and operational efficiency.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于独立董事任职期满辞职暨补选公司第三届董事会独立董事及专门委员会成员的公告 | 2026-05-22 | Chinese | |
| 独立董事提名人声明与承诺 | 2026-05-22 | Chinese | |
| 关于召开2026年第一次临时股东会的通知 | 2026-05-22 | Chinese | |
| 第三届董事会第十一次会议决议公告 | 2026-05-22 | Chinese | |
| 关于长沙全博电子首次通过高新技术企业认定的公告 | 2026-05-14 | Chinese | |
| 第三届董事会第十次会议决议公告 | 2026-05-11 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46867963 | 关于独立董事任职期满辞职暨补选公司第三届董事会独立董事及专门委员会成员的公告 | 2026-05-22 | Chinese | ||
| 46867794 | 独立董事提名人声明与承诺 | 2026-05-22 | Chinese | ||
| 46867035 | 关于召开2026年第一次临时股东会的通知 | 2026-05-22 | Chinese | ||
| 46867034 | 第三届董事会第十一次会议决议公告 | 2026-05-22 | Chinese | ||
| 46344070 | 关于长沙全博电子首次通过高新技术企业认定的公告 | 2026-05-14 | Chinese | ||
| 45018023 | 第三届董事会第十次会议决议公告 | 2026-05-11 | Chinese | ||
| 45017566 | 第三届董事会薪酬与考核委员会关于公司2026年限制性股票激励计划首次授予激励对象名单的核查意见 | 2026-05-11 | Chinese | ||
| 45017565 | 关于深圳市一博科技股份有限公司2026年限制性股票激励计划首次授予相关事项的法律意见书 | 2026-05-11 | Chinese | ||
| 45017564 | 关于向激励对象首次授予第二类限制性股票的公告 | 2026-05-11 | Chinese | ||
| 45017426 | 2026年限制性股票激励计划首次授予的激励对象名单(授予日) | 2026-05-11 | Chinese | ||
| 44490217 | 关于公司2026年限制性股票激励计划内幕信息知情人及激励对象买卖公司股票情况的自查报告 | 2026-05-08 | Chinese | ||
| 44488650 | 广东信达律师事务所关于深圳市一博科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-08 | Chinese | ||
| 44488649 | 2025年年度股东会决议公告 | 2026-05-08 | Chinese | ||
| 39385255 | 董事会关于公司独立董事独立性情况的专项评估意见 | 2026-04-15 | Chinese | ||
| 39385253 | 2025年度独立董事述职报告-梁融 | 2026-04-15 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
GUANGDONG CELLWISE MICROELECTRONICS CO., LTD.
Fabless firm specializing in high-performance battery manag…
|
688325 | CN | Manufacturing |
|
Guangdong Champion Asia Electronics Co.,Ltd.
Specializes in high-precision PCB manufacturing, including …
|
603386 | CN | Manufacturing |
|
GUANGDONG ELLINGTON ELECTRONICS TECHNOLOGY CO., LTD.
Manufactures high-precision multi-layer and HDI PCBs for gl…
|
603328 | CN | Manufacturing |
|
GUANGDONG FAITH LONG CRYSTAL TECHNOLOGY CO.,LTD
Manufactures high-precision quartz crystal resonators and o…
|
300460 | CN | Manufacturing |
|
Guangdong Fuxin Technology Co., Ltd.
Specializes in thermoelectric cooling technology and therma…
|
688662 | CN | Manufacturing |
|
Guangdong Ganhua Science & Industry Co., Ltd.
Develops power systems and electronic components for defens…
|
000576 | CN | Manufacturing |
|
GUANGDONG GOWORLD CO., LTD
Develops and manufactures high-precision PCBs, LCDs, and ul…
|
000823 | CN | Manufacturing |
|
GUANGDONG GREEN PRECISION COMPONENTS CO., LTD.
Designs and manufactures precision structural components fo…
|
300968 | CN | Manufacturing |
|
Guangdong Hec Technology Holding Co., Ltd
Produces electronic materials, new energy materials, and ch…
|
600673 | CN | Manufacturing |
|
Guangdong Kingshine Electronic Technology Co.,Ltd.
Manufactures high-precision PCBs and HDI solutions for dive…
|
300903 | CN | Manufacturing |
Shenzhen Edadoc 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/56268/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56268 | 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=56268 | 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=56268 \ -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": 56268}, 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 Edadoc Technology Co.,Ltd. (id: 56268)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.