
Bohai Leasing Co.,Ltd. — Investor Relations & Filings
Bohai Leasing Co., Ltd. is a global leader in equipment leasing, specializing in aircraft and container leasing services. The company operates primarily through its major subsidiaries, Avolon and Seaco, maintaining a significant presence in the international aviation and maritime logistics markets. Its core business activities include the acquisition, leasing, management, and sale of commercial aircraft and intermodal containers. Bohai Leasing provides a range of financial solutions, such as operating leases, finance leases, and sale-leaseback transactions, to a diverse client base of airlines and shipping lines worldwide. With a focus on high-quality, modern assets, the company leverages its extensive fleet and global network to provide flexible capital solutions and asset management expertise.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2021年度日常关联交易预计公告 | 2021-04-29 | Chinese | |
| 独立董事候选人关于参加独立董事培训并取得独立董事资格证书的承诺函 | 2021-04-29 | Chinese | |
| 2021年度担保额度预计公告 | 2021-04-29 | Chinese | |
| 证券投资专项说明 | 2021-04-29 | Chinese | |
| 2020年度董事会工作报告 | 2021-04-29 | Chinese | |
| 关于2020年度计提资产减值准备的公告 | 2021-04-29 | Chinese |
Browse filings by year
23 years- 2026 11 filings
- 2021 117 filings
- 2020 154 filings
- 2019 195 filings
- 2018 422 filings
- 2017 339 filings
- 2016 434 filings
- 2015 284 filings
- 2014 218 filings
- 2013 119 filings
- 2012 79 filings
- 2011 96 filings
- 2010 93 filings
- 2009 64 filings
- 2008 80 filings
- 2007 74 filings
- 2006 76 filings
- 2005 39 filings
- 2004 39 filings
- 2003 33 filings
- 2002 34 filings
- 2001 7 filings
- 1996 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2021
15 filings
| |||||
| 42093393 | 2021年度日常关联交易预计公告 | 2021-04-29 | Chinese | ||
| 42093376 | 独立董事候选人关于参加独立董事培训并取得独立董事资格证书的承诺函 | 2021-04-29 | Chinese | ||
| 42093368 | 2021年度担保额度预计公告 | 2021-04-29 | Chinese | ||
| 42093355 | 证券投资专项说明 | 2021-04-29 | Chinese | ||
| 42093343 | 2020年度董事会工作报告 | 2021-04-29 | Chinese | ||
| 42093330 | 关于2020年度计提资产减值准备的公告 | 2021-04-29 | Chinese | ||
| 42093315 | 独立董事年度述职报告 | 2021-04-29 | Chinese | ||
| 42093300 | 2021年第一季度报告全文 | 2021-04-29 | Chinese | ||
| 42093275 | 2020年度营业收入扣除情况专项说明 | 2021-04-29 | Chinese | ||
| 42093246 | 关于选举职工监事的公告 | 2021-04-29 | Chinese | ||
| 42093231 | 关于公司会计政策变更的公告 | 2021-04-29 | Chinese | ||
| 42093209 | 会计师事务所对非标意见涉及事项专项说明 | 2021-04-29 | Chinese | ||
| 42093184 | 社会责任报告 | 2021-04-29 | Chinese | ||
| 42092943 | 董事会决议公告 | 2021-04-29 | Chinese | ||
| 42092927 | 渤海租赁股份有限公司内幕信息知情人管理制度 | 2021-04-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Rental and leasing of other machinery, equipment and tangible goods
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AerCap Holdings N.V.
A global leader in aviation leasing of aircraft, engines, a…
|
AER | NL | Administrative and support serv… |
|
Agility Health, Inc.
Provides medical equipment rental, clinical engineering, an…
|
AHI | US | Administrative and support serv… |
|
AJ Networks Co.,Ltd.
B2B rental provider of logistics equipment, IT devices, and…
|
095570 | KR | Administrative and support serv… |
|
Allied Rental Modaraba
Offers equipment rental solutions & associated O&M services…
|
ARM | PK | Administrative and support serv… |
|
AMERICAN SHARED HOSPITAL SERVICES
Provides leased radiosurgical and radiation therapy equipme…
|
AMS | US | Administrative and support serv… |
|
AMSC ASA
Maritime investment and ship-owning company providing lease…
|
AMSC | NO | Administrative and support serv… |
|
ANDREWS SYKES GROUP PLC
A specialist hire company for pumping, heating, cooling, an…
|
ASY | GB | Administrative and support serv… |
|
Angropromet Tikvesanka AD
A merchant wholesaler of machinery and equipment that also …
|
APTK | MK | Administrative and support serv… |
|
AP Rentals Holdings Limited
Equipment rental service providing machinery for constructi…
|
1496 | HK | Administrative and support serv… |
|
ARMAC LOCAÇÃO, LOGÍSTICA E SERVIÇOS S.A.
Asset-sharing platform for heavy machinery rental and integ…
|
— | BR | Administrative and support serv… |
Bohai Leasing 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/53618/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53618 | 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=53618 | 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=53618 \ -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": 53618}, 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 Bohai Leasing Co.,Ltd. (id: 53618)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.