
Sanyang Motor Co., Ltd. — Investor Relations & Filings
Established in 1954, Sanyang Motor Co., Ltd. (SYM) is an international enterprise specializing in the development and manufacture of motorized vehicles. The company produces a comprehensive range of scooters, motorcycles, and all-terrain vehicles (ATVs) under the SYM brand, alongside the production of automobiles and light trucks through strategic manufacturing partnerships. SYM utilizes advanced automated systems for vehicle assembly, including specialized processes for welding, painting, and injection molding. Its technical capabilities extend to the high-precision production of core engine components such as crankshafts, cylinders, and transmission shafts. Recognized for manufacturing excellence and quality management, the company maintains an extensive global distribution network, focusing on strategic expansion across international markets and the ASEAN region.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 代重要子公司南陽實業公告法人董事改派代表人 | 2020-06-10 | Chinese | |
| 109年5月營業收入 | 2020-06-10 | Chinese | |
| 109年5月背書保證與資金貸與 | 2020-06-10 | Chinese | |
| 第11次庫藏股基本資料 | 2020-06-09 | Chinese | |
| 公告本公司董事會決議買回庫藏股(更正預定買回期間之結束日期) | 2020-06-09 | Chinese | |
| 代子公司VMEPH公告,VMEPH已於香港聯合交易所申請恢復 交易,並經證交所同意VMEPH台灣存託憑證將同步恢復交易 | 2020-06-05 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2020
15 filings
| |||||
| 33575507 | 代重要子公司南陽實業公告法人董事改派代表人 | 2020-06-10 | Chinese | ||
| 33575513 | 109年5月營業收入 | 2020-06-10 | Chinese | ||
| 33575510 | 109年5月背書保證與資金貸與 | 2020-06-10 | Chinese | ||
| 33575517 | 第11次庫藏股基本資料 | 2020-06-09 | Chinese | ||
| 33575521 | 公告本公司董事會決議買回庫藏股(更正預定買回期間之結束日期) | 2020-06-09 | Chinese | ||
| 33575524 | 代子公司VMEPH公告,VMEPH已於香港聯合交易所申請恢復 交易,並經證交所同意VMEPH台灣存託憑證將同步恢復交易 | 2020-06-05 | Chinese | ||
| 33575526 | 代子公司VMEPH公告,SYI擬以協議計畫之方式提出私有化 VMEPH之要約,撤回VMEPH於香港聯合交易所的上市地位。VMEPH所 參與發行之臺灣存託憑證(證券代號:9110)亦可能因此終止上市 | 2020-06-05 | Chinese | ||
| 33575528 | 代重要子公司SYI公告擬以協議計畫方式提出私有化VMEPH之要約 | 2020-06-05 | Chinese | ||
| 33575531 | 代子公司VMEPH公告,因VMEPH有重大消息待發佈並於 香港聯合交易所申請暫停交易,經證交所同意VMEPH 台灣存託憑證同步暫停交易 | 2020-05-27 | Chinese | ||
| 33575535 | 代重要子公司南陽實業公告109年度股東常會重要決議事項 | 2020-05-25 | Chinese | ||
| 33575539 | 公告本公司董事會決議買回庫藏股 | 2020-05-22 | Chinese | ||
| 33575542 | 公告本公司第十次買回庫藏股期間屆滿及執行情形 | 2020-05-22 | Chinese | ||
| 33575546 | 第10次庫藏股執行結果 | 2020-05-22 | Chinese | ||
| 33575550 | 109年05月僑外投資持股 | 2020-05-22 | Chinese | ||
| 33575553 | 108下半年股利金額(董事會決議) | 2020-05-15 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of motor vehicles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aebi Schmidt Holding AG
Provider of specialty vehicles and services for infrastruct…
|
AEBI | CH | Manufacturing |
|
Aerosun Corporation
Manufactures special-purpose vehicles, pressure vessels, an…
|
600501 | CN | Manufacturing |
|
ANADOLU ISUZU OTOMOTİV SANAYİ VE TİCARET A.Ş.
Manufacturer of commercial vehicles like buses, midibuses, …
|
ASUZU | TR | Manufacturing |
|
ANHUI ANKAI AUTOMOBILE CO.,LTD.
Manufacturer of buses and chassis specializing in monocoque…
|
000868 | CN | Manufacturing |
|
Anhui Jianghuai Automobile Group Corp.,Ltd.
Integrated manufacturer of commercial and passenger vehicle…
|
600418 | CN | Manufacturing |
|
Apollo Future Mobility Group Limited
Advanced automotive technology, smart mobility solutions, l…
|
860 | HK | Manufacturing |
|
ARI Motors Industries SE
Manufacturer of customizable light electric utility vehicle…
|
ARI | DE | Manufacturing |
|
Ashok Leyland Ltd.
Manufacturer of commercial vehicles, buses, and defense log…
|
ASHOKLEY | IN | Manufacturing |
|
Aston Martin Lagonda Global Holdings PLC
Manufacturer of ultra-luxury sports cars and grand tourers.
|
AML | GB | Manufacturing |
|
Autech Corporation
Manufacturer of special vehicles, HVAC systems, and cold ch…
|
067170 | KR | Manufacturing |
Sanyang Motor 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/51980/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=51980 | 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=51980 | 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=51980 \ -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": 51980}, 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 Sanyang Motor Co., Ltd. (id: 51980)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.