
KUNSHAN GLVAC ELECTRONIC TECHNOLOGY CO.,LTD. — Investor Relations & Filings
Kunshan GLVAC Electronic Technology Co., Ltd. specializes in the design and manufacture of high-voltage vacuum electronic components. Its core product line includes vacuum capacitors, vacuum relays, vacuum interrupters, and high-voltage DC contactors. These products are engineered for high-power and high-frequency applications, serving sectors such as semiconductor fabrication, medical imaging, and telecommunications. The company’s vacuum capacitors are widely utilized in RF matching networks and broadcasting transmitters, while its DC contactors are integrated into electric vehicle charging stations and energy storage systems. GLVAC emphasizes advanced ceramic-to-metal sealing techniques and vacuum processing technologies to deliver components characterized by high insulation strength, low contact resistance, and long operational life in extreme environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于“国力转债”2026年付息的公告 | 2026-06-05 | Chinese | |
| 关于2026年限制性股票激励计划内幕信息知情人买卖公司股票情况的自查报告 | 2026-05-15 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-15 | Chinese | |
| 2025年年度股东会会议资料 | 2026-05-08 | Chinese | |
| 关于举办2025年度暨2026年第一季度业绩说明会的公告 | 2026-05-08 | Chinese | |
| 2025年年度报告 | 2026-04-20 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47985797 | 关于“国力转债”2026年付息的公告 | 2026-06-05 | Chinese | ||
| 46364535 | 关于2026年限制性股票激励计划内幕信息知情人买卖公司股票情况的自查报告 | 2026-05-15 | Chinese | ||
| 46364424 | 2025年年度股东会决议公告 | 2026-05-15 | Chinese | ||
| 44487904 | 2025年年度股东会会议资料 | 2026-05-08 | Chinese | ||
| 44487135 | 关于举办2025年度暨2026年第一季度业绩说明会的公告 | 2026-05-08 | Chinese | ||
| 38863819 | 2025年年度报告 | 2026-04-20 | Chinese | ||
| 38863816 | 招商证券股份有限公司关于昆山国力电子科技股份有限公司2025年度募集资金存放与使用情况的专项核查意见 | 2026-04-20 | Chinese | ||
| 38863793 | 审计委员会2025年度履职报告 | 2026-04-20 | Chinese | ||
| 38863792 | 关于容诚会计师事务所(特殊普通合伙)的履职情况评估报告 | 2026-04-20 | Chinese | ||
| 38863791 | 关于召开2025年年度股东会的通知 | 2026-04-20 | Chinese | ||
| 38863788 | 2025年度内部控制评价报告 | 2026-04-20 | Chinese | ||
| 38863782 | 董事会关于独立董事独立性自查情况的专项报告 | 2026-04-20 | Chinese | ||
| 38863778 | 关于2026年度董事和高级管理人员薪酬方案的公告 | 2026-04-20 | Chinese | ||
| 38863777 | 关于昆山国力电子科技股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2026-04-20 | Chinese | ||
| 38863744 | 关于2025年度“提质增效重回报”专项行动方案的评估报告暨2026年度“提质增效重回报”专项行动方案 | 2026-04-20 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
GUANGDONG CELLWISE MICROELECTRONICS CO., LTD.
Fabless firm specializing in high-performance battery manag…
|
688325 | CN | Manufacturing |
|
Guangdong Champion Asia Electronics Co.,Ltd.
Specializes in high-precision PCB manufacturing, including …
|
603386 | CN | Manufacturing |
|
GUANGDONG ELLINGTON ELECTRONICS TECHNOLOGY CO., LTD.
Manufactures high-precision multi-layer and HDI PCBs for gl…
|
603328 | CN | Manufacturing |
|
GUANGDONG FAITH LONG CRYSTAL TECHNOLOGY CO.,LTD
Manufactures high-precision quartz crystal resonators and o…
|
300460 | CN | Manufacturing |
|
Guangdong Fuxin Technology Co., Ltd.
Specializes in thermoelectric cooling technology and therma…
|
688662 | CN | Manufacturing |
|
Guangdong Ganhua Science & Industry Co., Ltd.
Develops power systems and electronic components for defens…
|
000576 | CN | Manufacturing |
|
GUANGDONG GOWORLD CO., LTD
Develops and manufactures high-precision PCBs, LCDs, and ul…
|
000823 | CN | Manufacturing |
|
GUANGDONG GREEN PRECISION COMPONENTS CO., LTD.
Designs and manufactures precision structural components fo…
|
300968 | CN | Manufacturing |
|
Guangdong Hec Technology Holding Co., Ltd
Produces electronic materials, new energy materials, and ch…
|
600673 | CN | Manufacturing |
|
Guangdong Kingshine Electronic Technology Co.,Ltd.
Manufactures high-precision PCBs and HDI solutions for dive…
|
300903 | CN | Manufacturing |
KUNSHAN GLVAC ELECTRONIC 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/58148/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58148 | 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=58148 | 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=58148 \ -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": 58148}, 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 KUNSHAN GLVAC ELECTRONIC TECHNOLOGY CO.,LTD. (id: 58148)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.