Bomesc Offshore Engineering Company Limited — Investor Relations & Filings
About Bomesc Offshore Engineering Company Limited
Bomesc Offshore Engineering Company Limited provides comprehensive Engineering, Procurement, and Construction (EPC) services for global energy and mining projects. The company specializes in the design and fabrication of large-scale modular solutions, including modules for Floating Production Storage and Offloading (FPSO) vessels, Liquefied Natural Gas (LNG) facilities, and offshore platforms. Its core operations focus on delivering high-quality, integrated modules for resource processing, chemical production, and mineral extraction. By leveraging advanced engineering capabilities and extensive yard facilities, the company supports complex international projects with a focus on safety, technical precision, and efficient modular delivery.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 博迈科海洋工程股份有限公司第五届董事会第六次会议决议公告 | 2025-12-31 | Chinese | |
| 博迈科海洋工程股份有限公司关于为控股子公司提供担保的公告 | 2025-12-31 | Chinese | |
| 博迈科海洋工程股份有限公司第五届董事会第五次会议决议公告 | 2025-10-30 | Chinese | |
| 博迈科海洋工程股份有限公司2025年第三季度报告 | 2025-10-30 | Chinese | |
| 博迈科海洋工程股份有限公司关于召开2025年第三季度业绩说明会的公告 | 2025-10-22 | Chinese | |
| 博迈科海洋工程股份有限公司关于为控股子公司提供担保的进展公告 | 2025-10-09 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 37855683 | 博迈科海洋工程股份有限公司第五届董事会第六次会议决议公告 | 2025-12-31 | Chinese | ||
| 37855677 | 博迈科海洋工程股份有限公司关于为控股子公司提供担保的公告 | 2025-12-31 | Chinese | ||
| 37855669 | 博迈科海洋工程股份有限公司第五届董事会第五次会议决议公告 | 2025-10-30 | Chinese | ||
| 37855664 | 博迈科海洋工程股份有限公司2025年第三季度报告 | 2025-10-30 | Chinese | ||
| 37855656 | 博迈科海洋工程股份有限公司关于召开2025年第三季度业绩说明会的公告 | 2025-10-22 | Chinese | ||
| 37855647 | 博迈科海洋工程股份有限公司关于为控股子公司提供担保的进展公告 | 2025-10-09 | Chinese | ||
| 37855640 | 博迈科海洋工程股份有限公司及全资子公司关于签订重大合同的公告 | 2025-10-08 | Chinese | ||
| 37855635 | 博迈科海洋工程股份有限公司关于参加2025年天津辖区上市公司投资者网上集体接待日活动的公告 | 2025-09-02 | Chinese | ||
| 37855627 | 博迈科海洋工程股份有限公司关于公司董事离任暨选举职工代表董事的公告 | 2025-08-11 | Chinese | ||
| 37855620 | 北京市中伦律师事务所关于博迈科海洋工程股份有限公司2025年第一次临时股东大会的法律意见书 | 2025-08-11 | Chinese | ||
| 37855600 | 博迈科海洋工程股份有限公司2025年第一次临时股东大会决议公告 | 2025-08-11 | Chinese | ||
| 37855593 | 博迈科海洋工程股份有限公司2025年第一次临时股东大会会议资料 | 2025-08-03 | Chinese | ||
| 37855578 | 博迈科海洋工程股份有限公司2025年半年度报告摘要 | 2025-07-25 | Chinese | ||
| 37855566 | 博迈科海洋工程股份有限公司关于取消监事会并修订《公司章程》的公告 | 2025-07-25 | Chinese | ||
| 37855558 | 博迈科海洋工程股份有限公司外汇衍生品交易业务管理制度 | 2025-07-25 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Construction of other civil engineering projects
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Active Infrastructures Limited
Develops and manages civil engineering and urban infrastruc…
|
ACTIVEINFR | IN | Construction |
|
Afcons Infrastructure Limited
Global engineering and construction firm specializing in co…
|
AFCONS | IN | Construction |
|
Affluent Foundation Holdings Limited
Provides specialized foundation and civil engineering, incl…
|
1757 | HK | Construction |
|
AF Gruppen
Contractor for civil engineering, construction, property, e…
|
AFG | NO | Construction |
|
AGRA Inc.
Specialized engineering and construction firm for industria…
|
— | CA | Construction |
|
Anhui Construction Engineering Group Corporation Limited
Provides engineering, construction, and infrastructure serv…
|
600502 | CN | Construction |
|
ARTSON LIMITED
EPC firm specializing in industrial infrastructure for oil,…
|
522134 | IN | Construction |
|
ASIA ALLIED INFRASTRUCTURE HOLDINGS LIMITED
Investment holding company focused on infrastructure, const…
|
711 | HK | Construction |
|
Atal Realtech Limited
Provides civil engineering, infrastructure development, and…
|
ATALREAL | IN | Construction |
|
Avax S.A.
A major construction group specializing in large-scale, com…
|
AVAX | GR | Construction |
Bomesc Offshore Engineering Company Limited 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/57805/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57805 | 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=57805 | 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=57805 \ -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": 57805}, 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 Bomesc Offshore Engineering Company Limited (id: 57805)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.