
BESTORE CO.,LTD — Investor Relations & Filings
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 |
|---|---|---|---|
| 广发证券股份有限公司关于良品铺子股份有限公司2020年持续督导年度报告书 | 2021-03-29 | Chinese | |
| 良品铺子股份有限公司董事会审计委员会2020年度履职报告 | 2021-03-29 | Chinese | |
| 良品铺子2020年年度报告摘要 | 2021-03-29 | Chinese | |
| 良品铺子续聘会计师事务所公告 | 2021-03-29 | Chinese | |
| 良品铺子关于变更部分募集资金投资项目实施地点的公告 | 2021-03-29 | Chinese | |
| 良品铺子第二届董事会第三次会议决议公告 | 2021-03-29 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2021
15 filings
| |||||
| 38968684 | 广发证券股份有限公司关于良品铺子股份有限公司2020年持续督导年度报告书 | 2021-03-29 | Chinese | ||
| 38968673 | 良品铺子股份有限公司董事会审计委员会2020年度履职报告 | 2021-03-29 | Chinese | ||
| 38968662 | 良品铺子2020年年度报告摘要 | 2021-03-29 | Chinese | ||
| 38968637 | 良品铺子续聘会计师事务所公告 | 2021-03-29 | Chinese | ||
| 38968627 | 良品铺子关于变更部分募集资金投资项目实施地点的公告 | 2021-03-29 | Chinese | ||
| 38968618 | 良品铺子第二届董事会第三次会议决议公告 | 2021-03-29 | Chinese | ||
| 38968615 | 良品铺子股份有限公司2020年度内部控制审计报告 | 2021-03-29 | Chinese | ||
| 38968606 | 2020年募集资金存放与实际使用情况专项报告的鉴证报告 | 2021-03-29 | Chinese | ||
| 38968584 | 良品铺子股份有限公司2020年度企业社会责任报告 | 2021-03-29 | Chinese | ||
| 38968467 | 良品铺子股份有限公司独立董事关于2020年度关联方资金占用及对外担保情况的专项说明及独立意见 | 2021-03-29 | Chinese | ||
| 38968460 | 良品铺子关于召开2020年年度股东大会的通知 | 2021-03-29 | Chinese | ||
| 38968440 | 良品铺子关于公司及控股子公司2021年度向金融机构申请综合授信额度并进行预计担保的公告 | 2021-03-29 | Chinese | ||
| 38968433 | 良品铺子关于会计政策变更的公告 | 2021-03-29 | Chinese | ||
| 38968427 | 广发证券股份有限公司关于良品铺子股份有限公司变更部分募集资金投资项目实施地点的核查意见 | 2021-03-29 | Chinese | ||
| 38968410 | 良品铺子股份有限公司2020年度募集资金存放与实际使用情况的专项报告 | 2021-03-29 | 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.