
Pinlive Foods Co., Ltd — Investor Relations & Filings
Pinlive Foods Co., Ltd. specializes in the development, branding, and distribution of imported food and beverage products. The company operates a multi-brand strategy, sourcing high-quality goods primarily from European markets to meet the demand for premium international products. Its core portfolio includes dairy products under the Weidendorf brand, beer under the Wurenbacher label, and various categories such as olive oil, snacks, and cereals. Pinlive manages the entire value chain from global sourcing and product localization to marketing and multi-channel distribution. By leveraging a robust supply chain and extensive partnerships with international manufacturers, the company maintains a significant presence across major retail chains and e-commerce platforms. Its business model focuses on bridging the gap between global producers and consumers through rigorous quality control and strategic brand positioning.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 中信建投证券股份有限公司关于品渥食品股份有限公司股东向特定机构投资者询价转让股份的核查报告 | 2026-05-22 | Chinese | |
| 股东询价转让结果报告书暨持股5%以上的股东权益变动触及5%整数倍的提示性公告 | 2026-05-22 | Chinese | |
| 简式权益变动报告书 | 2026-05-22 | Chinese | |
| 关于举行2025年度网上业绩说明会的公告 | 2026-05-18 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-15 | Chinese | |
| 北京市中伦(上海)律师事务所关于品渥食品股份有限公司2025年年度股东会的法律意见书 | 2026-05-15 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46806672 | 中信建投证券股份有限公司关于品渥食品股份有限公司股东向特定机构投资者询价转让股份的核查报告 | 2026-05-22 | Chinese | ||
| 46806669 | 股东询价转让结果报告书暨持股5%以上的股东权益变动触及5%整数倍的提示性公告 | 2026-05-22 | Chinese | ||
| 46806667 | 简式权益变动报告书 | 2026-05-22 | Chinese | ||
| 46384057 | 关于举行2025年度网上业绩说明会的公告 | 2026-05-18 | Chinese | ||
| 46352940 | 2025年年度股东会决议公告 | 2026-05-15 | Chinese | ||
| 46352943 | 北京市中伦(上海)律师事务所关于品渥食品股份有限公司2025年年度股东会的法律意见书 | 2026-05-15 | Chinese | ||
| 46352947 | 股东询价转让计划书 | 2026-05-15 | Chinese | ||
| 46352374 | 中信建投证券股份有限公司关于品渥食品股份有限公司股东向特定机构投资者询价转让股份相关资格的核查意见 | 2026-05-15 | Chinese | ||
| 38991009 | 关于会计政策变更的公告 | 2026-04-21 | Chinese | ||
| 38991001 | 2025年年度报告摘要 | 2026-04-21 | Chinese | ||
| 38990984 | 关于续聘2026年度审计机构的公告 | 2026-04-21 | Chinese | ||
| 38990978 | 立信会计师事务所(特殊普通合伙)关于品渥食品股份有限公司内部控制审计报告 | 2026-04-21 | Chinese | ||
| 38990973 | 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-21 | Chinese | ||
| 38990965 | 品渥食品股份有限公司董事会关于独立董事独立性自查情况的专项报告 | 2026-04-21 | Chinese | ||
| 38990960 | 2025年度独立董事述职报告(胡凯程) | 2026-04-21 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Wholesale of food, beverages and tobacco
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AELEA COMMODITIES LIMITED
Sources, processes, and trades cashews, sugar, pulses, and …
|
544213 | IN | Wholesale and retail trade |
|
Almunajem Foods Co.
Imports and distributes frozen, chilled, and dry food produ…
|
4162 | SA | Wholesale and retail trade |
|
AMCON DISTRIBUTING CO
A wholesale distributor of consumer products to convenience…
|
DIT | US | Wholesale and retail trade |
|
Aristocrat Group Corp.
Manages and distributes premium alcoholic beverages, includ…
|
ASCC | US | Wholesale and retail trade |
|
Asia Grocery Distribution Limited
Engaged in the trading and distribution of food and beverag…
|
8413 | HK | Wholesale and retail trade |
|
Asian Tea & Exports Ltd.
Processes and exports tea varieties and agricultural commod…
|
519532 | IN | Wholesale and retail trade |
|
Astron Connect
Distribution company connecting Canadian food and beverage …
|
AST | CA | Wholesale and retail trade |
|
BID CORPORATION LIMITED
International broad-line foodservice group distributing foo…
|
BIDE | ZA | Wholesale and retail trade |
|
BORATR CO., Ltd.
A food company that sources, imports, and distributes globa…
|
250000 | KR | Wholesale and retail trade |
|
CEDISUR S A
Food distribution company specializing in dry, refrigerated…
|
— | AR | Wholesale and retail trade |
Pinlive Foods 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/55859/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55859 | 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=55859 | 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=55859 \ -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": 55859}, 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 Pinlive Foods Co., Ltd (id: 55859)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.