Anker Innovations Technology Co., Ltd — Investor Relations & Filings
Anker Innovations Technology Co., Ltd. is a global leader in consumer electronics, specializing in advanced charging solutions and smart device ecosystems. The company develops and markets a diverse portfolio of products under several specialized brands, including Anker, Soundcore, Eufy, Nebula, and AnkerMake. Its core offerings encompass high-speed charging accessories such as power banks, wall chargers, and cables, often utilizing proprietary PowerIQ and Gallium Nitride (GaN) technologies. Beyond charging, the company provides premium audio equipment, smart home security systems, robotic vacuum cleaners, and portable entertainment solutions. Anker Innovations focuses on delivering high-performance, reliable hardware designed to enhance mobile and digital lifestyles through continuous research and development in power management and smart connectivity.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 对外捐赠管理制度(2025年7月) | 2025-07-30 | Chinese | |
| 关于2024年限制性股票激励计划预留权益失效的公告 | 2025-07-30 | Chinese | |
| 2025年限制性股票激励计划首次授予激励对象名单 | 2025-07-30 | Chinese | |
| 关于召开2025年第三次临时股东会通知的公告 | 2025-07-30 | Chinese | |
| 关于2024年限制性股票激励计划首次授予部分第一个归属期归属结果暨股份上市的公告 | 2025-07-30 | Chinese | |
| 董事会薪酬与考核委员会关于2025年限制性股票激励计划首次授予激励对象名单的核查意见 | 2025-07-30 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 40074738 | 对外捐赠管理制度(2025年7月) | 2025-07-30 | Chinese | ||
| 40074731 | 关于2024年限制性股票激励计划预留权益失效的公告 | 2025-07-30 | Chinese | ||
| 40074718 | 2025年限制性股票激励计划首次授予激励对象名单 | 2025-07-30 | Chinese | ||
| 40074717 | 关于召开2025年第三次临时股东会通知的公告 | 2025-07-30 | Chinese | ||
| 40074702 | 关于2024年限制性股票激励计划首次授予部分第一个归属期归属结果暨股份上市的公告 | 2025-07-30 | Chinese | ||
| 40074696 | 董事会薪酬与考核委员会关于2025年限制性股票激励计划首次授予激励对象名单的核查意见 | 2025-07-30 | Chinese | ||
| 40074688 | 第四届董事会第二次会议决议公告 | 2025-07-30 | Chinese | ||
| 40074675 | 2025年限制性股票激励计划(草案)摘要 | 2025-07-30 | Chinese | ||
| 40074673 | 创业板上市公司股权激励计划自查表 | 2025-07-30 | Chinese | ||
| 40074661 | 关于部分募投项目增加实施主体及开立募集资金专户的公告 | 2025-07-17 | Chinese | ||
| 40074660 | 中国国际金融股份有限公司关于安克创新科技股份有限公司部分募投项目增加实施主体及开立募集资金专户的核查意见 | 2025-07-17 | Chinese | ||
| 40074649 | 关于董事会完成换届选举、聘任高级管理人员、证券事务代表及由财务负责人代行董事会秘书职责的公告 | 2025-07-17 | Chinese | ||
| 40074640 | 关于使用自有资金、外汇等方式支付募投项目款项并以募集资金等额置换的公告 | 2025-07-17 | Chinese | ||
| 40074628 | 第四届董事会第一次会议决议公告 | 2025-07-17 | Chinese | ||
| 40074616 | 中国国际金融股份有限公司关于安克创新科技股份有限公司使用自有资金、外汇等方式支付募投项目款项并以募集资金等额置换的核查意见 | 2025-07-17 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of consumer electronics
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Able View Global Inc.
A cross-border brand management firm for beauty and wellnes…
|
ABLV | US | Manufacturing |
|
Action Electronics Co., Ltd.
Manufacturer of mobile AV equipment, consumer electronics, …
|
3024 | TW | Manufacturing |
|
Alco Holdings Limited
Designs, manufactures, and sells consumer electronic produc…
|
328 | HK | Manufacturing |
|
AMPACS Corporation
Global provider of electroacoustic solutions and smart elec…
|
6743 | TW | Manufacturing |
|
AmTRAN Technology Co., Ltd.
Developer and manufacturer of advanced display, audio, and …
|
2489 | TW | Manufacturing |
|
ANAM ELECTRONICS CO.,LTD
An ODM/OEM of high-value audio and digital video products f…
|
008700 | KR | Manufacturing |
|
Arham Technologies Limited
Produces consumer electronics and home appliances, offering…
|
ARHAM | IN | Manufacturing |
|
ATOMOS LIMITED
Designs video monitoring and recording equipment for digita…
|
AMS | AU | Manufacturing |
|
Axil Brands, Inc.
Manufactures hearing products for protection, enhancement, …
|
AXIL | US | Manufacturing |
|
Aztech Innovations Inc.
Technology provider specializing in consumer electronics, G…
|
— | CA | Manufacturing |
Anker Innovations 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/55835/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55835 | 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=55835 | 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=55835 \ -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": 55835}, 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 Anker Innovations Technology Co., Ltd (id: 55835)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.