
China Oriented International Holdings Limited — Investor Relations & Filings
China Oriented International Holdings Limited is an investment holding company principally engaged in the provision of driving training services. The company operates schools offering comprehensive driving courses, primarily focused on four-wheeler preparation, to individuals within the People's Republic of China. Its core business revolves around delivering standardized education and practical training necessary for obtaining driving qualifications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Notification Letter to Non-Registered Shareholders and Request Form | 2026-04-28 | English | |
| Notification Letter to Registered Shareholders and Reply Form | 2026-04-28 | English | |
| FORM OF PROXY FOR USE AT THE ANNUAL GENERAL MEETING ON 26 JUNE 2026 (OR ANY ADJOURNMENT THEREOF) | 2026-04-28 | English | |
| PROPOSALS INVOLVING (1) GENERAL MANDATES TO ISSUE SHARES AND TO REPURCHASE SHARES; (2) RE-ELECTION OF DIRECTORS; (3) PROPOSED AMENDMENTS TO THE EXISTING ARTICLES OF ASSOCIATION AND ADOPTION OF THE AME | 2026-04-28 | English | |
| NOTICE OF ANNUAL GENERAL MEETING | 2026-04-28 | English | |
| 2025 Annual Report | 2026-04-28 | English |
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 |
|
Eastern Pioneer Driving School Co., Ltd.
Provides motor vehicle driver training using VR simulators …
|
603377 | CN | 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 |
China Oriented International Holdings 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/50231/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=50231 | 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=50231 | 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=50231 \ -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": 50231}, 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 China Oriented International Holdings Limited (id: 50231)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.