
XGIMI TECH CO., LTD. — Investor Relations & Filings
XGIMI TECH CO., LTD. specializes in the design and manufacture of high-performance multi-functional smart projectors and laser TVs. The company focuses on integrating advanced projection technology with smart operating systems to provide immersive home cinema experiences. Its product portfolio includes portable, home, and premium laser projectors, often featuring high-resolution imaging, long-lasting LED or laser light sources, and integrated high-fidelity audio systems developed in collaboration with partners like Harman Kardon. XGIMI is recognized for its Intelligent Screen Adaption (ISA) technology, which automates setup processes such as auto-focus, keystone correction, and screen alignment. By combining hardware innovation with user-centric software, the company serves a global market seeking versatile, plug-and-play display solutions for entertainment, business, and education.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2021年年度报告全文 | 2022-04-21 | Chinese | |
| 关于极米科技2021年度持续督导工作现场检查报告 | 2022-04-11 | Chinese | |
| 极米科技2022年第一次临时股东大会决议公告 | 2022-04-06 | Chinese | |
| 北京金杜(成都)律师事务所关于成都极米科技股份有限公司2022年第一次临时股东大会之法律意见书 | 2022-04-06 | Chinese | |
| 极米科技关于获得政府补助的公告 | 2022-03-25 | Chinese | |
| 成都极米科技股份有限公司2022年第一次临时股东大会会议资料 | 2022-03-25 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
15 filings
| |||||
| 39319991 | 2021年年度报告全文 | 2022-04-21 | Chinese | ||
| 39319910 | 关于极米科技2021年度持续督导工作现场检查报告 | 2022-04-11 | Chinese | ||
| 39319901 | 极米科技2022年第一次临时股东大会决议公告 | 2022-04-06 | Chinese | ||
| 39319889 | 北京金杜(成都)律师事务所关于成都极米科技股份有限公司2022年第一次临时股东大会之法律意见书 | 2022-04-06 | Chinese | ||
| 39319883 | 极米科技关于获得政府补助的公告 | 2022-03-25 | Chinese | ||
| 39319876 | 成都极米科技股份有限公司2022年第一次临时股东大会会议资料 | 2022-03-25 | Chinese | ||
| 39319871 | 极米科技关于新开立募集资金专户并签署募集资金专户存储三方监管协议的公告 | 2022-03-24 | Chinese | ||
| 39319861 | 极米科技关于持股5%以上股东权益变动超过1%的提示性公告 | 2022-03-23 | Chinese | ||
| 39319853 | 中国国际金融股份有限公司关于成都极米科技股份有限公司2022年度日常关联交易预计额度增加的核查意见 | 2022-03-18 | Chinese | ||
| 39319840 | 独立董事关于第一届董事会第三十次会议审议事项的独立意见 | 2022-03-18 | Chinese | ||
| 39319832 | 独立董事关于第一届董事会第三十次会议审议事项的事前认可意见 | 2022-03-18 | Chinese | ||
| 39319822 | 独立董事关于第一届董事会第十三次会议审议事项的独立意见 | 2022-03-18 | Chinese | ||
| 39319808 | 中国国际金融股份有限公司关于成都极米科技股份有限公司使用部分暂时闲置募集资金进行现金管理的核查意见 | 2022-03-18 | Chinese | ||
| 39319799 | 极米科技关于2022年度日常关联交易预计额度增加的公告 | 2022-03-18 | Chinese | ||
| 39319787 | 极米科技关于召开2022年第一次临时股东大会的通知 | 2022-03-18 | 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
Manufacturer of mobile AV equipment, consumer electronics, …
|
3024 | TW | Manufacturing |
|
Alco Holdings Limited
Designs, manufactures, and sells consumer electronic produc…
|
328 | HK | Manufacturing |
|
AMPACS
Global provider of electroacoustic solutions and smart elec…
|
6743 | TW | Manufacturing |
|
AMTRAN
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 |
XGIMI TECH 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/58594/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58594 | 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=58594 | 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=58594 \ -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": 58594}, 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 XGIMI TECH CO., LTD. (id: 58594)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.