
Shenzhen Ampron Technology Co., Ltd. — Investor Relations & Filings
Shenzhen Ampron Technology Co., Ltd. specializes in the research, development, and manufacturing of advanced temperature sensing solutions and electronic components. The company’s core product portfolio includes high-precision NTC and PTC thermistors, temperature sensors, and varistors. These components are engineered for critical applications across diverse sectors, including automotive electronics, home appliances, industrial automation, and medical equipment. Ampron focuses on providing reliable thermal management solutions, particularly for electric vehicle battery systems and HVAC units. The company maintains rigorous quality standards, holding certifications such as IATF 16949, ensuring high performance and stability in demanding environments. Through continuous innovation in material science and manufacturing processes, Ampron delivers customized sensing solutions to meet specific technical requirements for global clients.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 深圳安培龙科技股份有限公司内部控制审计报告【众环审字(2026)0101157号】 | 2026-04-23 | Chinese | |
| 关于2025年度计提资产减值准备的公告 | 2026-04-23 | Chinese | |
| 第四届董事会第十四次会议决议公告 | 2026-04-23 | Chinese | |
| 关于确认董事、高级管理人员2025年度薪酬的公告 | 2026-04-23 | Chinese | |
| 2026年一季度报告 | 2026-04-23 | Chinese | |
| 华泰联合证券有限责任公司关于深圳安培龙科技股份有限公司2025年度募集资金存放、管理与使用情况专项核查报告 | 2026-04-23 | Chinese |
Browse filings by year
4 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39438121 | 深圳安培龙科技股份有限公司内部控制审计报告【众环审字(2026)0101157号】 | 2026-04-23 | Chinese | ||
| 39437814 | 关于2025年度计提资产减值准备的公告 | 2026-04-23 | Chinese | ||
| 39437811 | 第四届董事会第十四次会议决议公告 | 2026-04-23 | Chinese | ||
| 39437810 | 关于确认董事、高级管理人员2025年度薪酬的公告 | 2026-04-23 | Chinese | ||
| 39437807 | 2026年一季度报告 | 2026-04-23 | Chinese | ||
| 39437806 | 华泰联合证券有限责任公司关于深圳安培龙科技股份有限公司2025年度募集资金存放、管理与使用情况专项核查报告 | 2026-04-23 | Chinese | ||
| 39437804 | 2025年年度报告摘要 | 2026-04-23 | Chinese | ||
| 39437801 | 关于举办2025年年度暨2026年第一季度业绩说明会的公告 | 2026-04-23 | Chinese | ||
| 39437790 | 关于变更公司注册资本、修订《公司章程》并办理工商变更登记的公告 | 2026-04-23 | Chinese | ||
| 39437789 | 关于召开2025年年度股东会的通知 | 2026-04-23 | Chinese | ||
| 39437788 | 关于2025年年度募集资金存放、管理与使用情况的专项报告 | 2026-04-23 | Chinese | ||
| 39437778 | 关于深圳安培龙科技股份有限公司募集资金年度存放、管理与实际使用情况的鉴证报告【众环专字(2026)0100692号】 | 2026-04-23 | Chinese | ||
| 39437772 | 公司对会计师事务所履职情况评估报告 | 2026-04-23 | Chinese | ||
| 39437771 | 华泰联合证券有限责任公司关于深圳安培龙科技股份有限公司向特定对象发行股票并在创业板上市之上市保荐书(修订稿) | 2026-03-26 | Chinese | ||
| 39437763 | 关于公司2026年向特定对象发行股票的审核问询函回复及募集说明书等申请文件更新的提示性公告 | 2026-03-26 | 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 |
Shenzhen Ampron 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/56298/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56298 | 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=56298 | 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=56298 \ -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": 56298}, 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 Shenzhen Ampron Technology Co., Ltd. (id: 56298)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.