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 |
|---|---|---|---|
|
Shennan Circuits Co., Ltd.
Provides high-end PCBs, IC packaging substrates, and electr…
|
002916 | CN | Manufacturing |
|
Shenyu Communication Technology Inc.
Manufactures high-frequency communication cables and precis…
|
300563 | CN | Manufacturing |
|
Shenzhen Ampron Technology Co., Ltd.
Manufactures high-precision NTC/PTC thermistors and tempera…
|
301413 | CN | Manufacturing |
|
Shenzhen AV-Display Co., Ltd.
Manufacturer of professional LCD, OLED, and touch display s…
|
300939 | CN | Manufacturing |
|
SHENZHEN BAOMING TECHNOLOGY CO.,LTD.
Develops display components and composite copper foil for e…
|
002992 | CN | Manufacturing |
|
SHENZHEN BLUETRUM TECHNOLOGY CO., LTD.
Designs low-power wireless communication and high-performan…
|
688332 | CN | Manufacturing |
|
Shenzhen Bromake New Material Co., Ltd.
Manufactures functional materials and precision die-cut com…
|
301387 | CN | Manufacturing |
|
SHENZHEN BSC TECHNOLOGY CO.,LTD.
Manufacturer of precision connectors and cable assembly sol…
|
300951 | CN | Manufacturing |
|
Shenzhen CDL Precision Technology Co., Ltd.
Manufactures precision structural and functional components…
|
300686 | CN | Manufacturing |
|
SHENZHEN CHENGTIAN WEIYE TECHNOLOGY CO.,LTD.
Develops and manufactures smart cards, chip packaging, and …
|
300689 | 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.