
Yutong Bus Co Ltd. — Investor Relations & Filings
Yutong Bus Co Ltd. is a global manufacturer of commercial vehicles, specializing in buses and coaches. The company is a leading producer of new energy buses, including all-electric models. Its product portfolio covers a wide range of applications, such as city buses, long-distance coaches, tourist coaches, and specialized vehicles. Yutong serves a global market with a presence in regions including Europe, Latin America, Asia-Pacific, and Africa, providing tailored products like its E-series and U-series city buses and T-series coaches. The company supports its international operations through a comprehensive sales and service network and local assembly facilities.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年年度利润分配实施公告 | 2026-05-08 | Chinese | |
| 关于担保计划范围内担保进展的公告 | 2026-05-08 | Chinese | |
| 2026年4月份产销数据快报 | 2026-05-07 | Chinese | |
| 独立董事候选人声明与承诺(龚建伟) | 2026-03-30 | Chinese | |
| 关于利用闲置资金进行理财的公告 | 2026-03-30 | Chinese | |
| 关于召开2025年年度股东会的通知 | 2026-03-30 | Chinese |
Browse filings by year
27 years- 2026 39 filings
- 2025 108 filings
- 2024 89 filings
- 2023 100 filings
- 2022 99 filings
- 2021 121 filings
- 2020 87 filings
- 2019 63 filings
- 2018 62 filings
- 2017 86 filings
- 2016 69 filings
- 2015 74 filings
- 2014 141 filings
- 2013 76 filings
- 2012 101 filings
- 2011 78 filings
- 2010 48 filings
- 2009 55 filings
- 2008 53 filings
- 2007 48 filings
- 2006 69 filings
- 2005 35 filings
- 2004 38 filings
- 2003 16 filings
- 2002 30 filings
- 2001 14 filings
- 1997 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 44490672 | 2025年年度利润分配实施公告 | 2026-05-08 | Chinese | ||
| 44488785 | 关于担保计划范围内担保进展的公告 | 2026-05-08 | Chinese | ||
| 44271667 | 2026年4月份产销数据快报 | 2026-05-07 | Chinese | ||
| 40257567 | 独立董事候选人声明与承诺(龚建伟) | 2026-03-30 | Chinese | ||
| 40257559 | 关于利用闲置资金进行理财的公告 | 2026-03-30 | Chinese | ||
| 40257552 | 关于召开2025年年度股东会的通知 | 2026-03-30 | Chinese | ||
| 40257551 | 2025年度可持续发展报告摘要 | 2026-03-30 | Chinese | ||
| 40257543 | 2025年度内部控制审计报告 | 2026-03-30 | Chinese | ||
| 40257516 | 2025年度独立董事述职报告(谷秀娟) | 2026-03-30 | Chinese | ||
| 40257510 | 董事会对独立董事2025年度独立性自查情况的专项报告 | 2026-03-30 | Chinese | ||
| 40257504 | 独立董事提名人声明与承诺 | 2026-03-30 | Chinese | ||
| 40257497 | 关于2026年日常关联交易预计的公告 | 2026-03-30 | Chinese | ||
| 40257495 | 独立董事候选人声明与承诺(李玉峰) | 2026-03-30 | Chinese | ||
| 40257486 | 2025年度可持续发展报告 | 2026-03-30 | Chinese | ||
| 40257227 | 2025年度独立董事述职报告(尹效华) | 2026-03-30 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of motor vehicles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Ados Pakistan Limited
Provides engineering solutions for energy and defense secto…
|
ADOS | PK | Manufacturing |
|
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 |
|
Aptera Motors Corp
Manufacturer of hyper-efficient, two-seat solar electric ve…
|
SEV | US | 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 |
Yutong Bus 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/17842/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=17842 | 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=17842 | 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=17842 \ -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": 17842}, 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 Yutong Bus Co Ltd. (id: 17842)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.