
Eastern Pioneer Driving School Co., Ltd. - Investor Relations & Filings
Key figures FY2025
| Total Revenues | CNY 617.88M | per the Annual Report filed 2026-04-17 |
|---|---|---|
| Net Income | CNY -766.01M | per the Annual Report filed 2026-04-17 |
| Total Assets | CNY 3.34B | per the Annual Report filed 2026-04-17 |
| Total Equity | CNY 374.69M | per the Annual Report filed 2026-04-17 |
| Cash from Ops | CNY 143.04M | per the Annual Report filed 2026-04-17 |
As reported by the issuer in the filings linked above. Figures are normalized for comparability; consult the source filing for the authoritative statement.
Eastern Pioneer Driving School Co., Ltd. is a leading provider of motor vehicle driver training services. The company operates extensive training facilities equipped with advanced technology, including virtual reality (VR) simulators and intelligent robotic coaching systems. Its core business encompasses comprehensive training programs for a wide range of vehicle categories, including passenger cars, motorcycles, buses, and heavy trucks. The company focuses on standardizing driver education through a structured curriculum and modern pedagogical approaches. Beyond basic licensing, Eastern Pioneer offers specialized training for professional drivers and provides auxiliary services such as vehicle maintenance and driver safety education. By integrating digital solutions into traditional instruction, the company aims to enhance training efficiency and safety standards for a diverse clientele of individual and commercial learners.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于东方时尚驾驶学校股份有限公司公开发行可转换公司债券2026年第十三次临时受托管理事务报告 | 2026-07-21 | Chinese | |
| 关于公司董事会完成换届选举及聘任高级管理人员、证券事务代表的公告 | 2026-07-20 | Chinese | |
| 第六届董事会第一次会议决议公告 | 2026-07-20 | Chinese | |
| 关于股东所持公司部分股份将被司法拍卖的提示性公告 | 2026-07-16 | Chinese | |
| 2026年第二次临时股东会决议公告 | 2026-07-13 | Chinese | |
| 董事、高级管理人员薪酬制度(2026年7月) | 2026-07-13 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 49442551 | 关于东方时尚驾驶学校股份有限公司公开发行可转换公司债券2026年第十三次临时受托管理事务报告 | 2026-07-21 | Chinese | ||
| 49428173 | 关于公司董事会完成换届选举及聘任高级管理人员、证券事务代表的公告 | 2026-07-20 | Chinese | ||
| 49427877 | 第六届董事会第一次会议决议公告 | 2026-07-20 | Chinese | ||
| 49356223 | 关于股东所持公司部分股份将被司法拍卖的提示性公告 | 2026-07-16 | Chinese | ||
| 49313169 | 2026年第二次临时股东会决议公告 | 2026-07-13 | Chinese | ||
| 49313052 | 董事、高级管理人员薪酬制度(2026年7月) | 2026-07-13 | Chinese | ||
| 49312597 | 东方时尚2026年第二次临时股东会法律意见书 | 2026-07-13 | Chinese | ||
| 49312596 | 2026年半年度业绩预亏公告 | 2026-07-13 | Chinese | ||
| 49204340 | 关于被债权人申请重整及预重整的进展公告 | 2026-07-08 | Chinese | ||
| 49203794 | 关于东方时尚驾驶学校股份有限公司公开发行可转换公司债券2026年第十二次临时受托管理事务报告 | 2026-07-08 | Chinese | ||
| 49041126 | 2026年第二次临时股东会会议资料 | 2026-07-03 | Chinese | ||
| 49015234 | 关于累计诉讼、仲裁情况的进展公告 | 2026-07-01 | Chinese | ||
| 48978193 | 关于公司股票被实施其他风险警示相关事项的进展公告 | 2026-06-29 | Chinese | ||
| 48506701 | 独立董事候选人声明与承诺(冯硕) | 2026-06-25 | Chinese | ||
| 48506556 | 独立董事候选人声明与承诺(林晖) | 2026-06-25 | Chinese | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for Eastern Pioneer Driving School Co., Ltd., but not for this combination of statement and period. Try a different combination.
Swipe the table to view all periods, or rotate your phone for a wider view.
| Line item | ! |
|---|---|
| Definition not yet available - coming soon. |
Market data
Market data not available
Price history
Peer group · Driving school activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
123Fahrschule SE
A technology-supported driving school chain offering traini…
|
123F | DE | Education |
|
China Oriented International Holdings Limited
Principally engaged in providing driving training services …
|
1871 | HK | Education |
|
Emirates Driving Company
A leading provider of driver education and road safety serv…
|
EMOBILITY | AE | Education |
|
Lepermislibre
State-approved online platform connecting drivers with inst…
|
ALLPL | FR | Education |
|
The Cross-Harbour (Holdings) Limited
Investment holding company primarily operating motoring sch…
|
32 | HK | Education |
Eastern Pioneer Driving School 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/57639/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57639 | 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=57639 | 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=57639 \ -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": 57639}, 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 Eastern Pioneer Driving School Co., Ltd. (id: 57639)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.