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 |
|---|---|---|---|
| 炬申物流集团股份有限公司向不特定对象发行可转换公司债券募集说明书(修订稿) | 2026-04-24 | Chinese | |
| 关于向不特定对象发行可转换公司债券的审核问询函回复及募集说明书等申请文件更新的提示性公告 | 2026-04-24 | Chinese | |
| 炬申物流集团股份有限公司向不特定对象发行可转换公司债券的审核问询函的回复报告 | 2026-04-24 | Chinese | |
| 炬申物流集团股份有限公司向不特定对象发行可转换公司债券的第二轮审核问询函的回复报告 | 2026-04-24 | Chinese | |
| 2025年度独立董事述职报告(李萍) | 2026-04-16 | Chinese | |
| 关于计提资产减值准备的公告 | 2026-04-16 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40081239 | 炬申物流集团股份有限公司向不特定对象发行可转换公司债券募集说明书(修订稿) | 2026-04-24 | Chinese | ||
| 40081234 | 关于向不特定对象发行可转换公司债券的审核问询函回复及募集说明书等申请文件更新的提示性公告 | 2026-04-24 | Chinese | ||
| 40081230 | 炬申物流集团股份有限公司向不特定对象发行可转换公司债券的审核问询函的回复报告 | 2026-04-24 | Chinese | ||
| 40081228 | 炬申物流集团股份有限公司向不特定对象发行可转换公司债券的第二轮审核问询函的回复报告 | 2026-04-24 | Chinese | ||
| 40081226 | 2025年度独立董事述职报告(李萍) | 2026-04-16 | Chinese | ||
| 40081222 | 关于计提资产减值准备的公告 | 2026-04-16 | Chinese | ||
| 40081220 | 关于聘任副总经理、变更董事会秘书及聘任证券事务代表的公告 | 2026-04-16 | Chinese | ||
| 40081215 | 募集资金年度存放、管理与使用情况鉴证报告 | 2026-04-16 | Chinese | ||
| 40081207 | 2025年年度报告 | 2026-04-16 | Chinese | ||
| 40081203 | 2025年年度报告摘要 | 2026-04-16 | Chinese | ||
| 40081200 | 关于提请股东会授权董事会办理以简易程序向特定对象发行股票相关事宜的公告 | 2026-04-16 | Chinese | ||
| 40081198 | 2025年度独立董事述职报告(匡同春) | 2026-04-16 | Chinese | ||
| 40081196 | 2025年度独立董事述职报告(石安琴) | 2026-04-16 | Chinese | ||
| 40081193 | 董事会审计委员会对公司内部控制评价报告的意见 | 2026-04-16 | Chinese | ||
| 40081190 | 董事会秘书工作制度(2026年4月修订) | 2026-04-16 | 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.