
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-05-19 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-08 | Chinese | |
| 北京市嘉源律师事务所关于炬申物流集团股份有限公司2025年年度股东会的法律意见书 | 2026-05-08 | Chinese | |
| 发行人最近三年的财务报告及其审计报告以及最近一期的财务报告 | 2026-05-06 | Chinese | |
| 炬申物流集团股份有限公司向不特定对象发行可转换公司债券募集说明书(上会稿) | 2026-05-06 | Chinese | |
| 炬申物流集团股份有限公司向不特定对象发行可转换公司债券募集说明书(修订稿) | 2026-04-24 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46566638 | 关于收到全资子公司分红款的公告 | 2026-05-19 | Chinese | ||
| 44493458 | 2025年年度股东会决议公告 | 2026-05-08 | Chinese | ||
| 44490206 | 北京市嘉源律师事务所关于炬申物流集团股份有限公司2025年年度股东会的法律意见书 | 2026-05-08 | Chinese | ||
| 44279208 | 发行人最近三年的财务报告及其审计报告以及最近一期的财务报告 | 2026-05-06 | Chinese | ||
| 44277211 | 炬申物流集团股份有限公司向不特定对象发行可转换公司债券募集说明书(上会稿) | 2026-05-06 | Chinese | ||
| 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 | ||
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 |
|
Agility Global PLC
Multi-business owner and investor in logistics, industrial …
|
AGILITY | AE | Transportation and storage |
|
Agility The Public Warehousing Company K.S.C
Infrastructure operator and developer specializing in indus…
|
MKHZN | AE | Transportation and storage |
|
Ali Asghar Textile Mills Limited
Provides logistics, warehousing, infrastructure, renewable …
|
AATM | PK | 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 |
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.