
Meituan — Investor Relations & Filings
Meituan is a technology retail company operating a leading platform for on-demand local services and e-commerce. Founded in 2010, the company employs a "Retail + Technology" strategy to fulfill its mission of helping people "eat better, live better" by driving the digital upgrading of service and goods retail across the supply and demand chains. Meituan is the dominant market leader in food delivery and provides a comprehensive suite of services, including group-buying deals, lifestyle activities, and grocery delivery. The company is known for its extensive logistics network and continuous investment in new technologies, such as drone delivery services, which are deployed both domestically and internationally through its overseas brand, KeeTa.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| PARTIAL EARLY REDEMPTION OF THE CONVERTIBLE BONDS - ZERO COUPON CONVERTIBLE BONDS DUE 2028 | 2026-04-28 | English | |
| Notification Letter and Reply Form to Non-registered Shareholders | 2026-04-24 | English | |
| Notification Letter and Reply Form to Registered Shareholders | 2026-04-24 | English | |
| 2025 ANNUAL REPORT | 2026-04-24 | English | |
| GRANT OF RESTRICTED SHARE UNITS | 2026-04-13 | English | |
| Monthly Return of Equity Issuer on Movements in Securities for the month ended 31 March 2026 | 2026-04-09 | English |
Market data
Market data not available
Price history
Peer group · Intermediation service activities for retail sale
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
SeoulAuctionCo.Ltd..
Art auction house facilitating artwork trade and offering v…
|
063170 | KR | Wholesale and retail trade |
|
SHANGHAI LILY & BEAUTY COSMETICS CO.,LTD.
E-commerce service provider for beauty brand management and…
|
605136 | CN | Wholesale and retail trade |
|
Token Cat Ltd
Holding company that operates an omni-channel automotive ma…
|
TC | US | Wholesale and retail trade |
|
UKO Microshops AG
Provider of automated retail solutions for the sale, lease,…
|
UKO | AT | Wholesale and retail trade |
Meituan 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/50868/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=50868 | 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=50868 | 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=50868 \ -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": 50868}, 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 Meituan (id: 50868)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.