Antong Holdings Co., Ltd. — Investor Relations & Filings
About Antong Holdings Co., Ltd.
Antong Holdings Co., Ltd. is a comprehensive logistics service provider specializing in domestic container shipping and multimodal transport solutions. The company operates through its core subsidiaries to offer integrated supply chain services, including sea-rail, sea-road, and water-to-water transshipment. Its primary business activities encompass container transportation, freight forwarding, and warehousing management. Antong Holdings maintains an extensive domestic shipping network, utilizing a large fleet of container vessels and a wide array of logistics hubs to facilitate efficient cargo movement. The company focuses on providing end-to-end logistics solutions, leveraging its digital infrastructure to optimize transport routes and enhance supply chain visibility for diverse industrial and commercial clients.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 中国国际金融股份有限公司与招商证券股份有限公司关于安通控股股份有限公司详式权益变动报告书之财务顾问核查意见 | 2025-12-19 | Chinese | |
| 详式权益变动报告书 | 2025-12-19 | Chinese | |
| 关于披露详式权益变动报告书的提示性公告 | 2025-12-19 | Chinese | |
| 关于为全资子公司提供担保的进展公告 | 2025-12-16 | Chinese | |
| 国泰海通证券股份有限公司关于安通控股股份有限公司限售股份申请上市流通的核查意见 | 2025-12-12 | Chinese | |
| 上海锦天城(福州)律师事务所关于国泰海通证券股份有限公司出具安通控股股份有限公司限售股份申请上市流通的核查意见之相关事宜的专项法律意见书 | 2025-12-12 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 40475381 | 中国国际金融股份有限公司与招商证券股份有限公司关于安通控股股份有限公司详式权益变动报告书之财务顾问核查意见 | 2025-12-19 | Chinese | ||
| 40475340 | 详式权益变动报告书 | 2025-12-19 | Chinese | ||
| 40475239 | 关于披露详式权益变动报告书的提示性公告 | 2025-12-19 | Chinese | ||
| 40475226 | 关于为全资子公司提供担保的进展公告 | 2025-12-16 | Chinese | ||
| 40475218 | 国泰海通证券股份有限公司关于安通控股股份有限公司限售股份申请上市流通的核查意见 | 2025-12-12 | Chinese | ||
| 40475199 | 上海锦天城(福州)律师事务所关于国泰海通证券股份有限公司出具安通控股股份有限公司限售股份申请上市流通的核查意见之相关事宜的专项法律意见书 | 2025-12-12 | Chinese | ||
| 40475187 | 关于非公开发行限售股份上市流通的提示性公告 | 2025-12-12 | Chinese | ||
| 40475179 | 关于对子公司担保额度进行调剂的公告 | 2025-12-08 | Chinese | ||
| 40475170 | 关于完成工商变更登记的公告 | 2025-11-27 | Chinese | ||
| 40475165 | 关于2022年员工持股计划第三期解锁的提示性公告 | 2025-11-21 | Chinese | ||
| 40475155 | 2025年第五次临时股东会决议公告 | 2025-11-14 | Chinese | ||
| 40475142 | 2025年第五次临时股东会法律意见书 | 2025-11-14 | Chinese | ||
| 40475133 | 国泰海通证券股份有限公司关于安通控股股份有限公司限售股份申请上市流通的核查意见 | 2025-11-07 | Chinese | ||
| 40475121 | 关于非公开发行限售股份上市流通的提示性公告 | 2025-11-07 | Chinese | ||
| 40475111 | 2025年第五次临时股东会会议材料 | 2025-11-07 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Sea and coastal freight water transport
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
2020 Bulkers
Operates a modern fleet of eight scrubber-fitted Newcastlem…
|
0FF | BM | Transportation and storage |
|
ADS Maritime Holding
Shipping investment company that acquires, owns, and operat…
|
ADS | CY | Transportation and storage |
|
Alpha Adriatic d.d.
A ship owning and management group for dry bulk and tanker …
|
ULPL | HR | Transportation and storage |
|
Ardmore Shipping Corp
Owns and operates product and chemical tankers for worldwid…
|
ASC | MH | Transportation and storage |
|
Asia Energy Logistics Group Limited
Provision of shipping and logistics services, vessel charte…
|
351 | HK | Transportation and storage |
|
Aspo Oyj
A conglomerate owning B2B companies in shipping, chemicals,…
|
ASPO | FI | Transportation and storage |
|
Atlantska Plovidba d.d.
A global shipping company specializing in the transport of …
|
ATPL | HR | Transportation and storage |
|
Avance Gas Holding
A former owner and operator of VLGCs for LPG transport, now…
|
AVACF | BM | Transportation and storage |
|
Awilco LNG
An LNG transportation provider owning and operating two 156…
|
ALNG | NO | Transportation and storage |
|
Azuma Shipping Co.,Ltd.
A logistics firm providing maritime/land transport, warehou…
|
9380 | JP | Transportation and storage |
Antong Holdings 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/56543/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56543 | 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=56543 | 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=56543 \ -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": 56543}, 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 Antong Holdings Co., Ltd. (id: 56543)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.