
辰光医疗 — Investor Relations & Filings
Shanghai Chenguang Medical Technologies Co., Ltd. specializes in the research, development, and manufacturing of core components for Magnetic Resonance Imaging (MRI) systems. The product portfolio includes high-performance radiofrequency (RF) coils, superconducting magnets, and gradient coils designed for clinical, preclinical, and veterinary applications. The company focuses on high-field and ultra-high-field MRI technology, providing customized hardware solutions and integrated components to global imaging equipment manufacturers. Its technical capabilities encompass electromagnetic simulation, structural design, and precision manufacturing of specialized imaging hardware.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于接待机构投资者调研情况的公告 | 2023-02-14 | Chinese | |
| 关于完成工商变更登记及公司章程备案并取得换发营业执照的公告 | 2023-02-08 | Chinese | |
| 关于全资子公司完成工商变更登记及公司章程备案并取得营业执照的公告 | 2023-02-05 | Chinese | |
| 上海市海华永泰律师事务所关于上海辰光医疗科技股份有限公司2023年第一次临时股东大会之法律意见书 | 2023-01-10 | Chinese | |
| 2023年第一次临时股东大会决议公告 | 2023-01-10 | Chinese | |
| 上海辰光医疗科技股份有限公司超额配售选择权实施结果公告 | 2023-01-09 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
9 filings
| |||||
| 37336333 | 关于接待机构投资者调研情况的公告 | 2023-02-14 | Chinese | ||
| 37336324 | 关于完成工商变更登记及公司章程备案并取得换发营业执照的公告 | 2023-02-08 | Chinese | ||
| 37336316 | 关于全资子公司完成工商变更登记及公司章程备案并取得营业执照的公告 | 2023-02-05 | Chinese | ||
| 37336309 | 上海市海华永泰律师事务所关于上海辰光医疗科技股份有限公司2023年第一次临时股东大会之法律意见书 | 2023-01-10 | Chinese | ||
| 37336271 | 2023年第一次临时股东大会决议公告 | 2023-01-10 | Chinese | ||
| 37336264 | 上海辰光医疗科技股份有限公司超额配售选择权实施结果公告 | 2023-01-09 | Chinese | ||
| 37336252 | 关于上海辰光医疗科技股份有限公司向不特定合格投资者公开发行股票并在北京证券交易所上市超额配售选择权实施情况的法律意见 | 2023-01-05 | Chinese | ||
| 37336243 | 海通证券股份有限公司关于上海辰光医疗科技股份有限公司向不特定合格投资者公开发行股票并在北京证券交易所上市超额配售选择权实施情况的核查意见 | 2023-01-05 | Chinese | ||
| 37336223 | 上海辰光医疗股份有限公司超额配售选择权实施公告 | 2023-01-05 | Chinese | ||
|
2022
6 filings
| |||||
| 37336215 | 股票解除限售公告 | 2022-12-25 | Chinese | ||
| 37336201 | 关于召开2023年第一次临时股东大会通知公告(提供网络投票) | 2022-12-22 | Chinese | ||
| 37336191 | 提供担保暨关联交易的公告 | 2022-12-22 | Chinese | ||
| 37336184 | 独立董事关于第四届董事会第十九次会议相关事项的事前认可意见及独立意见 | 2022-12-22 | Chinese | ||
| 37336178 | 第四届董事会第十九次会议决议公告 | 2022-12-22 | Chinese | ||
| 37336166 | 海通证券股份有限公司关于上海辰光医疗科技股份有限公司提供担保暨关联交易的核查意见 | 2022-12-22 | 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 |
|
AJJ MEDTECH HOLDINGS LIMITED
Integrated healthcare technology provider with high-tech me…
|
584 | SG | 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 |
辰光医疗 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/58803/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58803 | 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=58803 | 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=58803 \ -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": 58803}, 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 辰光医疗 (id: 58803)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.