%20TECHNOLOGY%20CO.%2CLTD./other/VANCHIPTIANJIN_TECHNOLOGY_CO.LTD.-logo.png)
VANCHIP(TIANJIN) TECHNOLOGY CO.,LTD. — Investor Relations & Filings
Vanchip (Tianjin) Technology Co., Ltd. is a fabless semiconductor company specializing in the research, development, and sales of high-performance radio frequency (RF) front-end chips and modules. The company’s product portfolio includes power amplifiers (PA), RF switches, low noise amplifiers (LNA), and highly integrated RF front-end modules (FEM) designed for 4G and 5G mobile communications. Vanchip provides critical components for smartphones, tablets, and Internet of Things (IoT) devices, focusing on optimizing power efficiency, signal integrity, and thermal performance. By leveraging advanced CMOS, GaAs, and SOI process technologies, the firm delivers scalable solutions that support global cellular standards. Its technical expertise enables high-density integration and miniaturization, catering to the evolving requirements of high-speed wireless connectivity and next-generation mobile network infrastructure.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 中信建投证券股份有限公司关于唯捷创芯(天津)电子技术股份有限公司2025年度募集资金存放与使用情况的专项核查报告 | 2026-04-27 | Chinese | |
| 董事会关于独立董事独立性评估的专项意见 | 2026-04-27 | Chinese | |
| 持股5%以上股东及其一致行动人减持股份计划公告 | 2026-04-21 | Chinese | |
| 关于持股5%以上股东部分股份质押的公告 | 2026-03-31 | Chinese | |
| 关于持股5%以上股东部分股份质押的公告 | 2026-03-30 | Chinese | |
| 关于首次公开发行前股票期权行权限售股上市流通的公告 | 2026-03-18 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
10 filings
| |||||
| 39883169 | 中信建投证券股份有限公司关于唯捷创芯(天津)电子技术股份有限公司2025年度募集资金存放与使用情况的专项核查报告 | 2026-04-27 | Chinese | ||
| 39883149 | 董事会关于独立董事独立性评估的专项意见 | 2026-04-27 | Chinese | ||
| 39883146 | 持股5%以上股东及其一致行动人减持股份计划公告 | 2026-04-21 | Chinese | ||
| 39883133 | 关于持股5%以上股东部分股份质押的公告 | 2026-03-31 | Chinese | ||
| 39883132 | 关于持股5%以上股东部分股份质押的公告 | 2026-03-30 | Chinese | ||
| 39883122 | 关于首次公开发行前股票期权行权限售股上市流通的公告 | 2026-03-18 | Chinese | ||
| 39883115 | 2025年度业绩快报公告 | 2026-02-27 | Chinese | ||
| 39883110 | 关于获得政府补助的公告 | 2026-02-06 | Chinese | ||
| 39883102 | 2025年年度业绩预告 | 2026-01-27 | Chinese | ||
| 39883022 | 董事、高级管理人员提前终止减持计划暨减持股份结果公告 | 2026-01-08 | Chinese | ||
|
2025
5 filings
| |||||
| 39883093 | 董事、高级管理人员所持本公司股份及其变动管理制度 | 2025-12-11 | Chinese | ||
| 39883084 | 员工借款管理制度 | 2025-12-11 | Chinese | ||
| 39883075 | 内部审计管理制度 | 2025-12-11 | Chinese | ||
| 39883068 | 投资者关系管理制度 | 2025-12-11 | Chinese | ||
| 39883063 | 关于变更签字注册会计师及项目质量控制复核人的公告 | 2025-12-11 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3ALogics. Inc.
Designs and develops NFC and RFID System-on-Chips (SoCs) fo…
|
177900 | KR | Manufacturing |
|
3peak Incorporated
Designs analog and mixed-signal ICs for signal chain and po…
|
688536 | CN | Manufacturing |
|
4DS MEMORY LIMITED
Develops Interface Switching ReRAM for high-density Storage…
|
4DS | AU | Manufacturing |
|
AAC Technologies Holdings Inc.
Global provider of sensory solutions and miniaturized compo…
|
2018 | KY | Manufacturing |
|
ABCO ELECTRONICS CO., LTD.
Manufacturer of passive electronic components like inductor…
|
036010 | KR | Manufacturing |
|
ABOV Semiconductor Co.,Ltd.
Designs and manufactures MCUs, touch sensors, and non-volat…
|
102120 | KR | Manufacturing |
|
Acbel
Designs and manufactures switching power supplies for 5G, m…
|
6282 | TW | Manufacturing |
|
Accelink Technologies Co., Ltd.
Produces optoelectronic components and modules for telecom …
|
002281 | CN | Manufacturing |
|
ACES
Global provider of high-precision electronic components and…
|
3605 | TW | Manufacturing |
|
ACTIONS TECHNOLOGY CO., LTD.
Designs low-power wireless and multimedia SoCs for audio an…
|
688049 | CN | Manufacturing |
VANCHIP(TIANJIN) 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/58189/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58189 | 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=58189 | 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=58189 \ -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": 58189}, 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 VANCHIP(TIANJIN) TECHNOLOGY CO.,LTD. (id: 58189)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.