
ACTIONS TECHNOLOGY CO., LTD. — Investor Relations & Filings
Actions Technology Co., Ltd. is a fabless semiconductor company specializing in the design and development of low-power wireless communication and high-performance multimedia System-on-Chip (SoC) solutions. The company focuses on providing integrated circuits for consumer electronics, particularly in the audio and smart wearable sectors. Its product portfolio includes Bluetooth audio SoCs, portable multimedia SoCs, and smart voice interaction chips. These solutions are designed for applications such as wireless speakers, headphones, smart home devices, and IoT peripherals. Actions Technology emphasizes high-fidelity audio processing, low latency, and energy efficiency to support advanced wireless connectivity and intelligent voice features. The company provides comprehensive hardware and software development platforms to enable rapid product deployment for global consumer electronics brands.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 炬芯科技股份有限公司2025年年度股东会会议资料 | 2026-05-11 | Chinese | |
| 关于参加十五五·科技自立自强——科创板集成电路核心技术攻关之2025年度数字芯片设计行业集体业绩说明会的公告 | 2026-04-17 | Chinese | |
| 关于确认董事、高级管理人员2025年度薪酬及2026年度薪酬方案的公告 | 2026-03-29 | Chinese | |
| 关于2026年度“提质增效重回报”专项行动方案 | 2026-03-29 | Chinese | |
| 关于炬芯科技股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2026-03-29 | Chinese | |
| 2025年年度报告摘要 | 2026-03-29 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 45018112 | 炬芯科技股份有限公司2025年年度股东会会议资料 | 2026-05-11 | Chinese | ||
| 34826846 | 关于参加十五五·科技自立自强——科创板集成电路核心技术攻关之2025年度数字芯片设计行业集体业绩说明会的公告 | 2026-04-17 | Chinese | ||
| 39396565 | 关于确认董事、高级管理人员2025年度薪酬及2026年度薪酬方案的公告 | 2026-03-29 | Chinese | ||
| 39396556 | 关于2026年度“提质增效重回报”专项行动方案 | 2026-03-29 | Chinese | ||
| 39396553 | 关于炬芯科技股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2026-03-29 | Chinese | ||
| 39396552 | 2025年年度报告摘要 | 2026-03-29 | Chinese | ||
| 39396548 | 申万宏源证券承销保荐有限责任公司关于炬芯科技股份有限公司2025年度募集资金存放、管理与实际使用情况的核查意见 | 2026-03-29 | Chinese | ||
| 39396537 | 董事会关于独立董事独立性情况的专项意见 | 2026-03-29 | Chinese | ||
| 39396533 | 2025年度会计师事务所的履职情况评估报告及审计委员会履行监督职责情况报告 | 2026-03-29 | Chinese | ||
| 39396531 | 2025年度独立董事述职报告(韩美云) | 2026-03-29 | Chinese | ||
| 39396527 | 董事会审计委员会2025年年度履职报告 | 2026-03-29 | Chinese | ||
| 39396522 | 2025年度独立董事述职报告(潘立生) | 2026-03-29 | Chinese | ||
| 39396516 | 董事、高级管理人员薪酬管理制度 | 2026-03-29 | Chinese | ||
| 39396509 | 2025年度审计报告 | 2026-03-29 | Chinese | ||
| 39396506 | 2025年度独立董事述职报告(陈军宁) | 2026-03-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
p-ban.com Corp.
E-commerce platform offering a one-stop solution for PCB de…
|
3559 | JP | Manufacturing |
|
P.C.B. Technologies Ltd.
Provider of high-reliability PCB fabrication, assembly, and…
|
PCBT | IL | Manufacturing |
|
PCL Technologies, Inc.
Develops and manufactures optical transceivers for data cen…
|
4977 | TW | Manufacturing |
|
Pentastone Electronics, Inc.
Manufactures wireless communication parts for mobile, autom…
|
332570 | KR | Manufacturing |
|
Peraso Inc.
Fabless semiconductor company developing high-performance m…
|
PRSO | US | Manufacturing |
|
Phoenitron Holdings Limited
Contract manufacturing and sale of smart cards and plastic …
|
8066 | HK | Manufacturing |
|
Phoenix Silicon International Corporation
Specialized provider of semiconductor wafer reclamation and…
|
8028 | TW | Manufacturing |
|
PHOTON CO., LTD
Manufacturer of components for smartphone camera modules, i…
|
208710 | KR | Manufacturing |
|
PHOTRONICS INC
Global manufacturer of photomasks for the semiconductor and…
|
PLAB | US | Manufacturing |
|
Pixelplus. Co., Ltd.
Fabless semiconductor company designing CMOS image sensors …
|
087600 | KR | Manufacturing |
ACTIONS 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/58099/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58099 | 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=58099 | 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=58099 \ -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": 58099}, 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 ACTIONS TECHNOLOGY CO., LTD. (id: 58099)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.