Hangzhou Lion Microelectronics Co.,Ltd — Investor Relations & Filings
About Hangzhou Lion Microelectronics Co.,Ltd
Hangzhou Lion Microelectronics Co.,Ltd. specializes in the research, development, and manufacturing of semiconductor silicon wafers and discrete semiconductor devices. The company's product portfolio includes high-purity silicon materials, polished wafers, and epitaxial wafers ranging from 6 to 12 inches in diameter. Additionally, it produces a variety of power semiconductor chips and discrete components, such as Schottky barrier diodes and MOSFETs. These products are utilized across diverse sectors, including automotive electronics, power management, industrial automation, and consumer electronics. By maintaining an integrated business model that spans from raw material processing to finished chip production, the company provides critical components for the global semiconductor supply chain, focusing on high-performance and high-reliability solutions for modern electronic systems.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 立昂微关于为控股子公司提供担保的进展公告 | 2026-05-21 | Chinese | |
| 立昂微关于“立昂转债”预计满足赎回条件的提示性公告 | 2026-05-20 | Chinese | |
| 立昂微2025年年度股东会决议公告 | 2026-05-18 | Chinese | |
| 国浩律师(上海)事务所关于杭州立昂微电子股份有限公司2025年年度股东会的法律意见书 | 2026-05-18 | Chinese | |
| 立昂微2025年年度股东会会议资料 | 2026-05-08 | Chinese | |
| 立昂微股票交易异常波动公告 | 2026-05-08 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46757342 | 立昂微关于为控股子公司提供担保的进展公告 | 2026-05-21 | Chinese | ||
| 46701512 | 立昂微关于“立昂转债”预计满足赎回条件的提示性公告 | 2026-05-20 | Chinese | ||
| 46513659 | 立昂微2025年年度股东会决议公告 | 2026-05-18 | Chinese | ||
| 46512967 | 国浩律师(上海)事务所关于杭州立昂微电子股份有限公司2025年年度股东会的法律意见书 | 2026-05-18 | Chinese | ||
| 44492275 | 立昂微2025年年度股东会会议资料 | 2026-05-08 | Chinese | ||
| 44488096 | 立昂微股票交易异常波动公告 | 2026-05-08 | Chinese | ||
| 44266297 | 立昂微关于为控股子公司提供担保的进展公告 | 2026-05-07 | Chinese | ||
| 44277911 | 立昂微2025年度暨2026年第一季度业绩说明会公告 | 2026-05-06 | Chinese | ||
| 39016777 | 关于杭州立昂微电子股份有限公司2025年度营业收入扣除情况的专项审核说明 | 2026-04-27 | Chinese | ||
| 39016750 | 立昂微2025年度独立董事述职报告(张旭明) | 2026-04-27 | Chinese | ||
| 39016740 | 立昂微2025年度可持续发展报告摘要 | 2026-04-27 | Chinese | ||
| 39016732 | 东方证券股份有限公司关于杭州立昂微电子股份有限公司2025年度募集资金存放与使用情况的专项核查意见 | 2026-04-27 | Chinese | ||
| 39016727 | 立昂微续聘会计师事务所的公告 | 2026-04-27 | Chinese | ||
| 39016716 | 立昂微关于新增2026年度为控股子公司提供担保的公告 | 2026-04-27 | Chinese | ||
| 39016710 | 立昂微董事会审计委员会对2025年度会计师事务所履行监督职责情况报告 | 2026-04-27 | 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 |
Hangzhou Lion Microelectronics 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/58035/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58035 | 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=58035 | 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=58035 \ -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": 58035}, 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 Hangzhou Lion Microelectronics Co.,Ltd (id: 58035)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.