
Guming Holdings Limited
Guming Holdings Limited is a leading Chinese freshly made beverage chain, operating primarily under the "Good me" brand (古茗茶饮). Established in 2010, the company specializes in the production and sale of new-style tea drinks, including mid-priced fruit teas, milk teas, and freshly ground coffee. Guming utilizes a highly franchised retail network, which exceeded 11,000 stores across 17 provinces and over 200 cities in China as of June 2025. A core competitive advantage is its vertically integrated supply chain, encompassing ingredient sourcing, R&D (supported by a team of over 100 professionals), and distribution. The company maintains quality control through strict QSC management and operates a self-built cold chain logistics system supported by 22 major warehousing bases nationwide, ensuring the freshness and quality of its ingredients and products.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| FORM OF PROXY FOR THE ANNUAL GENERAL MEETING TO BE HELD ON MONDAY, JUNE 22, 2026 | 2026-04-24 | English | |
| NOTICE OF ANNUAL GENERAL MEETING | 2026-04-24 | English | |
| (1) PROPOSED RE-ELECTION OF DIRECTORS, (2) PROPOSED RE-APPOINTMENT OF AUDITOR, (3) PROPOSED GRANTING OF GENERAL MANDATES TO REPURCHASE SHARES AND TO ISSUE SHARES, (4) PROPOSED PAYMENT OF FINAL DIVIDEN | 2026-04-24 | English | |
| 2025 ANNUAL REPORT | 2026-04-24 | English | |
| Monthly Return of Equity Issuer on Movements in Securities for the month ended 31 March 2026 | 2026-04-08 | English | |
| FINAL DIVIDEND FOR THE YEAR ENDED 31 DECEMBER 2025 (SECOND TRANCHE) | 2026-03-25 | English |
Market data
Market data not available
Price history
Peer Companies
Guming 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/49879/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=49879 | 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=49879 | 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=49879 \ -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": 49879}, 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 Guming Holdings Limited (id: 49879)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.