Jushen Logistics Group Co.,Ltd — Investor Relations & Filings
Jushen Logistics Group Co.,Ltd. provides comprehensive supply chain management and integrated logistics services, specializing in the handling of bulk commodities such as non-ferrous metals. The company operates an extensive network of warehousing facilities and offers services including multimodal transportation, international freight forwarding, and inventory management. A key aspect of its operations is serving as a designated delivery warehouse for major commodity exchanges, including the Shanghai Futures Exchange. By leveraging advanced information technology and digital logistics platforms, the group facilitates efficient distribution and risk management for industrial clients and commodity traders. Its service portfolio encompasses the entire logistics chain, from port-to-door delivery to specialized storage and value-added processing, ensuring streamlined operations for the global metals and minerals market.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 国联民生证券承销保荐有限公司关于炬申物流集团股份有限公司向不特定对象发行可转换公司债券之发行保荐书(修订稿) | 2025-09-05 | Chinese | |
| 关于炬申物流集团股份有限公司向不特定对象发行可转换公司债券的审核问询函的回复报告 | 2025-09-05 | Chinese | |
| 关于回购股份集中竞价减持进展暨首次减持的公告 | 2025-09-03 | Chinese | |
| 关于举办2025年半年度业绩说明会的公告 | 2025-08-28 | Chinese | |
| 2025年半年度募集资金存放与使用情况的专项报告 | 2025-08-28 | Chinese | |
| 半年报董事会决议公告 | 2025-08-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 40080006 | 国联民生证券承销保荐有限公司关于炬申物流集团股份有限公司向不特定对象发行可转换公司债券之发行保荐书(修订稿) | 2025-09-05 | Chinese | ||
| 40079988 | 关于炬申物流集团股份有限公司向不特定对象发行可转换公司债券的审核问询函的回复报告 | 2025-09-05 | Chinese | ||
| 40079948 | 关于回购股份集中竞价减持进展暨首次减持的公告 | 2025-09-03 | Chinese | ||
| 40079935 | 关于举办2025年半年度业绩说明会的公告 | 2025-08-28 | Chinese | ||
| 40079927 | 2025年半年度募集资金存放与使用情况的专项报告 | 2025-08-28 | Chinese | ||
| 40079915 | 半年报董事会决议公告 | 2025-08-28 | Chinese | ||
| 40079904 | 2025年半年度报告摘要 | 2025-08-28 | Chinese | ||
| 40079894 | 半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2025-08-28 | Chinese | ||
| 40079885 | 2025年半年度财务报告 | 2025-08-28 | Chinese | ||
| 40079869 | 2025年半年度报告 | 2025-08-28 | Chinese | ||
| 40079865 | 向不特定对象发行可转换公司债券预案(修订稿) | 2025-08-28 | Chinese | ||
| 40079846 | 国联民生证券承销保荐有限公司关于炬申物流集团股份有限公司2025年半年度募集资金存放与使用情况的专项核查意见 | 2025-08-28 | Chinese | ||
| 40079837 | 关于下属公司开展融资租赁业务暨担保的进展公告 | 2025-08-28 | Chinese | ||
| 40079828 | 向不特定对象发行可转换公司债券募集资金使用的可行性分析报告(修订稿) | 2025-08-28 | Chinese | ||
| 40079817 | 关于向不特定对象发行可转换公司债券方案及相关文件修订情况说明的公告 | 2025-08-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Warehousing and storage
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Accel, S.A.B. de C.V.
Provides logistics services and manufactures packaged sweet…
|
ACCELSA | MX | Transportation and storage |
|
Aegis Logistics Ltd.
Storage and distribution of LPG and liquid chemicals throug…
|
AEGISLOG | IN | Transportation and storage |
|
AEGIS VOPAK TERMINALS LIMITED
Independent tank storage provider for chemicals, LPG, and p…
|
AEGISVOPAK | IN | Transportation and storage |
|
AMERICOLD REALTY TRUST
Owns and operates temperature-controlled warehouses for the…
|
COLD | US | Transportation and storage |
|
Armlogi Holding Corp.
A warehousing and logistics provider for cross-border e-com…
|
BTOC | US | Transportation and storage |
|
Arshiya Limited
Operates Free Trade Warehousing Zones and rail infrastructu…
|
ARSHIYA | IN | Transportation and storage |
|
Asian Warehousing Limited
Provides integrated logistics, warehousing, and supply chai…
|
543927 | IN | Transportation and storage |
|
Atlas Cold Storage Income Trust
Provided temperature-controlled warehousing, distribution, …
|
FZR.UN | CA | Transportation and storage |
|
CA SALES HOLDINGS LIMITED
Provides end-to-end route-to-market solutions for FMCG bran…
|
CAAE | ZA | Transportation and storage |
|
Chuo Warehouse Co.,Ltd.
Logistics firm offering warehousing, freight, customs clear…
|
9319 | JP | Transportation and storage |
Jushen Logistics Group 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/53954/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53954 | 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=53954 | 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=53954 \ -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": 53954}, 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 Jushen Logistics Group Co.,Ltd (id: 53954)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.