
Wuhan Raycus Fiber Laser Technologies Co., Ltd. — Investor Relations & Filings
Wuhan Raycus Fiber Laser Technologies Co., Ltd. specializes in the research, development, and large-scale production of high-power fiber lasers and their core components. As a vertically integrated manufacturer, the company produces a comprehensive range of laser sources, including continuous wave (CW), pulsed, Q-switched, MOPA, and ultra-fast fiber lasers. These products are utilized across diverse applications such as precision cutting, welding, surface treatment, additive manufacturing, and marking. Raycus is recognized for its technological innovation in high-power laser technology, offering solutions that range from low-power units to ultra-high-power systems exceeding 100kW. By controlling the production of critical components like pump diodes and specialty fibers, the company ensures high reliability and performance for global industrial, medical, and scientific sectors.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于部分限制性股票回购注销完成的公告 | 2022-07-06 | Chinese | |
| 关于公司董事、高级管理人员卢昆忠先生减持计划期限届满暨实施情况的公告 | 2022-06-06 | Chinese | |
| 关于增补公司职工代表监事的公告 | 2022-05-20 | Chinese | |
| 关于回购注销部分股权激励限制性股票减资暨通知债权人的公告 | 2022-05-17 | Chinese | |
| 2021年年度股东大会决议的公告 | 2022-05-17 | Chinese | |
| 关于武汉锐科光纤激光技术股份有限公司2021年度股东大会的法律意见书 | 2022-05-17 | Chinese |
Browse filings by year
9 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
15 filings
| |||||
| 38854592 | 关于部分限制性股票回购注销完成的公告 | 2022-07-06 | Chinese | ||
| 38854584 | 关于公司董事、高级管理人员卢昆忠先生减持计划期限届满暨实施情况的公告 | 2022-06-06 | Chinese | ||
| 38854579 | 关于增补公司职工代表监事的公告 | 2022-05-20 | Chinese | ||
| 38854569 | 关于回购注销部分股权激励限制性股票减资暨通知债权人的公告 | 2022-05-17 | Chinese | ||
| 38854559 | 2021年年度股东大会决议的公告 | 2022-05-17 | Chinese | ||
| 38854547 | 关于武汉锐科光纤激光技术股份有限公司2021年度股东大会的法律意见书 | 2022-05-17 | Chinese | ||
| 38854539 | 关于职工代表监事李立波先生辞去监事职务的公告 | 2022-05-09 | Chinese | ||
| 38854525 | 关于公司与武汉市未来科技城建设管理办公室签署投资协议的进展公告 | 2022-04-29 | Chinese | ||
| 38854514 | 关于第三届董事会第九次会议有关事项的事前认可意见 | 2022-04-26 | Chinese | ||
| 38854500 | 关于召开2021年度股东大会的通知 | 2022-04-26 | Chinese | ||
| 38854487 | 关于预计2022年与航天科工财务有限责任公司开展贷款业务暨关联交易的公告 | 2022-04-26 | Chinese | ||
| 38854473 | 2022年一季度报告 | 2022-04-26 | Chinese | ||
| 38854462 | 关于航天科工财务有限责任公司2021年度风险持续评估报告 | 2022-04-26 | Chinese | ||
| 38854453 | 关于第三届董事会第九次会议有关事项的独立意见 | 2022-04-26 | Chinese | ||
| 38854441 | 第三届监事会第六次会议决议公告 | 2022-04-26 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of optical instruments and photographic equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ABILITY
ODM and EMS provider of advanced optical and digital imagin…
|
2374 | TW | Manufacturing |
|
Advanced Fiber Resources (Zhuhai), Ltd.
Manufacturer of high-power passive optical components for l…
|
300620 | CN | Manufacturing |
|
aiPlex
Specializes in digital imaging and automotive safety, focus…
|
6225 | TW | Manufacturing |
|
Aksh Optifibre Ltd.
Global manufacturer of optical fiber, cables, FRP rods, and…
|
AKSHOPTFBR | IN | Manufacturing |
|
Altek
Provider of digital imaging solutions and AI edge vision fo…
|
3059 | TW | Manufacturing |
|
APOGEE
Manufactures thin-film filters and optical components for t…
|
6426 | TW | Manufacturing |
|
Appotronics Corporation Limited
Develops ALPD laser display technology for cinema, home, an…
|
688007 | CN | Manufacturing |
|
ARASHI VISION INC.
Develops 360-degree cameras, action cameras, and profession…
|
688775 | CN | Manufacturing |
|
ASIA
Manufacturer of precision optical components, lenses, and o…
|
3019 | TW | Manufacturing |
|
Asukanet Company,Limited
Offers photo printing, funeral imaging, aerial display tech…
|
2438 | JP | Manufacturing |
Wuhan Raycus Fiber Laser Technologies 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/55721/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55721 | 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=55721 | 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=55721 \ -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": 55721}, 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 Wuhan Raycus Fiber Laser Technologies Co., Ltd. (id: 55721)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.