
Sumec Corporation Limited — Investor Relations & Filings
Sumec Corporation Limited is a diversified enterprise specializing in supply chain services and modern manufacturing. The company operates across several key sectors, including mechanical and electrical product trade, power tools, garden machinery, and textile manufacturing. Its supply chain division provides integrated solutions for global procurement and logistics, while its manufacturing arm focuses on high-quality consumer goods and industrial equipment. Sumec is also a significant player in the clean energy sector, offering photovoltaic products and environmental engineering services. The company serves a global market, leveraging its extensive international trade network and research and development capabilities to deliver innovative products and services. Its core strength lies in the integration of manufacturing with global supply chain management, ensuring efficiency and quality across diverse industrial and consumer segments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2024年年度股东大会会议材料 | 2025-05-07 | Chinese | |
| 第十届董事会第十四次会议决议公告 | 2025-04-22 | Chinese | |
| 第十届监事会第十三次会议决议公告 | 2025-04-22 | Chinese | |
| 2025年第一季度报告 | 2025-04-22 | Chinese | |
| 关于以协议转让方式购买蓝科高新部分股份暨关联交易的提示性公告 | 2025-04-16 | Chinese | |
| 关于独立董事独立性情况的专项报告 | 2025-04-11 | Chinese |
Browse filings by year
27 years- 2026 46 filings
- 2025 85 filings
- 2024 91 filings
- 2023 108 filings
- 2022 121 filings
- 2021 95 filings
- 2020 106 filings
- 2019 124 filings
- 2018 119 filings
- 2017 131 filings
- 2016 243 filings
- 2015 116 filings
- 2014 69 filings
- 2013 39 filings
- 2012 48 filings
- 2011 59 filings
- 2010 42 filings
- 2009 43 filings
- 2008 52 filings
- 2007 49 filings
- 2006 56 filings
- 2005 31 filings
- 2004 20 filings
- 2003 27 filings
- 2002 23 filings
- 2001 5 filings
- 1996 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 41452896 | 2024年年度股东大会会议材料 | 2025-05-07 | Chinese | ||
| 41452866 | 第十届董事会第十四次会议决议公告 | 2025-04-22 | Chinese | ||
| 41452855 | 第十届监事会第十三次会议决议公告 | 2025-04-22 | Chinese | ||
| 41452840 | 2025年第一季度报告 | 2025-04-22 | Chinese | ||
| 41452824 | 关于以协议转让方式购买蓝科高新部分股份暨关联交易的提示性公告 | 2025-04-16 | Chinese | ||
| 41452807 | 关于独立董事独立性情况的专项报告 | 2025-04-11 | Chinese | ||
| 41452793 | 董事会审计与风险控制委员会对会计师事务所2024年度履行监督职责情况报告 | 2025-04-11 | Chinese | ||
| 41452783 | 关于增加2025年日常关联交易额度的公告 | 2025-04-11 | Chinese | ||
| 41452763 | 关于2024年下半年计提减值准备及核销资产的公告 | 2025-04-11 | Chinese | ||
| 41452748 | 关于为子公司提供2025年担保的公告 | 2025-04-11 | Chinese | ||
| 41452737 | 独立董事2024年度履职报告(应文禄) | 2025-04-11 | Chinese | ||
| 41452721 | 第十届监事会第十二次会议决议公告 | 2025-04-11 | Chinese | ||
| 41452706 | 关于2025年开展金融衍生品业务的公告 | 2025-04-11 | Chinese | ||
| 41452697 | 2024年年度报告 | 2025-04-11 | Chinese | ||
| 41452614 | 独立董事2024年度履职报告(茅宁) | 2025-04-11 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of agricultural and forestry machinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AGCO CORP /DE
Designs, manufactures, and distributes agricultural machine…
|
AGCO | US | Manufacturing |
|
Ag Growth International Inc.
Manufactures equipment and systems for handling and process…
|
AFN | CA | Manufacturing |
|
Agromehanika AD
Wholesales and distributes agricultural equipment, machiner…
|
AMEH | MK | Manufacturing |
|
Agrometal Sociedad Anonima Industrial
Manufactures and commercializes precision agricultural mach…
|
— | AR | Manufacturing |
|
AKRON S.A.
Manufacturing and commercialization of agricultural machine…
|
— | AR | Manufacturing |
|
ALAMO GROUP INC
Designs and manufactures equipment for infrastructure and v…
|
ALG | US | Manufacturing |
|
Al-Ghazi Tractors Limited
Manufacturer and seller of agricultural machinery, speciali…
|
AGTL | PK | Manufacturing |
|
APACHE S.A.
Manufacturer and leading exporter of high-precision agricul…
|
— | AR | Manufacturing |
|
ARTS WAY MANUFACTURING CO INC
Manufactures agricultural equipment, modular structures, an…
|
ARTW | US | Manufacturing |
|
ASIA TECHNOLOGY Co., Ltd.
Develops, manufactures, and distributes a range of agricult…
|
050860 | KR | Manufacturing |
Sumec Corporation Limited 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/56938/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56938 | 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=56938 | 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=56938 \ -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": 56938}, 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 Sumec Corporation Limited (id: 56938)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.