
Jianglong Shipbuilding Co.,Ltd — Investor Relations & Filings
Jianglong Shipbuilding Co., Ltd. specializes in the design, research, development, and manufacturing of high-performance vessels. The company focuses on advanced hull materials, including aluminum alloy, steel-aluminum composites, and fiberglass-reinforced plastics. Its product portfolio encompasses a wide range of specialized craft such as high-speed passenger ferries, luxury tourism vessels, maritime law enforcement boats, and fire-fighting ships. Jianglong is recognized for its expertise in multi-hull designs and the integration of green energy solutions, including pure electric and hybrid propulsion systems. Serving both domestic and international markets, the company provides comprehensive maritime solutions tailored to government agencies, public transport operators, and the tourism sector. Its commitment to technical innovation and quality standards ensures the delivery of efficient, durable, and environmentally friendly maritime assets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2023年度业绩预告 | 2024-01-23 | Chinese | |
| 2024-001:2024年第一次临时股东大会决议公告 | 2024-01-15 | Chinese | |
| 广东信达律师事务所关于江龙船艇科技股份有限公司2024年第一次临时股东大会的法律意见书 | 2024-01-15 | Chinese | |
| 民生证券股份有限公司关于江龙船艇科技股份有限公司2023年定期现场检查报告 | 2024-01-08 | Chinese | |
| 民生证券股份有限公司关于江龙船艇科技股份有限公司2023年持续督导培训的报告 | 2024-01-08 | Chinese | |
| 第四届监事会第四次会议决议公告 | 2023-12-27 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
5 filings
| |||||
| 38167848 | 2023年度业绩预告 | 2024-01-23 | Chinese | ||
| 38167831 | 2024-001:2024年第一次临时股东大会决议公告 | 2024-01-15 | Chinese | ||
| 38167822 | 广东信达律师事务所关于江龙船艇科技股份有限公司2024年第一次临时股东大会的法律意见书 | 2024-01-15 | Chinese | ||
| 38167811 | 民生证券股份有限公司关于江龙船艇科技股份有限公司2023年定期现场检查报告 | 2024-01-08 | Chinese | ||
| 38167802 | 民生证券股份有限公司关于江龙船艇科技股份有限公司2023年持续督导培训的报告 | 2024-01-08 | Chinese | ||
|
2023
10 filings
| |||||
| 38167792 | 第四届监事会第四次会议决议公告 | 2023-12-27 | Chinese | ||
| 38167776 | 关于子公司合并报表范围变化被动形成关联担保的公告 | 2023-12-27 | Chinese | ||
| 38167765 | 民生证券股份有限公司关于江龙船艇科技股份有限公司因子公司合并报表范围变化被动形成关联担保的核查意见 | 2023-12-27 | Chinese | ||
| 38167755 | 独立董事关于第四届董事会第五次会议相关事项的事前认可意见 | 2023-12-27 | Chinese | ||
| 38167745 | 独立董事关于第四届董事会第五次会议相关事项的独立意见 | 2023-12-27 | Chinese | ||
| 38167736 | 第四届董事会第五次会议决议公告 | 2023-12-27 | Chinese | ||
| 38167724 | 关于召开2024年第一次临时股东大会的通知 | 2023-12-27 | Chinese | ||
| 38167716 | 关于募集资金投资项目达到预定可使用状态的公告 | 2023-12-11 | Chinese | ||
| 38167624 | 关于签订重大销售合同的公告 | 2023-12-06 | Chinese | ||
| 38167612 | 关于签订重大销售合同的公告 | 2023-11-10 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Building of ships and floating structures
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Abu Dhabi Ship Building Co.
Specialist in building, maintaining, repairing, and convert…
|
ADSB | AE | Manufacturing |
|
Al Seer Marine Supplies & Equipment Company Pr.J.S.C
Global maritime organization in shipping, yachting, boat bu…
|
ASM | AE | Manufacturing |
|
AUSTAL LIMITED
Global defense prime contractor designing and building high…
|
ASB | AU | Manufacturing |
|
BOUSTEAD HEAVY INDUSTRIES CORP
Leading contractor in defence, security, and maritime, with…
|
— | MY | Manufacturing |
|
BRODOGRADILIŠTE Viktor Lenac d. d.
A Mediterranean shipyard specializing in ship repair, conve…
|
VLEN | HR | Manufacturing |
|
China CSSC Holdings Limited
Specializes in large-scale shipbuilding, repair, and marine…
|
600150 | CN | Manufacturing |
|
Cochin Shipyard Limited
Specializes in shipbuilding and repair for global defense a…
|
COCHINSHIP | IN | Manufacturing |
|
CSBC
Maritime engineering firm specializing in vessel constructi…
|
2208 | TW | Manufacturing |
|
CSSC Offshore & Marine Engineering (Group) Company Limited
Major manufacturer specializing in comprehensive marine and…
|
317 | CN | Manufacturing |
|
DAEHAN SHIPBUILDING Co., Ltd.
Shipbuilder specializing in medium-sized, high-value, eco-f…
|
439260 | KR | Manufacturing |
Jianglong Shipbuilding 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/55571/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55571 | 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=55571 | 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=55571 \ -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": 55571}, 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 Jianglong Shipbuilding Co.,Ltd (id: 55571)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.