
Transfar Zhilian Co.,Ltd. — Investor Relations & Filings
Transfar Zhilian Co., Ltd. specializes in the development and operation of intelligent logistics systems and the manufacturing of specialty chemicals. The company is recognized for its "Road-Port" business model, which integrates physical highway logistics hubs with a comprehensive digital platform to optimize supply chain efficiency. Its logistics ecosystem provides services including freight matching, warehousing, distribution, and supply chain finance. In the chemical sector, the company focuses on the research, production, and sale of high-performance specialty chemicals, particularly for the textile and leather industries. By leveraging big data and internet-of-things technologies, Transfar Zhilian facilitates the digital transformation of logistics, offering end-to-end solutions that connect manufacturers, carriers, and end-users within a unified service network.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 半年报董事会决议公告 | 2025-08-25 | Chinese | |
| 2025年半年度报告摘要 | 2025-08-25 | Chinese | |
| 关于子公司对下属公司提供担保的公告 | 2025-08-12 | Chinese | |
| 关于募集资金使用完毕及注销募集资金账户的公告 | 2025-07-14 | Chinese | |
| 关于中期票据获准注册公告 | 2025-07-14 | Chinese | |
| 2025年半年度业绩预告 | 2025-07-10 | Chinese |
Browse filings by year
23 years- 2026 53 filings
- 2025 119 filings
- 2024 79 filings
- 2023 137 filings
- 2022 117 filings
- 2021 132 filings
- 2020 149 filings
- 2019 134 filings
- 2018 139 filings
- 2017 241 filings
- 2016 155 filings
- 2015 191 filings
- 2014 53 filings
- 2013 75 filings
- 2012 106 filings
- 2011 113 filings
- 2010 75 filings
- 2009 48 filings
- 2008 55 filings
- 2007 65 filings
- 2006 60 filings
- 2005 78 filings
- 2004 28 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 44353974 | 半年报董事会决议公告 | 2025-08-25 | Chinese | ||
| 44353960 | 2025年半年度报告摘要 | 2025-08-25 | Chinese | ||
| 44353957 | 关于子公司对下属公司提供担保的公告 | 2025-08-12 | Chinese | ||
| 44353952 | 关于募集资金使用完毕及注销募集资金账户的公告 | 2025-07-14 | Chinese | ||
| 44353941 | 关于中期票据获准注册公告 | 2025-07-14 | Chinese | ||
| 44353931 | 2025年半年度业绩预告 | 2025-07-10 | Chinese | ||
| 44353921 | 关于变更回购股份用途并注销的公告 | 2025-07-03 | Chinese | ||
| 44353908 | 第八届董事会第二十九次会议决议公告 | 2025-07-03 | Chinese | ||
| 44353897 | 关于提供担保的进展公告 | 2025-06-20 | Chinese | ||
| 44353885 | 关于签署《战略合作谅解备忘录》的公告 | 2025-06-16 | Chinese | ||
| 44353875 | 2024年年度权益分派实施公告 | 2025-05-27 | Chinese | ||
| 44353859 | 2024年年度股东大会决议公告 | 2025-05-20 | Chinese | ||
| 44353847 | 浙江浙经律师事务所关于传化智联股份有限公司2024年年度股东大会的法律意见书 | 2025-05-20 | Chinese | ||
| 44353831 | 关于举办2024年度业绩说明会的公告 | 2025-05-07 | Chinese | ||
| 44353820 | 关于下属公司签署担保函的公告 | 2025-04-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Other support activities for transportation
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ADANI PORTS AND SPECIAL ECONOMIC ZONE LIMITED
A multinational port operator and integrated logistics comp…
|
33RB | SG | Transportation and storage |
|
Allcargo Logistics Ltd
Provides global multi-modal logistics, LCL consolidation, a…
|
ALLCARGO | IN | Transportation and storage |
|
Ashapura Logistics Limited
Integrated provider of multimodal transport, freight forwar…
|
ASHALOG | IN | Transportation and storage |
|
AVG Logistics Limited
Provides 3PL, multi-modal transport, warehousing, and cold …
|
AVG | IN | Transportation and storage |
|
Axios Mobile Assets Corp.
Technology-enabled logistics provider offering bio-based pa…
|
AXAh | CA | Transportation and storage |
|
BEIJING HUAYUAN XINHANG HOLDING CO.,LTD.
Provides aviation supply chain management and aircraft comp…
|
600743 | CN | Transportation and storage |
|
BLT Logistics Limited
Offers multimodal transport, freight forwarding, and integr…
|
544474 | IN | Transportation and storage |
|
Bondex Supply Chain Management Co., Ltd.
Provides integrated logistics, multi-modal freight, and dig…
|
603836 | CN | Transportation and storage |
|
Brace Port Logistics Limited
Provides integrated logistics, freight forwarding, warehous…
|
BRACEPORT | IN | Transportation and storage |
|
BRAMBLES FINANCE LIMITED
Global logistics solutions provider for pallets and contain…
|
10LB | AU | Transportation and storage |
Transfar Zhilian 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/54076/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54076 | 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=54076 | 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=54076 \ -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": 54076}, 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 Transfar Zhilian Co.,Ltd. (id: 54076)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.