ACTIONS TECHNOLOGY CO., LTD. — Investor Relations & Filings
About ACTIONS TECHNOLOGY CO., LTD.
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-04-17 | Chinese | |
| 关于确认董事、高级管理人员2025年度薪酬及2026年度薪酬方案的公告 | 2026-03-29 | Chinese | |
| 关于2026年度“提质增效重回报”专项行动方案 | 2026-03-29 | Chinese | |
| 关于炬芯科技股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2026-03-29 | Chinese | |
| 2025年年度报告摘要 | 2026-03-29 | Chinese | |
| 申万宏源证券承销保荐有限责任公司关于炬芯科技股份有限公司2025年度募集资金存放、管理与实际使用情况的核查意见 | 2026-03-29 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 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 | ||
| 39396501 | 关于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 |
|---|---|---|---|
|
Ambiq Micro, Inc.
Develops ultra-low power semiconductors for battery-powered…
|
AMBQ | US | Manufacturing |
|
American Aires Inc.
Develops patented nanotechnology solutions for neutralizing…
|
WIFI | CA | Manufacturing |
|
AMKOR TECHNOLOGY, INC.
A leading provider of outsourced semiconductor assembly and…
|
AMKR | US | Manufacturing |
|
Amlogic (Shanghai) Co.,Ltd.
Global fabless semiconductor company specializing in multim…
|
688099 | CN | Manufacturing |
|
Amosense Co., Ltd.
Develops electronic components, modules, and IoT devices us…
|
357580 | KR | Manufacturing |
|
Amotech Co., Ltd.
Manufacturer of electronic components based on advanced mat…
|
052710 | KR | Manufacturing |
|
AMPHENOL CORP /DE/
Global designer and manufacturer of interconnect products, …
|
APH | US | Manufacturing |
|
AMS OSRAM AG
A global leader in optical solutions for sensing, illuminat…
|
AMS | AT | Manufacturing |
|
ANALOG DEVICES INC
Designs and manufactures high-performance analog, mixed-sig…
|
ADI | US | Manufacturing |
|
Anapass, Inc.
A fabless semiconductor company that designs System-on-Chip…
|
123860 | 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.