China Container Terminal Corp. — Investor Relations & Filings
Established in 1969, China Container Terminal Corporation (CCTC) is a pioneer in container terminal operations and logistics. The company provides a comprehensive suite of services, including container storage, warehousing, and stevedoring. It operates strategic facilities across key maritime hubs, with terminals located in Wudu, Keelung, and Taichung Port. CCTC distinguishes itself through fully computerized operations, utilizing proprietary software and advanced data systems to ensure accurate, real-time tracking and management of container movements. Through its subsidiary, Chung-Yo Marine Cargo Handling, the company offers specialized vessel loading and unloading services supported by a large workforce of experienced operators. CCTC maintains a strong focus on operational safety and risk management, implementing rigorous training programs and maintaining extensive insurance coverage for cargo and equipment to ensure reliable service delivery.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 114年04月董事會成員及持股 | 2025-05-07 | Chinese | |
| 114年04月內部人持股異動(事後) | 2025-05-07 | Chinese | |
| 本公司114年第一季合併財務報告董事會預計召開 日期為114年5月8日 | 2025-04-30 | Chinese | |
| 代子公司安躍系統股份有限公司 公告向關係人處分使用權資產(提前終止辦公室租約) | 2025-04-24 | Chinese | |
| 代子公司銘揚投資股份有限公司 公告向關係人處分使用權資產(提前終止辦公室租約) | 2025-04-24 | Chinese | |
| 代子公司中櫃投資股份有限公司 公告向關係人處分使用權資產(提前終止辦公室租約) | 2025-04-24 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 33983504 | 114年04月董事會成員及持股 | 2025-05-07 | Chinese | ||
| 33983499 | 114年04月內部人持股異動(事後) | 2025-05-07 | Chinese | ||
| 33983508 | 本公司114年第一季合併財務報告董事會預計召開 日期為114年5月8日 | 2025-04-30 | Chinese | ||
| 33983510 | 代子公司安躍系統股份有限公司 公告向關係人處分使用權資產(提前終止辦公室租約) | 2025-04-24 | Chinese | ||
| 33983512 | 代子公司銘揚投資股份有限公司 公告向關係人處分使用權資產(提前終止辦公室租約) | 2025-04-24 | Chinese | ||
| 33983515 | 代子公司中櫃投資股份有限公司 公告向關係人處分使用權資產(提前終止辦公室租約) | 2025-04-24 | Chinese | ||
| 33983520 | 公告本公司向關係人處分使用權資產(提前終止辦公室租約) | 2025-04-24 | Chinese | ||
| 33983523 | (更正最近一季IFRS合併核閱數單季金額)因本公司有價證券於 集中交易市場達公佈注意交易資訊標準,故公布相關財務、業務等 重大訊息,以利投資人區別瞭解 | 2025-04-21 | Chinese | ||
| 33983524 | 因本公司有價證券於集中交易市場達公佈注意交易資訊標準, 故公布相關財務、業務等重大訊息,以利投資人區別瞭解。 | 2025-04-21 | Chinese | ||
| 33983531 | 114年3月背書保證與資金貸與 | 2025-04-09 | Chinese | ||
| 33983526 | 114年3月營業收入 | 2025-04-09 | Chinese | ||
| 33983535 | 114年03月內部人持股異動(事後) | 2025-04-02 | Chinese | ||
| 33983533 | 114年03月董事會成員及持股 | 2025-04-02 | Chinese | ||
| 33983538 | 114年04月內部人持股轉讓(事前) | 2025-04-02 | Chinese | ||
| 33983541 | 更正本公司113年度個體財務報告附註 | 2025-03-11 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Service activities incidental to water transportation
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ABS Marine Services Limited
Provides ship management, marine engineering, and technical…
|
ABSMARINE | IN | Transportation and storage |
|
ACI d.d.
Nautical tourism company operating the largest chain of mar…
|
ACI | HR | Transportation and storage |
|
Adani Ports and Special Economic Zone Ltd
Integrated port infrastructure and logistics provider with …
|
ADANIPORTS | IN | Transportation and storage |
|
ARVIND PORT AND INFRA LIMITED
Develops and manages port facilities and infrastructure for…
|
ARVINDPORT | IN | Transportation and storage |
|
Beibu Gulf Port Co., Ltd.
Manages port facilities and logistics services across the B…
|
000582 | CN | Transportation and storage |
|
CBL International Ltd
A marine fuel logistics company providing one-stop vessel r…
|
BANL | US | Transportation and storage |
|
Chien Shing Harbour Service Co., Ltd.
Provides integrated port logistics, customs clearance, ware…
|
8367 | TW | Transportation and storage |
|
China Merchants Port Group Co., Ltd.
Global port operator managing terminal operations, logistic…
|
001872 | CN | Transportation and storage |
|
CHONGQING PORT CO.,LTD.
Provides Yangtze River port operations and integrated multi…
|
600279 | CN | Transportation and storage |
|
COSCO SHIPPING Ports Limited
Leading global ports operator specializing in terminal mana…
|
1199 | BM | Transportation and storage |
China Container Terminal Corp. 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/52167/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52167 | 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=52167 | 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=52167 \ -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": 52167}, 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 China Container Terminal Corp. (id: 52167)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.