Guangdong Leadyo IC Testing Co.,Ltd. — Investor Relations & Filings
About Guangdong Leadyo IC Testing Co.,Ltd.
Guangdong Leadyo IC Testing Co.,Ltd. specializes in providing comprehensive integrated circuit (IC) testing services. The company offers a full suite of solutions including wafer testing (CP), final testing (FT), and test program development. Utilizing advanced automated test equipment (ATE) from global leaders, Leadyo supports a wide range of semiconductor products such as high-performance computing (HPC), 5G communications, automotive electronics, and consumer ICs. Its technical capabilities extend to hardware design for probe cards and load boards, as well as reliability testing and failure analysis. The company focuses on delivering high-precision, high-efficiency testing solutions to semiconductor design houses and manufacturers, ensuring product quality and accelerating time-to-market for complex chip architectures.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于2025年度利润分配预案的公告 | 2026-04-28 | Chinese | |
| 广东利扬芯片测试股份有限公司章程(2026年4月) | 2026-04-28 | Chinese | |
| 董事、高级管理人员薪酬管理制度(2026年4月) | 2026-04-28 | Chinese | |
| 董事会审计委员会对会计师事务所2025年度履行监督职责情况报告 | 2026-04-28 | Chinese | |
| 被担保人(利阳芯)2025年财务报表 | 2026-04-28 | Chinese | |
| 被担保人(上海光瞳芯)2025年财务报表 | 2026-04-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39840124 | 关于2025年度利润分配预案的公告 | 2026-04-28 | Chinese | ||
| 39840114 | 广东利扬芯片测试股份有限公司章程(2026年4月) | 2026-04-28 | Chinese | ||
| 39840102 | 董事、高级管理人员薪酬管理制度(2026年4月) | 2026-04-28 | Chinese | ||
| 39840093 | 董事会审计委员会对会计师事务所2025年度履行监督职责情况报告 | 2026-04-28 | Chinese | ||
| 39840085 | 被担保人(利阳芯)2025年财务报表 | 2026-04-28 | Chinese | ||
| 39840038 | 被担保人(上海光瞳芯)2025年财务报表 | 2026-04-28 | Chinese | ||
| 39839969 | 关于2026年度董事、高级管理人员薪酬方案的公告 | 2026-04-28 | Chinese | ||
| 39839955 | 2025年度董事会审计委员会履职报告 | 2026-04-28 | Chinese | ||
| 39839943 | 2025年度内部控制审计报告 | 2026-04-28 | Chinese | ||
| 39839900 | 董事会对独立董事独立性自查情况的专项报告 | 2026-04-28 | Chinese | ||
| 39839888 | 2025年度内部控制评价报告 | 2026-04-28 | Chinese | ||
| 39839879 | 立信会计师事务所(特殊普通合伙)关于利扬芯片2025年度非经营性资金占用及其他关联资金往来情况的专项报告【信会师报字[2026]第ZI10365号】 | 2026-04-28 | Chinese | ||
| 39839798 | 关于召开2026年第一季度业绩说明会的公告 | 2026-04-26 | Chinese | ||
| 39839796 | 关于参加十五五·科技自立自强——科创板集成电路核心技术攻关之2025年度半导体制造、封测行业集体业绩说明会的公告 | 2026-04-26 | Chinese | ||
| 39839786 | 关于注销部分募集资金专项账户的公告 | 2026-04-15 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Technical testing and analysis
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
CATARC Automotive Proving Ground Co.,Ltd.
Provides vehicle testing, validation, and technical consult…
|
301215 | CN | Professional, scientific and te… |
|
C.E.Management Integrated Laboratory Co.Ltd
A technical services provider for the civil engineering and…
|
6171 | JP | Professional, scientific and te… |
|
CENTRE TESTING INTERNATIONAL GROUP CO., LTD.
Comprehensive third-party testing, inspection, certificatio…
|
300012 | CN | Professional, scientific and te… |
|
China Automotive Engineering Research Institute Co., Ltd
Provides automotive R&D, testing, and certification for saf…
|
601965 | CN | Professional, scientific and te… |
|
China Leon Inspection Holding Limited
Provides inspection, testing, and certification for the ene…
|
1586.HK | HK | Professional, scientific and te… |
|
China Machinery Huanyu Certification and Inspection Co., LTD.
Provides certification, inspection, and testing for machine…
|
301508 | CN | Professional, scientific and te… |
|
CHINA TESTING & CERTIFICATION INTERNATIONAL GROUP CO.,LTD.
Third-party provider of testing, certification, and inspect…
|
603060 | CN | Professional, scientific and te… |
|
Choksi Laboratories Ltd.
Provides analytical testing, calibration, and consultancy f…
|
526546 | IN | Professional, scientific and te… |
|
CHRYSOS CORPORATION LIMITED
Deploys PhotonAssay technology for rapid, non-destructive m…
|
C79 | AU | Professional, scientific and te… |
|
Deveron Corp.
Vertically integrated ag tech providing soil testing and en…
|
FARM | CA | Professional, scientific and te… |
Guangdong Leadyo IC Testing 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/58177/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58177 | 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=58177 | 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=58177 \ -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": 58177}, 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 Guangdong Leadyo IC Testing Co.,Ltd. (id: 58177)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.