Offshore Oil Engineering Co.,Ltd. — Investor Relations & Filings
About Offshore Oil Engineering Co.,Ltd.
Offshore Oil Engineering Co.,Ltd. (COOEC) is an EPCI contractor providing integrated services for offshore oil and gas development. Core activities encompass engineering design, procurement, onshore fabrication, and offshore installation, as well as commissioning and subsea maintenance. The company specializes in the construction of fixed platforms, Floating Production Storage and Offloading (FPSO) units, subsea pipelines, and modularized liquefied natural gas (LNG) facilities. COOEC operates large-scale fabrication yards and a specialized fleet of installation and pipelay vessels capable of executing complex deepwater projects. Technical capabilities include the development of subsea production systems and the decommissioning of offshore infrastructure, supporting global energy projects through comprehensive engineering solutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 海油工程2025年度独立董事述职报告(辛伟) | 2026-03-20 | Chinese | |
| 中审众环会计师事务所关于海油工程募集资金年度存放与实际使用情况的鉴证报告 | 2026-03-20 | Chinese | |
| 海油工程2025年年度报告 | 2026-03-20 | Chinese | |
| 海油工程董事会审计委员会2025年度履职情况报告 | 2026-03-20 | Chinese | |
| 中国国际金融股份有限公司关于海油工程2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-03-20 | Chinese | |
| 海油工程董事会审计委员会对中审众环会计师事务所履行监督职责情况报告 | 2026-03-20 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 41181626 | 海油工程2025年度独立董事述职报告(辛伟) | 2026-03-20 | Chinese | ||
| 41181615 | 中审众环会计师事务所关于海油工程募集资金年度存放与实际使用情况的鉴证报告 | 2026-03-20 | Chinese | ||
| 41181386 | 海油工程2025年年度报告 | 2026-03-20 | Chinese | ||
| 41181383 | 海油工程董事会审计委员会2025年度履职情况报告 | 2026-03-20 | Chinese | ||
| 41181361 | 中国国际金融股份有限公司关于海油工程2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-03-20 | Chinese | ||
| 41181351 | 海油工程董事会审计委员会对中审众环会计师事务所履行监督职责情况报告 | 2026-03-20 | Chinese | ||
| 41181340 | 海油工程关于2026-2028年度日常关联交易预计的公告 | 2026-03-20 | Chinese | ||
| 41181338 | 中审众环会计师事务所关于海油工程在中海石油财务有限责任公司存贷款业务情况的专项审核报告 | 2026-03-20 | Chinese | ||
| 41181154 | 海油工程2025年度独立董事述职报告(邢文祥) | 2026-03-20 | Chinese | ||
| 41181144 | 海油工程关于募集资金存放、管理与实际使用情况的专项报告 | 2026-03-20 | Chinese | ||
| 41181134 | 海油工程关于2025年度利润分配预案的公告 | 2026-03-20 | Chinese | ||
| 41181127 | 海油工程关于会计师事务所履职情况评估报告 | 2026-03-20 | Chinese | ||
| 41181104 | 海油工程2025年度审计报告 | 2026-03-20 | Chinese | ||
| 41180267 | 海油工程第八届董事会第十四次会议决议公告 | 2026-03-20 | Chinese | ||
| 41180260 | 海油工程关于对中海石油财务有限责任公司风险持续评估报告的公告 | 2026-03-20 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Support activities for petroleum and natural gas extraction
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
HCO Energy Ltd.
Develops and deploys the proprietary SRD artificial lift sy…
|
— | CA | Mining and quarrying |
|
HELIX ENERGY SOLUTIONS GROUP INC
Offshore energy services firm for well intervention, roboti…
|
HLX | US | Mining and quarrying |
|
Helmerich & Payne, Inc.
A contract drilling company providing high-performance rigs…
|
HP | US | Mining and quarrying |
|
High Arctic Energy Services Inc.
Provides specialized services and rental equipment for the …
|
HWO | CA | Mining and quarrying |
|
High Arctic Overseas Holdings Corp.
Holding company providing specialized services to the energ…
|
HOH | CA | Mining and quarrying |
|
Hilong Holding Limited
Integrated oilfield equipment manufacturer and service prov…
|
1623 | KY | Mining and quarrying |
|
Impax Energy Services Income Trust
Aggregated specialized oilfield service providers for the U…
|
IXEUF | CA | Mining and quarrying |
|
Innicor SubsurfaceTechnologies Inc.
Develops proprietary subsurface technologies to maximize oi…
|
— | CA | Mining and quarrying |
|
Innova Exploration Ltd.
Oil and gas exploration and consulting specializing in Nort…
|
IXL | CA | Mining and quarrying |
|
Innovative Wireline Solutions Inc.
Specialized wireline and slickline services provider for oi…
|
IWS | CA | Mining and quarrying |
Offshore Oil Engineering 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/56837/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56837 | 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=56837 | 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=56837 \ -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": 56837}, 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 Offshore Oil Engineering Co.,Ltd. (id: 56837)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.