
Offshore Oil Engineering Co.,Ltd. — Investor Relations & Filings
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 |
|---|---|---|---|
| 中国国际金融有限公司关于公司非公开发行限售股份上市流通之核查意见 | 2014-09-28 | Chinese | |
| 非公开发行限售股上市流通公告 | 2014-09-28 | Chinese | |
| 2014年度第二次临时股东大会的法律意见书 | 2014-09-16 | Chinese | |
| 2014年第二次临时股东大会决议公告 | 2014-09-16 | Chinese | |
| 2014年第二次临时股东大会会议资料 | 2014-09-05 | Chinese | |
| 2014年半年度财务报表 | 2014-08-29 | Chinese |
Browse filings by year
25 years- 2026 30 filings
- 2025 107 filings
- 2024 71 filings
- 2023 108 filings
- 2022 90 filings
- 2021 63 filings
- 2020 77 filings
- 2019 64 filings
- 2018 64 filings
- 2017 75 filings
- 2016 56 filings
- 2015 70 filings
- 2014 69 filings
- 2013 86 filings
- 2012 37 filings
- 2011 42 filings
- 2010 44 filings
- 2009 31 filings
- 2008 55 filings
- 2007 49 filings
- 2006 31 filings
- 2005 40 filings
- 2004 32 filings
- 2003 21 filings
- 2002 27 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2014
15 filings
| |||||
| 41162876 | 中国国际金融有限公司关于公司非公开发行限售股份上市流通之核查意见 | 2014-09-28 | Chinese | ||
| 41162834 | 非公开发行限售股上市流通公告 | 2014-09-28 | Chinese | ||
| 41162823 | 2014年度第二次临时股东大会的法律意见书 | 2014-09-16 | Chinese | ||
| 41162791 | 2014年第二次临时股东大会决议公告 | 2014-09-16 | Chinese | ||
| 41162775 | 2014年第二次临时股东大会会议资料 | 2014-09-05 | Chinese | ||
| 41162760 | 2014年半年度财务报表 | 2014-08-29 | Chinese | ||
| 41162751 | 关于召开2014年第二次临时股东大会的通知 | 2014-08-29 | Chinese | ||
| 41162742 | 第五届董事会第五次会议决议公告 | 2014-08-29 | Chinese | ||
| 41162734 | 2014年半年度报告摘要 | 2014-08-29 | Chinese | ||
| 41162717 | 公司章程(2014修订) | 2014-08-29 | Chinese | ||
| 41162709 | 关于开展Yamal项目远期结汇的公告 | 2014-08-29 | Chinese | ||
| 41162704 | 关于2014年半年度募集资金存放与实际使用情况的专项报告 | 2014-08-29 | Chinese | ||
| 41162689 | 2014年半年度报告 | 2014-08-29 | Chinese | ||
| 41162664 | 关于香港子公司名称变更的公告 | 2014-08-11 | Chinese | ||
| 41162656 | 收到保险公司支付的“海洋石油699”船理赔款的公告 | 2014-08-11 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Support activities for petroleum and natural gas extraction
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aakash Exploration Services Limited
Provides upstream oil and gas services, mobile workover rig…
|
AAKASH | IN | Mining and quarrying |
|
ACT Energy Technologies Ltd.
Provides directional drilling services and specialized down…
|
ACX | CA | Mining and quarrying |
|
Ades Holding Co.
Provides offshore and onshore drilling and production servi…
|
2382 | SA | Mining and quarrying |
|
ADNOC Drilling Company PJSC
Provides comprehensive drilling and integrated services, op…
|
ADNOCDRILL | AE | Mining and quarrying |
|
AJ LUCAS GROUP LIMITED
Provides integrated drilling solutions for energy, mining, …
|
AJL | AU | Mining and quarrying |
|
Akita Drilling Ltd.
Land-based contract drilling services for the oil and gas i…
|
AKT.A | CA | Mining and quarrying |
|
ALDYL ARGENTINA SA
Manufactures HDPE pipes, offers oil/gas field services, env…
|
— | AR | Mining and quarrying |
|
Alpine Oil Services Corporation
Provides innovative drilling solutions, primarily MPD and U…
|
— | CA | Mining and quarrying |
|
Ancora Indonesia Resources Tbk
Investment company in natural resources and energy, operati…
|
OKAS | ID | Mining and quarrying |
|
Anton Oilfield Services Group
Integrated oilfield technology service provider for full li…
|
3337 | KY | 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.