
SUNDIRO HOLDING CO., LTD. — Investor Relations & Filings
Sundiro Holding Co., Ltd. is a diversified conglomerate primarily engaged in energy production, logistics, and international food trade. The company operates significant coal mining assets, focusing on the extraction and distribution of thermal coal. In the food sector, it has established a global supply chain for high-quality beef, managing processing facilities and import-export operations to serve international markets. Historically recognized for its involvement in the motorcycle industry through strategic partnerships, the company also maintains interests in manufacturing and electric vehicle development. Its logistics division supports these core operations by providing comprehensive warehousing and transportation services. Sundiro focuses on optimizing resource allocation across its business segments to enhance operational efficiency and market competitiveness.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 董事会议事规则 | 2025-12-08 | Chinese | |
| 公司章程 | 2025-12-08 | Chinese | |
| 董事会战略委员会工作细则 | 2025-12-08 | Chinese | |
| 总裁(总经理)工作制度 | 2025-12-08 | Chinese | |
| 信息披露事务管理制度 | 2025-12-08 | Chinese | |
| 外部信息报送和使用管理制度 | 2025-12-08 | Chinese |
Browse filings by year
27 years- 2026 45 filings
- 2025 141 filings
- 2024 127 filings
- 2023 163 filings
- 2022 113 filings
- 2021 211 filings
- 2020 253 filings
- 2019 200 filings
- 2018 203 filings
- 2017 175 filings
- 2016 203 filings
- 2015 91 filings
- 2014 117 filings
- 2013 84 filings
- 2012 94 filings
- 2011 67 filings
- 2010 37 filings
- 2009 56 filings
- 2008 71 filings
- 2007 54 filings
- 2006 72 filings
- 2005 27 filings
- 2004 33 filings
- 2003 33 filings
- 2002 18 filings
- 2001 10 filings
- 1994 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 42584567 | 董事会议事规则 | 2025-12-08 | Chinese | ||
| 42584510 | 公司章程 | 2025-12-08 | Chinese | ||
| 42584453 | 董事会战略委员会工作细则 | 2025-12-08 | Chinese | ||
| 42584413 | 总裁(总经理)工作制度 | 2025-12-08 | Chinese | ||
| 42584379 | 信息披露事务管理制度 | 2025-12-08 | Chinese | ||
| 42584345 | 外部信息报送和使用管理制度 | 2025-12-08 | Chinese | ||
| 42584331 | 关于修订公司部分管理制度的公告 | 2025-12-08 | Chinese | ||
| 42584301 | 关于公司及子公司债务逾期的风险提示公告 | 2025-12-08 | Chinese | ||
| 42584277 | 关于仲裁事项进展的公告 | 2025-12-04 | Chinese | ||
| 42584248 | 关于与牙克石市人民政府纠纷案的进展公告 | 2025-11-17 | Chinese | ||
| 42584221 | 关于与华夏银行股份有限公司宁波分行借款合同纠纷案的公告 | 2025-11-11 | Chinese | ||
| 42584139 | 2025年三季度报告 | 2025-10-27 | Chinese | ||
| 42584038 | 关于收到中国长城资产管理股份有限公司大连市分公司逾期债务催收通知的公告 | 2025-10-10 | Chinese | ||
| 42584012 | 关于与牙克石市人民政府纠纷案的进展公告 | 2025-10-09 | Chinese | ||
| 42583983 | 关于第一大股东的一致行动人股份质押的公告 | 2025-09-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Mining of hard coal
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ALLIANCE RESOURCE PARTNERS LP
A diversified natural resource company producing coal and o…
|
ARLP | US | Mining and quarrying |
|
Alpha Metallurgical Resources, Inc.
A mining company that produces and sells metallurgical and …
|
AMR | US | Mining and quarrying |
|
AM Resources Corp.
Junior mineral exploration focused on coal, hydrocarbons, a…
|
AMR.H | CA | Mining and quarrying |
|
Anhui Hengyuan Coal Industry and Electricity Power Co.,Ltd
Engages in coal exploration, extraction, processing, and th…
|
600971 | CN | Mining and quarrying |
|
ASPIRE MINING LIMITED
Develops metallurgical coal projects and rail infrastructur…
|
AKM | AU | Mining and quarrying |
|
Atlas Resources Tbk
Prominent coal producer involved in acquisition, exploratio…
|
ARII | ID | Mining and quarrying |
|
AUSTRALIAN PACIFIC COAL LIMITED
Explores and develops coal assets, focusing on the Dartbroo…
|
AQC | AU | Mining and quarrying |
|
Baramulti Suksessarana Tbk
A coal mining and trading company operating multiple conces…
|
BSSR | ID | Mining and quarrying |
|
BATHURST RESOURCES LIMITED.
Produces coking coal for global export and thermal coal for…
|
BRL | NZ | Mining and quarrying |
|
Bayan Resources Tbk
Integrated, innovative, low-cost coal producer specializing…
|
BYAN | ID | Mining and quarrying |
SUNDIRO HOLDING 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/53686/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53686 | 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=53686 | 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=53686 \ -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": 53686}, 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 SUNDIRO HOLDING CO., LTD. (id: 53686)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.