
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 |
|---|---|---|---|
|
GLT
Designs and manufactures custom LED-based edge-lit light gu…
|
4935 | TW | Manufacturing |
|
GMT
Designs analog and mixed-signal ICs for power management an…
|
8081 | TW | Manufacturing |
|
GOLDENMAX INTERNATIONAL GROUP LTD.
Develops and manufactures copper clad laminates and prepreg…
|
002636 | CN | Manufacturing |
|
Goode EIS (Suzhou) Corp., Ltd.
Develops EMI shielding, thermal materials, and precision el…
|
301680 | CN | Manufacturing |
|
GRAND KANGXI COMMUNICATION TECHNOLOGIES (SHANGHAI) CO., LTD.
Designs high-performance RF front-end ICs for Wi-Fi, IoT, a…
|
688653 | CN | Manufacturing |
|
GREAT MICROWAVE TECHNOLOGY CO.,LTD.
Develops microwave and RF components for radar, satellite, …
|
688270 | CN | Manufacturing |
|
GRINM SEMICONDUCTOR MATERIALS CO., LTD.
Produces high-purity semiconductor silicon materials, inclu…
|
688432 | CN | Manufacturing |
|
GSI TECHNOLOGY INC
Designs high-performance memory solutions and specialized i…
|
GSIT | US | Manufacturing |
|
GTK
Provides turnkey IC assembly and testing services with lead…
|
2441 | TW | Manufacturing |
|
GUANDDONG FENGHUA ADVANCED TECHNOLOGY (HOLDING) CO., LTD
Manufactures high-end electronic components and basic elect…
|
000636 | CN | 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.