HNA Technology Co.,Ltd. — Investor Relations & Filings
About HNA Technology Co.,Ltd.
HNA Technology Co., Ltd. specializes in maritime transportation and integrated supply chain management services. The company operates a fleet of dry bulk carriers, facilitating the global movement of essential commodities including coal, iron ore, and grain. Its core business model centers on providing efficient logistics solutions through the management of shipping routes and vessel operations. Beyond traditional shipping, the company integrates digital technology to enhance supply chain visibility and operational efficiency. HNA Technology focuses on delivering comprehensive transportation services to a diverse client base, leveraging its maritime assets to support international trade and logistics requirements. The company emphasizes technical innovation within the logistics framework to optimize resource allocation and service reliability.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 海航科技股份有限公司2025年度利润分配预案的公告 | 2026-04-22 | Chinese | |
| 海航科技股份有限公司2025年度董事会工作报告 | 2026-04-22 | Chinese | |
| 海航科技股份有限公司关于船舶资产计提减值准备的公告 | 2026-04-22 | Chinese | |
| 海航科技股份有限公司2025年度董事会审计委员会履职情况报告 | 2026-04-22 | Chinese | |
| 海航科技股份有限公司2025年度独立董事述职报告(齐银良) | 2026-04-22 | Chinese | |
| 海航科技股份有限公司第十二届董事会第九次会议决议公告 | 2026-04-22 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 41542184 | 海航科技股份有限公司2025年度利润分配预案的公告 | 2026-04-22 | Chinese | ||
| 41542182 | 海航科技股份有限公司2025年度董事会工作报告 | 2026-04-22 | Chinese | ||
| 41542180 | 海航科技股份有限公司关于船舶资产计提减值准备的公告 | 2026-04-22 | Chinese | ||
| 41542178 | 海航科技股份有限公司2025年度董事会审计委员会履职情况报告 | 2026-04-22 | Chinese | ||
| 41542176 | 海航科技股份有限公司2025年度独立董事述职报告(齐银良) | 2026-04-22 | Chinese | ||
| 41542175 | 海航科技股份有限公司第十二届董事会第九次会议决议公告 | 2026-04-22 | Chinese | ||
| 41542173 | 海航科技股份有限公司信息披露暂缓与豁免管理制度 | 2026-04-22 | Chinese | ||
| 41542168 | 海航科技股份有限公司2025年度独立董事述职报告(胡正良) | 2026-04-22 | Chinese | ||
| 41542166 | 海航科技股份有限公司2025年度独立董事述职报告(彭诚信) | 2026-04-22 | Chinese | ||
| 41542165 | 海航科技股份有限公司2025年年度报告 | 2026-04-22 | Chinese | ||
| 41542163 | 海航科技股份有限公司2025年度内部控制评价报告 | 2026-04-22 | Chinese | ||
| 41542160 | 关于海航科技股份有限公司非经营性资金占用及其他关联资金往来的专项说明 | 2026-04-22 | Chinese | ||
| 41542156 | 海航科技股份有限公司2025年年度报告摘要 | 2026-04-22 | Chinese | ||
| 41542153 | 海航科技股份有限公司董事会审计委员会对会计师事务所2025年度履行监督职责情况的报告 | 2026-04-22 | Chinese | ||
| 41542150 | 海航科技股份有限公司董事、高级管理人员薪酬管理制度 | 2026-04-22 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Sea and coastal freight water transport
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
GSD DENİZCİLİK GAYRİMENKUL İNŞAAT SANAYİ VE TİCARET A.Ş.
International maritime transport company specializing in th…
|
GSDDE | TR | Transportation and storage |
|
Hafnia Limited
A global owner and operator of product and chemical tankers…
|
RE0 | SG | Transportation and storage |
|
HAMMONIA Schiffsholding AG
Acquires, operates, and sells sea vessels, focusing on cont…
|
HHX | DE | Transportation and storage |
|
Hapag-Lloyd AG
Provides global container transportation, logistics, and in…
|
HLAG | DE | Transportation and storage |
|
Havila Shipping ASA
Provides marine support services to the offshore energy and…
|
HAVI | NO | Transportation and storage |
|
HEUNG-A SHIPPING CO.,LTD.
A marine transportation company specializing in the chemica…
|
003280 | KR | Transportation and storage |
|
HIDROVIAS DO BRASIL S.A.
Integrated logistics operator for water transportation and …
|
— | BR | Transportation and storage |
|
Himalaya Shipping
Operates a modern fleet of LNG dual-fuel Newcastlemax dry b…
|
HSHP | BM | Transportation and storage |
|
Himalaya Shipping Ltd.
Operates a modern fleet of 12 LNG dual-fuel Newcastlemax dr…
|
HSHP | US | Transportation and storage |
|
HMM CO.,LTD
Global logistics company providing container and bulk marit…
|
011200 | KR | Transportation and storage |
HNA Technology 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/56977/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56977 | 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=56977 | 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=56977 \ -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": 56977}, 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 HNA Technology Co.,Ltd. (id: 56977)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.