Qingdao Novelbeam Technology Co.,Ltd. — Investor Relations & Filings
About Qingdao Novelbeam Technology Co.,Ltd.
Qingdao Novelbeam Technology Co., Ltd. specializes in the research, development, and manufacturing of advanced optical and medical imaging solutions. The company provides high-definition and fluorescence imaging systems, including endoscopic light sources, camera systems, and medical-grade monitors. Its product portfolio encompasses precision optical components such as lenses, prisms, and filters utilized in both medical and industrial applications. Novelbeam is distinguished by its expertise in fluorescence visualization technology, which enhances surgical precision and diagnostic accuracy. By integrating optical design with electronic and mechanical engineering, the company delivers comprehensive imaging equipment and core components to global markets, supporting minimally invasive surgery and high-end diagnostic procedures.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 海泰新光关于董事会战略委员会调整为董事会战略与可持续发展委员会并修订相关工作细则的公告 | 2026-04-24 | Chinese | |
| 国泰海通证券股份有限公司关于海泰新光使用部分暂时闲置募集资金进行现金管理及募集资金余额以协定存款方式存放的核查意见 | 2026-04-24 | Chinese | |
| 海泰新光关于2026年度董事和高级管理人员薪酬方案的公告 | 2026-04-24 | Chinese | |
| 海泰新光2025年度董事会审计委员会履职情况报告 | 2026-04-24 | Chinese | |
| 海泰新光2025年年度报告 | 2026-04-24 | Chinese | |
| 海泰新光内部审计制度 | 2026-04-24 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39976017 | 海泰新光关于董事会战略委员会调整为董事会战略与可持续发展委员会并修订相关工作细则的公告 | 2026-04-24 | Chinese | ||
| 39976015 | 国泰海通证券股份有限公司关于海泰新光使用部分暂时闲置募集资金进行现金管理及募集资金余额以协定存款方式存放的核查意见 | 2026-04-24 | Chinese | ||
| 39976014 | 海泰新光关于2026年度董事和高级管理人员薪酬方案的公告 | 2026-04-24 | Chinese | ||
| 39975995 | 海泰新光2025年度董事会审计委员会履职情况报告 | 2026-04-24 | Chinese | ||
| 39975994 | 海泰新光2025年年度报告 | 2026-04-24 | Chinese | ||
| 39975964 | 海泰新光内部审计制度 | 2026-04-24 | Chinese | ||
| 39975958 | 国泰海通证券股份有限公司关于海泰新光2025年度募集资金存放与实际使用情况的专项核查意见 | 2026-04-24 | Chinese | ||
| 39975957 | 海泰新光2025年年度报告摘要 | 2026-04-24 | Chinese | ||
| 39975954 | 海泰新光第四届董事会第十二次会议决议公告 | 2026-04-24 | Chinese | ||
| 39975939 | 海泰新光2025年度独立董事述职报告-李勇 | 2026-04-24 | Chinese | ||
| 39975933 | 海泰新光2025年内部控制评价报告 | 2026-04-24 | Chinese | ||
| 39975920 | 海泰新光2025年度利润分配方案的公告 | 2026-04-24 | Chinese | ||
| 39975906 | 海泰新光董事和高级管理人员薪酬管理制度 | 2026-04-24 | Chinese | ||
| 39975905 | 海泰新光2025年非经营性资金占用及其他关联资金往来情况 | 2026-04-24 | Chinese | ||
| 39975902 | 海泰新光2025年募集资金存放与实际使用情况鉴证报告 | 2026-04-24 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of irradiation, electromedical and electrotherapeutic equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aakaar Medical Technologies Limited
Manufactures advanced laser and aesthetic devices for derma…
|
AAKAAR | IN | Manufacturing |
|
Acarix
Develops AI-powered acoustic devices for non-invasive diagn…
|
ACARIX | SE | Manufacturing |
|
ACCURAY INC
Develops and sells advanced radiation therapy systems for c…
|
ARAY | US | Manufacturing |
|
ADHERIUM LIMITED
Develops connected medical devices and software for chronic…
|
ADR | AU | Manufacturing |
|
Advanced Medical Equipment Spolka Akcyjna
Develops a non-invasive device to monitor blood sugar by an…
|
AME | PL | Manufacturing |
|
Agfa-Gevaert NV
Develops imaging systems, IT solutions, and advanced materi…
|
AGFB | BE | Manufacturing |
|
Alcon AG
A medical company specializing in surgical equipment and vi…
|
ALC | CH | Manufacturing |
|
Andon Health Co.,Ltd.
Develops electronic medical devices and IoT-integrated heal…
|
002432 | CN | Manufacturing |
|
Annidis Corporation
Develops proprietary Multi-Spectral Imaging systems for ear…
|
RHA | CA | Manufacturing |
|
Apex Biotechnology Corp.
Developer and manufacturer of IVD solutions, biosensors, an…
|
1733 | TW | Manufacturing |
Qingdao Novelbeam 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/58577/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58577 | 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=58577 | 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=58577 \ -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": 58577}, 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 Qingdao Novelbeam Technology Co.,Ltd. (id: 58577)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.