Amlogic (Shanghai) Co.,Ltd. — Investor Relations & Filings
About Amlogic (Shanghai) Co.,Ltd.
Amlogic (Shanghai) Co., Ltd. is a global fabless semiconductor company specializing in the design, development, and application of high-performance multimedia System-on-a-Chip (SoC) solutions. The company provides highly integrated processors for a wide range of consumer electronics, including smart televisions, over-the-top (OTT) and internet protocol television (IPTV) set-top boxes, smart home devices, and automotive infotainment systems. Amlogic's technology focuses on advanced video processing, high-definition audio, and power-efficient computing architectures. By leveraging proprietary intellectual property and advanced process nodes, the company delivers scalable hardware and software solutions that support various operating systems and global broadcasting standards. Its products are utilized by leading global brands to enable immersive multimedia experiences and intelligent connectivity across diverse digital platforms.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 晶晨股份董事会薪酬与考核委员会关于公司2026年限制性股票激励计划激励对象名单的公示情况说明及核查意见 | 2026-04-14 | Chinese | |
| 晶晨股份关于召开2025年年度业绩暨现金分红说明会的公告 | 2026-04-02 | Chinese | |
| 晶晨股份关于以集中竞价交易方式回购公司股份的进展公告 | 2026-04-01 | Chinese | |
| 晶晨股份2026年限制性股票激励计划实施考核管理办法 | 2026-03-30 | Chinese | |
| 晶晨股份2026年限制性股票激励计划激励对象名单 | 2026-03-30 | Chinese | |
| 晶晨股份2025年度内部控制审计报告 | 2026-03-30 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 34905526 | 晶晨股份董事会薪酬与考核委员会关于公司2026年限制性股票激励计划激励对象名单的公示情况说明及核查意见 | 2026-04-14 | Chinese | ||
| 39031851 | 晶晨股份关于召开2025年年度业绩暨现金分红说明会的公告 | 2026-04-02 | Chinese | ||
| 39031847 | 晶晨股份关于以集中竞价交易方式回购公司股份的进展公告 | 2026-04-01 | Chinese | ||
| 39031845 | 晶晨股份2026年限制性股票激励计划实施考核管理办法 | 2026-03-30 | Chinese | ||
| 39031841 | 晶晨股份2026年限制性股票激励计划激励对象名单 | 2026-03-30 | Chinese | ||
| 39031834 | 晶晨股份2025年度内部控制审计报告 | 2026-03-30 | Chinese | ||
| 39031640 | 晶晨股份第三届董事会第二十四次会议决议公告 | 2026-03-30 | Chinese | ||
| 39031639 | 晶晨股份2025年度独立董事述职报告-李翰杰 | 2026-03-30 | Chinese | ||
| 39031630 | 晶晨股份关于董事会换届选举的公告 | 2026-03-30 | Chinese | ||
| 39031628 | 晶晨股份独立董事候选人声明与承诺(冯义晶) | 2026-03-30 | Chinese | ||
| 39031625 | 晶晨股份审计委员会2025年度履职情况报告 | 2026-03-30 | Chinese | ||
| 39031623 | 晶晨股份独立董事提名人声明与承诺(冯义晶) | 2026-03-30 | Chinese | ||
| 39031621 | 晶晨股份2025年审计报告 | 2026-03-30 | Chinese | ||
| 39031092 | 晶晨股份关于战略决策委员会调整为战略决策与ESG委员会、修订《公司章程》及部分管理制度的公告 | 2026-03-30 | Chinese | ||
| 39031087 | 晶晨股份2026年限制性股票激励计划(草案) | 2026-03-30 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AJIN ELECTRONIC COMPONENTS CO.,LTD
Manufacturer of electronic components for electric and hydr…
|
009320 | KR | Manufacturing |
|
Alchip Technologies, Limited
Global provider of silicon design and production services f…
|
3661 | TW | Manufacturing |
|
ALi Corporation
Global provider of digital multimedia SoC solutions for set…
|
3041 | TW | Manufacturing |
|
ALLEGRO MICROSYSTEMS, INC.
Designs and manufactures semiconductor ICs for sensing and …
|
ALGM | US | Manufacturing |
|
Allwinner Technology Co., Ltd.
Fabless semiconductor firm designing high-performance SoCs …
|
300458 | CN | Manufacturing |
|
Alphachips, Inc.
A fabless semiconductor firm providing design services and …
|
117670 | KR | Manufacturing |
|
ALPHA & OMEGA SEMICONDUCTOR Ltd
Designer, developer, and global supplier of a broad range o…
|
AOSL | BM | Manufacturing |
|
Alphawave IP Group PLC
Semiconductor company specializing in high-speed connectivi…
|
AWE | GB | Manufacturing |
|
ALPS ALPINE CO., LTD.
Manufacturer of electronic components and in-vehicle inform…
|
6770 | JP | Manufacturing |
|
ALT Co.,Ltd.
Specializes in back-end processing and testing of non-memor…
|
172670 | KR | Manufacturing |
Amlogic (Shanghai) 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/58144/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58144 | 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=58144 | 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=58144 \ -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": 58144}, 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 Amlogic (Shanghai) Co.,Ltd. (id: 58144)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.