MAXONE SEMICONDUCTOR (SUZHOU) CO., LTD. — Investor Relations & Filings
MAXONE SEMICONDUCTOR (SUZHOU) CO., LTD. specializes in the design and development of high-performance analog and mixed-signal integrated circuits. The company’s core product portfolio encompasses power management ICs, battery management systems, motor drivers, and signal chain solutions. These components are engineered to provide high efficiency, precision, and reliability across various applications, including consumer electronics, industrial automation, automotive electronics, and telecommunications infrastructure. By focusing on advanced power conversion and management technologies, the company provides integrated solutions designed to optimize energy performance and system stability in demanding electronic environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 中信建投证券股份有限公司关于强一半导体(苏州)股份有限公司增加部分募投项目实施地点、实施主体及开立募集资金专户的核查意见 | 2026-06-02 | Chinese | |
| 关于召开2026年第三次临时股东会的通知 | 2026-06-02 | Chinese | |
| 第二届董事会第九次会议决议公告 | 2026-06-02 | Chinese | |
| 第二届董事会提名委员会关于补选公司第二届董事会非独立董事候选人的审查意见 | 2026-06-02 | Chinese | |
| 关于增加部分募投项目实施地点、实施主体及开立募集资金专户的公告 | 2026-06-02 | Chinese | |
| 关于证券事务代表辞职的公告 | 2026-05-20 | Chinese |
Browse filings by year
2 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47941944 | 中信建投证券股份有限公司关于强一半导体(苏州)股份有限公司增加部分募投项目实施地点、实施主体及开立募集资金专户的核查意见 | 2026-06-02 | Chinese | ||
| 47941943 | 关于召开2026年第三次临时股东会的通知 | 2026-06-02 | Chinese | ||
| 47941942 | 第二届董事会第九次会议决议公告 | 2026-06-02 | Chinese | ||
| 47941939 | 第二届董事会提名委员会关于补选公司第二届董事会非独立董事候选人的审查意见 | 2026-06-02 | Chinese | ||
| 47941723 | 关于增加部分募投项目实施地点、实施主体及开立募集资金专户的公告 | 2026-06-02 | Chinese | ||
| 46703172 | 关于证券事务代表辞职的公告 | 2026-05-20 | Chinese | ||
| 46566399 | 2025年年度股东会决议公告 | 2026-05-19 | Chinese | ||
| 46565551 | 上海市通力律师事务所关于强一半导体(苏州)股份有限公司2025年年度股东会的法律意见书 | 2026-05-19 | Chinese | ||
| 39601374 | 董事、高级管理人员薪酬管理制度 | 2026-04-26 | Chinese | ||
| 39601370 | 立信会计师事务所(特殊普通合伙)关于强一半导体(苏州)股份有限公司2025年度内部控制审计报告 | 2026-04-26 | Chinese | ||
| 39601297 | 关于新增预计2026年度日常性关联交易的公告 | 2026-04-26 | Chinese | ||
| 39601295 | 第二届董事会第八次会议决议公告 | 2026-04-26 | Chinese | ||
| 39601286 | 关于召开2025年年度股东会的通知 | 2026-04-26 | Chinese | ||
| 39601264 | 2025年度审计报告 | 2026-04-26 | Chinese | ||
| 39600694 | 2025年度董事会审计委员会履职工作报告 | 2026-04-26 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Shenzhen Chuangyitong Technology Co., Ltd.
Manufacturer of precision connectors and high-speed cable a…
|
300991 | CN | Manufacturing |
|
ShenZhen Click Technology Co.,LTD
Develops and manufactures magnetic components and power sup…
|
002782 | CN | Manufacturing |
|
Shenzhen Edadoc Technology Co.,Ltd.
Provides high-speed PCB design and turnkey electronic manuf…
|
301366 | CN | Manufacturing |
|
Shenzhen Everwin Precision Technology Co.,Ltd
Manufactures precision electronic components, structural pa…
|
300115 | CN | Manufacturing |
|
SHENZHEN FASTPRINT CIRCUIT TECH CO.,LTD.
Manufactures high-end PCBs, IC packaging substrates, and as…
|
002436 | CN | Manufacturing |
|
SHENZHEN FRD SCIENCE & TECHNOLOGY CO., LTD.
Manufactures EMI shielding, thermal management, and advance…
|
300602 | CN | Manufacturing |
|
Shenzhen Goodix Technology Co. Ltd.
Integrated chip design and software solution provider speci…
|
603160 | CN | Manufacturing |
|
Shenzhen hongfuhan Technology Co. Ltd.
Manufactures precision functional components and automated …
|
301086 | CN | Manufacturing |
|
Shenzhen H&T Intelligent Control Co.,Ltd.
Develops intelligent control systems and electronic modules…
|
002402 | CN | Manufacturing |
|
SHENZHEN HUI CHUANG DA TECHNOLOGY CO., LTD.
Manufactures precision input device components and optical …
|
300909 | CN | Manufacturing |
MAXONE SEMICONDUCTOR (SUZHOU) 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/58654/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58654 | 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=58654 | 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=58654 \ -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": 58654}, 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 MAXONE SEMICONDUCTOR (SUZHOU) CO., LTD. (id: 58654)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.