BESTORE CO.,LTD — Investor Relations & Filings
About BESTORE CO.,LTD
BESTORE CO.,LTD. specializes in the research, development, procurement, and multi-channel distribution of snack food products. The company’s extensive portfolio includes nuts, roasted seeds, dried fruits, meat snacks, vegetarian snacks, and baked goods. It operates through an integrated omni-channel retail model, combining a large-scale network of physical storefronts with a significant presence across digital e-commerce platforms. The company focuses on a premium market positioning, characterized by stringent quality control protocols, supply chain optimization, and continuous product innovation. Its operational framework covers the full lifecycle of snack production and sales, prioritizing ingredient traceability and standardized manufacturing processes to maintain product integrity across diverse consumer segments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 良品铺子独立董事2025年度述职报告(章霞) | 2026-04-21 | Chinese | |
| 良品铺子关于2025年下半年度计提资产减值准备的公告 | 2026-04-21 | Chinese | |
| 良品铺子关于控股股东、实际控制人收到执行通知书的公告 | 2026-04-16 | Chinese | |
| 良品铺子股东减持股份计划公告 | 2026-04-13 | Chinese | |
| 良品铺子关于控股股东收到执行通知书相关事项监管工作函的回复公告 | 2026-03-17 | Chinese | |
| 良品铺子关于控股股东、实际控制人收到执行通知书的公告 | 2026-02-03 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
9 filings
| |||||
| 38978096 | 良品铺子独立董事2025年度述职报告(章霞) | 2026-04-21 | Chinese | ||
| 38978086 | 良品铺子关于2025年下半年度计提资产减值准备的公告 | 2026-04-21 | Chinese | ||
| 38978079 | 良品铺子关于控股股东、实际控制人收到执行通知书的公告 | 2026-04-16 | Chinese | ||
| 38978077 | 良品铺子股东减持股份计划公告 | 2026-04-13 | Chinese | ||
| 38978074 | 良品铺子关于控股股东收到执行通知书相关事项监管工作函的回复公告 | 2026-03-17 | Chinese | ||
| 38978070 | 良品铺子关于控股股东、实际控制人收到执行通知书的公告 | 2026-02-03 | Chinese | ||
| 38978063 | 良品铺子2025年年度业绩预告 | 2026-01-19 | Chinese | ||
| 38978057 | 良品铺子关于控股股东部分股份解除冻结、标记的公告 | 2026-01-07 | Chinese | ||
| 38978049 | 良品铺子关于为全资子公司提供银行授信担保的进展公告 | 2026-01-05 | Chinese | ||
|
2025
6 filings
| |||||
| 38978035 | 良品铺子2025年第一次临时股东大会决议公告 | 2025-12-24 | Chinese | ||
| 38978031 | 北京市金杜(广州)律师事务所关于良品铺子股份有限公司2025年第一次临时股东大会的法律意见书 | 2025-12-24 | Chinese | ||
| 38978029 | 良品铺子关于控股股东涉及诉讼的进展公告 | 2025-12-16 | Chinese | ||
| 38978024 | 良品铺子2025年第一次临时股东大会会议资料 | 2025-12-16 | Chinese | ||
| 38978015 | 良品铺子董事会议事规则(2025年12月修订) | 2025-12-08 | Chinese | ||
| 38978005 | 良品铺子公司章程(2025年12月修订) | 2025-12-08 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Retail sale of food
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
B & S International Holdings Ltd.
Distribution and retail of overseas branded food and bevera…
|
1705 | HK | Wholesale and retail trade |
|
Cheffelo
A Scandinavian food-tech company offering subscription-base…
|
CHEF | SE | Wholesale and retail trade |
|
DAVIDsTEA INC.
Specialty retailer offering over 150 premium loose-leaf tea…
|
DTEA | CA | Wholesale and retail trade |
|
DSM Fresh Foods Limited
Technology-driven fresh meat and seafood supply chain using…
|
544568 | IN | Wholesale and retail trade |
|
Ecomiam
Retailer of French-origin frozen foods sold through stores …
|
ALECO | FR | Wholesale and retail trade |
|
Guandao Puer Investment
Investment holding company specializing in the cultivation …
|
MLGDI | LU | Wholesale and retail trade |
|
Magson Retail And Distribution Limited
Retails and distributes premium specialty foods, gourmet da…
|
MAGSON | IN | Wholesale and retail trade |
|
MEDIFAST INC
Offers habit-based, coach-guided lifestyle solutions for he…
|
MED | US | Wholesale and retail trade |
|
My Food Bag Group Limited
Delivers meal kits and prepared food solutions using season…
|
MFB | NZ | Wholesale and retail trade |
|
Oisix ra daichi Inc.
Online food retailer offering home delivery of organic and …
|
3182 | JP | Wholesale and retail trade |
BESTORE 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/57800/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57800 | 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=57800 | 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=57800 \ -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": 57800}, 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 BESTORE CO.,LTD (id: 57800)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.