
XIANGPIAOPIAO FOOD CO., LTD — Investor Relations & Filings
XIANGPIAOPIAO FOOD CO., LTD. specializes in the research, development, production, and distribution of functional tea beverages. The company is widely recognized for its cup-packaged instant milk tea, which includes powder-based products that require hot water preparation. Its product portfolio has expanded to include liquid tea beverages under brands such as Meco and Lan Fong Yuen, offering fruit teas, juice drinks, and premium brewed milk teas. The company focuses on providing convenient, ready-to-drink solutions for consumers, leveraging automated production facilities and an extensive distribution network. By diversifying its offerings from traditional instant mixes to high-end liquid refreshments, the firm caters to evolving consumer preferences for taste and convenience in the beverage sector.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 国浩律师(杭州)事务所关于香飘飘食品股份有限公司2025年年度股东会的法律意见书 | 2026-05-21 | Chinese | |
| 香飘飘2025年年度股东会会议资料 | 2026-05-14 | Chinese | |
| 香飘飘关于2023年股票期权激励计划首次授予及预留授予部分股票期权注销完成的公告 | 2026-05-07 | Chinese | |
| 香飘飘第五届董事会第六次会议决议公告 | 2025-12-05 | Chinese | |
| 香飘飘公司章程(2025年12月修订) | 2025-12-05 | Chinese | |
| 香飘飘关于召开2025年第三次临时股东会的通知 | 2025-12-05 | Chinese |
Browse filings by year
10 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
3 filings
| |||||
| 46758081 | 国浩律师(杭州)事务所关于香飘飘食品股份有限公司2025年年度股东会的法律意见书 | 2026-05-21 | Chinese | ||
| 46344268 | 香飘飘2025年年度股东会会议资料 | 2026-05-14 | Chinese | ||
| 44272524 | 香飘飘关于2023年股票期权激励计划首次授予及预留授予部分股票期权注销完成的公告 | 2026-05-07 | Chinese | ||
|
2025
12 filings
| |||||
| 38320360 | 香飘飘第五届董事会第六次会议决议公告 | 2025-12-05 | Chinese | ||
| 38320351 | 香飘飘公司章程(2025年12月修订) | 2025-12-05 | Chinese | ||
| 38320336 | 香飘飘关于召开2025年第三次临时股东会的通知 | 2025-12-05 | Chinese | ||
| 38320322 | 香飘飘关于调整经营范围并修订《公司章程》的公告 | 2025-12-05 | Chinese | ||
| 38320311 | 香飘飘关于对全资子公司增资的公告 | 2025-11-06 | Chinese | ||
| 38320302 | 香飘飘关于召开2025年第三季度业绩说明会的公告 | 2025-10-30 | Chinese | ||
| 38320285 | 香飘飘2025年第三季度报告 | 2025-10-30 | Chinese | ||
| 38320282 | 香飘飘2025年前三季度经营数据公告 | 2025-10-30 | Chinese | ||
| 38320273 | 香飘飘关于完成工商变更登记并换发营业执照的公告 | 2025-10-23 | Chinese | ||
| 38320264 | 国浩律师(杭州)事务所关于香飘飘食品股份有限公司2025年第二次临时股东会的法律意见书 | 2025-10-10 | Chinese | ||
| 38320244 | 香飘飘2025年第二次临时股东会决议公告 | 2025-10-10 | Chinese | ||
| 38320237 | 香飘飘2025年第二次临时股东会会议资料 | 2025-09-24 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of soft drinks; production of mineral waters and other bottled waters
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
5100 Xizang Glacier Company Limited
Produces and wholesales premium bottled mineral water and b…
|
1115 | HK | Manufacturing |
|
Akasha Wira International Tbk Tbk
Manufacturing and distributing beverages and beauty care pr…
|
ADES | ID | Manufacturing |
|
ANDINA BOTTLING CO INC
A Coca-Cola bottler producing and distributing non-alcoholi…
|
AKO-A | CL | Manufacturing |
|
Arca Continental, S.A.B. de C.V.
Produces and distributes Coca-Cola beverages and snacks acr…
|
AC | MX | Manufacturing |
|
Arunjyoti Bio Ventures Limited
Manufactures and distributes fruit juices, soft drinks, and…
|
530881 | IN | Manufacturing |
|
ASEED HOLDINGS CO.,LTD.
A holding company for vending machine operations and OEM/OD…
|
9959 | JP | Manufacturing |
|
BARFRESH FOOD GROUP INC.
Manufactures and distributes ready-to-blend and ready-to-dr…
|
BRFH | US | Manufacturing |
|
Barr (A.G.) PLC
A multi-beverage company that manufactures and distributes …
|
BAG | GB | Manufacturing |
|
Britvic PLC
A manufacturer of soft drinks with a portfolio of owned and…
|
BVIC | GB | Manufacturing |
|
Celsius Holdings, Inc.
Develops, markets, and distributes functional, lifestyle en…
|
CELH | US | Manufacturing |
XIANGPIAOPIAO FOOD 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/57794/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57794 | 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=57794 | 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=57794 \ -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": 57794}, 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 XIANGPIAOPIAO FOOD CO., LTD (id: 57794)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.