
Xi'an Novastar Tech Co., Ltd. — Investor Relations & Filings
Xi'an Novastar Tech Co., Ltd. specializes in the development and manufacturing of LED display control solutions. The company provides a comprehensive suite of hardware and software products, including control systems, video processors, and cloud-based management platforms. Its core offerings feature high-performance sending and receiving cards, alongside advanced calibration technologies designed to optimize image quality and color consistency. NovaStar’s solutions support high-resolution applications, including 4K and 8K video processing, catering to diverse sectors such as live entertainment, digital signage, and command centers. The company emphasizes innovation in image processing and data transmission, offering tools for remote monitoring and intelligent display network management. By delivering integrated visual technologies, NovaStar enables precise control and high-reliability performance for complex display environments globally.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 薪酬与考核委员会关于调整2025年限制性股票激励计划授予价格的核查意见 | 2026-06-04 | Chinese | |
| 关于调整2025年限制性股票激励计划授予价格的公告 | 2026-06-04 | Chinese | |
| 北京市中伦(深圳)律师事务所关于西安诺瓦星云科技股份有限公司2025年限制性股票激励计划授予价格调整事项的法律意见书 | 2026-06-04 | Chinese | |
| 关于变更董事会秘书的公告 | 2026-06-04 | Chinese | |
| 第三届董事会第十五次会议决议公告 | 2026-06-04 | Chinese | |
| 关于第五期股份回购实施结果暨股份变动的公告 | 2026-05-22 | Chinese |
Browse filings by year
3 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47965483 | 薪酬与考核委员会关于调整2025年限制性股票激励计划授予价格的核查意见 | 2026-06-04 | Chinese | ||
| 47965482 | 关于调整2025年限制性股票激励计划授予价格的公告 | 2026-06-04 | Chinese | ||
| 47965481 | 北京市中伦(深圳)律师事务所关于西安诺瓦星云科技股份有限公司2025年限制性股票激励计划授予价格调整事项的法律意见书 | 2026-06-04 | Chinese | ||
| 47965480 | 关于变更董事会秘书的公告 | 2026-06-04 | Chinese | ||
| 47965484 | 第三届董事会第十五次会议决议公告 | 2026-06-04 | Chinese | ||
| 46797034 | 关于第五期股份回购实施结果暨股份变动的公告 | 2026-05-22 | Chinese | ||
| 46797030 | 2025年年度权益分派实施公告 | 2026-05-22 | Chinese | ||
| 46352373 | 2025年年度股东会决议公告 | 2026-05-15 | Chinese | ||
| 46352387 | 北京市中伦(深圳)律师事务所关于西安诺瓦星云科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-15 | Chinese | ||
| 45194475 | 关于参加“2026年陕西辖区上市公司投资者集体接待日暨2025年度业绩说明会”的公告 | 2026-05-12 | Chinese | ||
| 44274116 | 关于第五期回购公司股份进展的公告 | 2026-05-07 | Chinese | ||
| 39568879 | 2025年度独立董事述职报告(闫玉新-已离任) | 2026-04-24 | Chinese | ||
| 39568875 | 董事、高级管理人员薪酬管理制度(2026年4月) | 2026-04-24 | Chinese | ||
| 39568873 | 关于“质量回报双提升”行动方案的进展公告 | 2026-04-24 | Chinese | ||
| 39568871 | 2025年度募集资金存放、管理与使用情况的专项报告 | 2026-04-24 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Enpro Inc.
Develops and manufactures engineered products for technolog…
|
NPO | US | Manufacturing |
|
EnSilica Plc
A fabless design house specializing in the design and suppl…
|
Silica | GB | Manufacturing |
|
EPi
Manufacturer of silicon and compound semiconductor epitaxia…
|
3016 | TW | Manufacturing |
|
Epileds
Develops and manufactures LED epitaxial wafers and chips fo…
|
4956 | TW | Manufacturing |
|
Epoxy Base Electronic Material Corporation Limited
Develops and manufactures high-performance electronic mater…
|
603002 | CN | Manufacturing |
|
ESMT
IC design company specializing in memory products and mixed…
|
3006 | TW | Manufacturing |
|
Espressif Systems (Shanghai) Co., Ltd.
Fabless semiconductor firm designing low-power wireless SoC…
|
688018 | CN | Manufacturing |
|
EV ADVANCED MATERIAL CO., LTD.
Manufacturer of Flexible Printed Circuit Boards for automot…
|
131400 | KR | Manufacturing |
|
EVERDISPLAY OPTRONICS (SHANGHAI) CO., LTD.
Specializes in R&D and production of high-performance AMOLE…
|
688538 | CN | Manufacturing |
|
EVERLIGHT
Specializes in the design and manufacturing of LEDs and opt…
|
2393 | TW | Manufacturing |
Xi'an Novastar 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/56376/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56376 | 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=56376 | 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=56376 \ -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": 56376}, 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 Xi'an Novastar Tech Co., Ltd. (id: 56376)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.