%20Logistics%20Co.%2CLtd./other/San_Yang_Ma_Chongqing_Logistics_Co.Ltd.-logo.png)
San Yang Ma (Chongqing) Logistics Co.,Ltd. — Investor Relations & Filings
San Yang Ma (Chongqing) Logistics Co.,Ltd. provides comprehensive logistics and supply chain management services, specializing in the automotive sector. The company’s core operations include the multimodal transportation of finished vehicles, automotive parts, and components via road, rail, and water networks. It offers integrated solutions such as warehousing, distribution, and inventory management, supported by specialized vehicle transport equipment and logistics information systems. The firm focuses on delivering end-to-door logistics services, catering to major automotive manufacturers and suppliers. By leveraging its strategic logistics hubs and a diverse transport fleet, the company facilitates efficient regional and domestic distribution, emphasizing operational reliability and supply chain optimization.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于部分股东减持股份计划已实施完毕公告 | 2026-05-26 | Chinese | |
| 上海市汇业(重庆)律师事务所关于三羊马(重庆)物流股份有限公司2025年年度股东会的法律意见书 | 2026-05-18 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-18 | Chinese | |
| 第四届董事会第十一次会议决议公告 | 2026-05-18 | Chinese | |
| 关于聘任轮值总经理的公告 | 2026-05-18 | Chinese | |
| 申港证券股份有限公司关于三羊马(重庆)物流股份有限公司变更部分募集资金用途并永久补充流动资金的核查意见 | 2026-04-23 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47076760 | 关于部分股东减持股份计划已实施完毕公告 | 2026-05-26 | Chinese | ||
| 46513784 | 上海市汇业(重庆)律师事务所关于三羊马(重庆)物流股份有限公司2025年年度股东会的法律意见书 | 2026-05-18 | Chinese | ||
| 46513783 | 2025年年度股东会决议公告 | 2026-05-18 | Chinese | ||
| 46513436 | 第四届董事会第十一次会议决议公告 | 2026-05-18 | Chinese | ||
| 46512521 | 关于聘任轮值总经理的公告 | 2026-05-18 | Chinese | ||
| 40043629 | 申港证券股份有限公司关于三羊马(重庆)物流股份有限公司变更部分募集资金用途并永久补充流动资金的核查意见 | 2026-04-23 | Chinese | ||
| 40043628 | 关于变更部分募集资金用途并永久补充流动资金的公告 | 2026-04-23 | Chinese | ||
| 40043626 | 关于召开2025年年度股东会的通知 | 2026-04-23 | Chinese | ||
| 40043623 | 关于2025年年度拟不进行利润分配的公告 | 2026-04-23 | Chinese | ||
| 40043621 | 申港证券股份有限公司关于三羊马(重庆)物流股份有限公司2025年度募集资金存放、管理与使用情况的专项核查意见 | 2026-04-23 | Chinese | ||
| 40043617 | 未来三年(2026年-2028年)股东分红回报规划 | 2026-04-23 | Chinese | ||
| 40043613 | 公司章程(2026年修订) | 2026-04-23 | Chinese | ||
| 40043612 | 独立董事年度述职报告(左新宇,已离任) | 2026-04-23 | Chinese | ||
| 40043608 | 独立董事年度述职报告(刘胜强,已离任) | 2026-04-23 | Chinese | ||
| 40043605 | 内部控制审计报告 | 2026-04-23 | 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 |
San Yang Ma (Chongqing) 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/54021/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54021 | 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=54021 | 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=54021 \ -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": 54021}, 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 San Yang Ma (Chongqing) Logistics Co.,Ltd. (id: 54021)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.