
Yadea Group Holdings Ltd. — Investor Relations & Filings
Yadea Group Holdings Ltd. is a global leader in the electric mobility sector, specializing in the research, development, manufacturing, and distribution of electric two-wheeled vehicles. The company's core product offerings encompass high-performance electric motorcycles, electric scooters, and electric bicycles, all designed to facilitate efficient urban mobility. Recognized as the global market leader in the electric two-wheeler segment for eight consecutive years, Yadea maintains a substantial international presence, exporting its diverse range of models worldwide.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Monthly Return of Equity Issuer on Movements in Securities for the month ended 30 April 2026 | 2026-05-06 | English | |
| LIST OF DIRECTORS AND THEIR ROLES AND FUNCTIONS | 2026-04-27 | English | |
| RESIGNATION OF INDEPENDENT NON-EXECUTIVE DIRECTOR AND CHANGE OF MEMBER OF REMUNERATION COMMITTEE | 2026-04-27 | English | |
| Notification Letter and Request Form For Non-Registered Holders | 2026-04-24 | English | |
| Notification Letter and Reply Form For Registered Holders | 2026-04-24 | English | |
| 2025 Environmental, Social and Governance Report | 2026-04-24 | English |
Browse filings by year
27 years- 2026 20 filings
- 2025 72 filings
- 2024 76 filings
- 2023 63 filings
- 2022 71 filings
- 2021 51 filings
- 2020 59 filings
- 2019 78 filings
- 2018 58 filings
- 2017 58 filings
- 2016 58 filings
- 2015 45 filings
- 2014 40 filings
- 2013 26 filings
- 2012 28 filings
- 2011 42 filings
- 2010 40 filings
- 2009 59 filings
- 2008 15 filings
- 2007 14 filings
- 2006 25 filings
- 2005 17 filings
- 2004 20 filings
- 2003 25 filings
- 2002 21 filings
- 2001 11 filings
- 2000 4 filings
Market data
Market data not available
Price history
Yadea Group Holdings 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/50021/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=50021 | 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=50021 | 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=50021 \ -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": 50021}, 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 Yadea Group Holdings Ltd. (id: 50021)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.