
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 |
|---|---|---|---|
|
CHENGDU JIACHI ELECTRONIC TECHNOLOGY CO., LTD.
Develops electromagnetic functional materials for aerospace…
|
688708 | CN | Manufacturing |
|
Chengdu M&S Electronics Technology Co.,Ltd.
Develops microwave and millimeter-wave components for telec…
|
688311 | CN | Manufacturing |
|
Chengdu RML Technology Co., Ltd.
Develops millimeter-wave micro-systems and components for a…
|
301050 | CN | Manufacturing |
|
CHENGDU SINO-MICROELECTRONICS TECH. CO., LTD.
Manufactures power semiconductor devices and ICs for energy…
|
688709 | CN | Manufacturing |
|
CHENGDU SPACEON ELECTRONICS CO., LTD.
Develops and manufactures high-precision frequency control …
|
002935 | CN | Manufacturing |
|
CHENGDU TIANJIAN TECHNOLOGY CO., LTD.
Develops microwave components and subsystems for aerospace …
|
002977 | CN | Manufacturing |
|
Chengdu Xuguang Electronics Co.,Ltd.
Develops vacuum electronic devices, components, and ceramic…
|
600353 | CN | Manufacturing |
|
Chicony Power
Global leader in high-efficiency power conversion solutions…
|
6412 | TW | Manufacturing |
|
China Aerospace International Holdings Limited
Investment holding company focused on hi-tech manufacturing…
|
31 | HK | Manufacturing |
|
China Chippacking Technology Co.,Ltd.
Provides IC packaging and testing services for diverse elec…
|
688216 | 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.