Ocean's King Lighting Science & Technology Co., Ltd. — Investor Relations & Filings
Ocean's King Lighting Science & Technology Co., Ltd. specializes in the research, development, manufacture, and distribution of professional lighting solutions designed for demanding industrial environments. The company provides a comprehensive portfolio of high-performance lighting equipment, including explosion-proof fixtures, mobile lighting towers, portable searchlights, and fixed industrial LED systems. Its products are engineered to operate reliably in hazardous and extreme conditions, catering to sectors such as oil and gas, petrochemicals, power generation, metallurgy, and emergency services. Ocean's King focuses on technological innovation to deliver energy-efficient, durable, and high-intensity lighting that enhances safety and operational efficiency in large-scale industrial facilities and specialized infrastructure projects.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于使用闲置自有资金进行现金管理的进展公告 | 2025-12-22 | Chinese | |
| 关于2025年限制性股票激励计划限制性股票登记完成的公告 | 2025-11-18 | Chinese | |
| 2025年限制性股票激励计划激励对象名单(授予日) | 2025-10-28 | Chinese | |
| 董事会薪酬与考核委员会关于2025年限制性股票激励计划激励对象名单(授予日)的核查意见 | 2025-10-28 | Chinese | |
| 广东华商律师事务所关于海洋王照明科技股份有限公司向2025年限制性股票激励计划激励对象授予限制性股票相关事项的法律意见书 | 2025-10-28 | Chinese | |
| 第六届监事会2025年第六次临时会议决议公告 | 2025-10-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 36980501 | 关于使用闲置自有资金进行现金管理的进展公告 | 2025-12-22 | Chinese | ||
| 36980492 | 关于2025年限制性股票激励计划限制性股票登记完成的公告 | 2025-11-18 | Chinese | ||
| 36980484 | 2025年限制性股票激励计划激励对象名单(授予日) | 2025-10-28 | Chinese | ||
| 36980473 | 董事会薪酬与考核委员会关于2025年限制性股票激励计划激励对象名单(授予日)的核查意见 | 2025-10-28 | Chinese | ||
| 36980468 | 广东华商律师事务所关于海洋王照明科技股份有限公司向2025年限制性股票激励计划激励对象授予限制性股票相关事项的法律意见书 | 2025-10-28 | Chinese | ||
| 36980459 | 第六届监事会2025年第六次临时会议决议公告 | 2025-10-28 | Chinese | ||
| 36980451 | 关于第二期员工持股计划锁定期届满的提示性公告 | 2025-10-28 | Chinese | ||
| 36980447 | 监事会关于2025年限制性股票激励计划激励对象名单(授予日)的核查意见 | 2025-10-28 | Chinese | ||
| 36980439 | 上海荣正企业咨询服务(集团)股份有限公司关于海洋王照明科技股份有限公司2025年限制性股票激励计划授予相关事项之独立财务顾问报告 | 2025-10-28 | Chinese | ||
| 36980430 | 关于向2025年限制性股票激励计划激励对象授予限制性股票的公告 | 2025-10-28 | Chinese | ||
| 36980421 | 第六届董事会2025年第六次临时会议决议公告 | 2025-10-28 | Chinese | ||
| 36980410 | 关于完成工商变更登记的公告 | 2025-10-28 | Chinese | ||
| 36980404 | 第六届监事会2025年第五次临时会议决议公告 | 2025-10-27 | Chinese | ||
| 36980397 | 第六届董事会2025年第五次临时会议决议公告 | 2025-10-27 | Chinese | ||
| 36980390 | 2025年三季度报告 | 2025-10-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of lighting equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ACUITY INC. (DE)
Industrial technology company providing solutions for light…
|
AYI | US | Manufacturing |
|
AG VENTURES LIMITED
Produces LED lighting and electronic components with invest…
|
506579 | IN | Manufacturing |
|
APEX INTEC Co.,LTD.
Manufacturer specializing in LED lighting and renewable ene…
|
207490 | KR | Manufacturing |
|
Artemis Electricals and Projects Limited
Manufactures LED lighting and provides electrical project d…
|
AEPL | IN | Manufacturing |
|
Beghelli
Manufactures lighting equipment and electronic systems for …
|
BGQ | IT | Manufacturing |
|
Bortex Global Limited
Designs, manufactures, and distributes LED lighting product…
|
8118 | HK | Manufacturing |
|
Brilliant AG
European supplier of a wide range of indoor and outdoor lig…
|
BAG | DE | Manufacturing |
|
Calcom Vision Ltd.
ODM and OEM for energy-efficient LED lighting products and …
|
517236 | IN | Manufacturing |
|
Changzhou Xingyu Automotive Lighting Systems Co., Ltd.
Designs and manufactures automotive lighting and LED system…
|
601799 | CN | Manufacturing |
|
China Electric Manufacturing Corporation
Manufacturer of lighting solutions, electrical components, …
|
1611 | TW | Manufacturing |
Ocean's King Lighting Science & 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/54739/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54739 | 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=54739 | 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=54739 \ -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": 54739}, 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 Ocean's King Lighting Science & Technology Co., Ltd. (id: 54739)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.