Jiangsu Wanlin Modern Logistics Co., Ltd. — Investor Relations & Filings
About Jiangsu Wanlin Modern Logistics Co., Ltd.
Jiangsu Wanlin Modern Logistics Co., Ltd. provides integrated supply chain services, primarily focused on the timber sector. The company operates specialized port terminals and warehousing facilities optimized for the handling, storage, and distribution of imported wood products. Its service portfolio includes port operations, international freight forwarding, customs declaration, and domestic logistics. By leveraging specialized infrastructure, the company facilitates the movement of raw materials from international suppliers to processing centers. Wanlin Modern Logistics offers end-to-end solutions that combine physical logistics with information management and supply chain support, serving timber traders and wood processing enterprises through a network of strategic distribution hubs and specialized handling equipment.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 江苏万林现代物流股份有限公司对外担保管理制度(2025年9月) | 2025-09-10 | Chinese | |
| 独立董事提名人声明(杨晓明) | 2025-09-10 | Chinese | |
| 独立董事提名人声明(朱军) | 2025-09-10 | Chinese | |
| 独立董事候选人声明(周德富) | 2025-09-10 | Chinese | |
| 江苏万林现代物流股份有限公司第五届董事会第二十七次会议决议公告 | 2025-09-10 | Chinese | |
| 江苏万林现代物流股份有限公司募集资金管理制度(2025年9月) | 2025-09-10 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 37196662 | 江苏万林现代物流股份有限公司对外担保管理制度(2025年9月) | 2025-09-10 | Chinese | ||
| 37196655 | 独立董事提名人声明(杨晓明) | 2025-09-10 | Chinese | ||
| 37196649 | 独立董事提名人声明(朱军) | 2025-09-10 | Chinese | ||
| 37196641 | 独立董事候选人声明(周德富) | 2025-09-10 | Chinese | ||
| 37196633 | 江苏万林现代物流股份有限公司第五届董事会第二十七次会议决议公告 | 2025-09-10 | Chinese | ||
| 37196626 | 江苏万林现代物流股份有限公司募集资金管理制度(2025年9月) | 2025-09-10 | Chinese | ||
| 37196621 | 江苏万林现代物流股份有限公司信息披露管理制度(2025年9月) | 2025-09-10 | Chinese | ||
| 37196616 | 江苏万林现代物流股份有限公司董事和高级管理人员所持本公司股份及其变动管理制度(2025年9月) | 2025-09-10 | Chinese | ||
| 37196612 | 江苏万林现代物流股份有限公司内部审计制度(2025年9月) | 2025-09-10 | Chinese | ||
| 37196604 | 江苏万林现代物流股份有限公司章程(2025年9月) | 2025-09-10 | Chinese | ||
| 37196602 | 江苏万林现代物流股份有限公司关于取消监事会并修订《公司章程》及其附件、修订及制定公司部分治理制度的公告 | 2025-09-10 | Chinese | ||
| 37196595 | 江苏万林现代物流股份有限公司关于续聘会计师事务所的公告 | 2025-09-10 | Chinese | ||
| 37196591 | 江苏万林现代物流股份有限公司关于召开2025年第一次临时股东大会的通知 | 2025-09-10 | Chinese | ||
| 37196586 | 独立董事候选人声明(杨晓明) | 2025-09-10 | Chinese | ||
| 37196578 | 江苏万林现代物流股份有限公司股东会议事规则(2025年9月) | 2025-09-10 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Other support activities for transportation
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
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 |
|
CALLAN JMB INC.
Integrative logistics company for thermal management and co…
|
CJMB | US | Transportation and storage |
|
Cargosol Logistics Limited
Provides international freight forwarding, NVOCC, and multi…
|
543621 | IN | Transportation and storage |
Jiangsu Wanlin Modern Logistics 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/57439/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57439 | 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=57439 | 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=57439 \ -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": 57439}, 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 Jiangsu Wanlin Modern Logistics Co., Ltd. (id: 57439)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.