Shenzhen AOTO Electronics Co.,Ltd. — Investor Relations & Filings
Shenzhen AOTO Electronics Co., Ltd. specializes in the research, development, and manufacturing of high-performance LED display systems and intelligent electronic solutions. The company provides a comprehensive portfolio of products, including fine-pitch LED displays, rental and staging screens, and specialized solutions for virtual production and XR studios. AOTO serves diverse global markets such as sports venues, transportation hubs, broadcasting, and digital out-of-home advertising. Its technology is characterized by high refresh rates, superior color reproduction, and advanced image processing capabilities. In addition to visual displays, the company develops financial electronic equipment and intelligent lighting systems. AOTO focuses on delivering integrated hardware and software solutions that enhance visual communication and operational efficiency for professional environments worldwide.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于2026年限制性股票激励计划内幕信息知情人及激励对象买卖公司股票情况的自查报告 | 2026-03-26 | Chinese | |
| 关于变更独立董事的公告 | 2026-03-26 | Chinese | |
| 2026年第一次临时股东会决议公告 | 2026-03-26 | Chinese | |
| 2026年限制性股票激励计划激励对象名单(授予日) | 2026-03-26 | Chinese | |
| 董事会薪酬与考核委员会关于公司2026年限制性股票激励计划激励对象名单(授予日)核查意见 | 2026-03-26 | Chinese | |
| 广东信达律师事务所关于公司2026年第一次临时股东会法律意见书 | 2026-03-26 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 36426146 | 关于2026年限制性股票激励计划内幕信息知情人及激励对象买卖公司股票情况的自查报告 | 2026-03-26 | Chinese | ||
| 36426143 | 关于变更独立董事的公告 | 2026-03-26 | Chinese | ||
| 36426139 | 2026年第一次临时股东会决议公告 | 2026-03-26 | Chinese | ||
| 36426138 | 2026年限制性股票激励计划激励对象名单(授予日) | 2026-03-26 | Chinese | ||
| 36426134 | 董事会薪酬与考核委员会关于公司2026年限制性股票激励计划激励对象名单(授予日)核查意见 | 2026-03-26 | Chinese | ||
| 36426133 | 广东信达律师事务所关于公司2026年第一次临时股东会法律意见书 | 2026-03-26 | Chinese | ||
| 36426132 | 北京市竞天公诚(深圳)律师事务所关于公司2026年限制性股票激励计划调整及授予相关事项的法律意见书 | 2026-03-26 | Chinese | ||
| 36426130 | 关于调整公司2026年限制性股票激励计划相关事项的公告 | 2026-03-26 | Chinese | ||
| 36426128 | 董事会薪酬与考核委员会关于公司2026年限制性股票激励计划激励对象名单的公示情况说明及核查意见 | 2026-03-20 | Chinese | ||
| 36426125 | 关于全资子公司变更注册地址的公告 | 2026-03-13 | Chinese | ||
| 36426116 | 2026年限制性股票激励计划(草案)摘要 | 2026-03-09 | Chinese | ||
| 36426112 | 北京市竞天公诚(深圳)律师事务所关于公司2026年限制性股票激励计划及2026年员工持股计划的法律意见书 | 2026-03-09 | Chinese | ||
| 36426111 | 董事会薪酬与考核委员会关于公司2026年员工持股计划及2026年限制性股票激励计划相关事项的核查意见 | 2026-03-09 | Chinese | ||
| 36426110 | 独立董事候选人声明与承诺(马秀敏) | 2026-03-09 | Chinese | ||
| 36426097 | 关于拟变更独立董事的公告 | 2026-03-09 | 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 |
|
Anker Innovations Technology Co., Ltd
Global leader in charging solutions and smart device ecosys…
|
300866 | CN | 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 |
Shenzhen AOTO Electronics 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/54613/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54613 | 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=54613 | 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=54613 \ -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": 54613}, 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 AOTO Electronics Co.,Ltd. (id: 54613)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.