
CHENGDE LOLO CO.,LTD — Investor Relations & Filings
CHENGDE LOLO CO.,LTD. specializes in the development, production, and sale of plant-based protein beverages. The company is best known for its flagship almond juice products, marketed under the Lolo brand, which are produced using wild almonds. Its product range encompasses various almond-based drinks, walnut juices, and other nutritional beverages designed for health-conscious consumers. The company utilizes specialized grinding and extraction processes to preserve the natural flavor and nutritional profile of its raw materials. It operates through an established distribution network, targeting diverse consumer segments with a focus on quality and traditional brand heritage in the beverage market.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2022-08-15 | Chinese | |
| 2022年半年度财务报告 | 2022-08-15 | Chinese | |
| 半年报董事会决议公告 | 2022-08-15 | Chinese | |
| 2022年半年度报告 | 2022-08-15 | Chinese | |
| 关于万向财务有限公司的风险评估报告 | 2022-08-15 | Chinese | |
| 2022年半年度报告摘要 | 2022-08-15 | Chinese |
Browse filings by year
27 years- 2026 29 filings
- 2025 106 filings
- 2024 109 filings
- 2023 66 filings
- 2022 104 filings
- 2021 61 filings
- 2020 80 filings
- 2019 56 filings
- 2018 85 filings
- 2017 45 filings
- 2016 60 filings
- 2015 62 filings
- 2014 47 filings
- 2013 63 filings
- 2012 47 filings
- 2011 44 filings
- 2010 41 filings
- 2009 24 filings
- 2008 40 filings
- 2007 66 filings
- 2006 77 filings
- 2005 19 filings
- 2004 23 filings
- 2003 36 filings
- 2002 19 filings
- 2001 5 filings
- 1997 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
15 filings
| |||||
| 43908706 | 半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2022-08-15 | Chinese | ||
| 43908692 | 2022年半年度财务报告 | 2022-08-15 | Chinese | ||
| 43908649 | 半年报董事会决议公告 | 2022-08-15 | Chinese | ||
| 43908635 | 2022年半年度报告 | 2022-08-15 | Chinese | ||
| 43908620 | 关于万向财务有限公司的风险评估报告 | 2022-08-15 | Chinese | ||
| 43908605 | 2022年半年度报告摘要 | 2022-08-15 | Chinese | ||
| 43908580 | 独立董事关于控股股东及其他关联方占用公司资金、公司对外担保情况的专项说明和独立意见 | 2022-08-15 | Chinese | ||
| 43908570 | 关于股份回购进展情况的公告 | 2022-08-02 | Chinese | ||
| 43908560 | 重大诉讼进展公告 | 2022-07-22 | Chinese | ||
| 43908544 | 关于股份回购进展情况的公告 | 2022-07-01 | Chinese | ||
| 43908531 | 关于首次回购公司股份的公告 | 2022-06-23 | Chinese | ||
| 43908518 | 关于股份回购进展情况的公告 | 2022-06-01 | Chinese | ||
| 43908507 | 关于变更公司名称完成工商变更登记的公告 | 2022-05-30 | Chinese | ||
| 43908493 | 2021年度股东大会决议公告 | 2022-05-06 | Chinese | ||
| 43908474 | 章程修正案 | 2022-05-06 | 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 |
CHENGDE LOLO 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/53854/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53854 | 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=53854 | 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=53854 \ -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": 53854}, 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 CHENGDE LOLO CO.,LTD (id: 53854)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.