Namchow Food Group( Shanghai) Co., Ltd. — Investor Relations & Filings
About Namchow Food Group( Shanghai) Co., Ltd.
Namchow Food Group (Shanghai) Co., Ltd. specializes in the research, development, production, and sale of high-end baking ingredients and processed food products. The company's core portfolio includes specialized fats such as margarine and shortening, whipped cream, frozen dough, and various dairy-based ingredients. It serves a diverse clientele ranging from industrial food manufacturers and professional bakeries to the catering and retail sectors. Namchow emphasizes technological innovation and quality control, operating multiple production bases and research centers to provide customized solutions and technical support. Its business model integrates raw material sourcing, advanced manufacturing processes, and a comprehensive distribution network to deliver specialized food solutions that meet evolving consumer preferences for taste and health.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 南侨食品集团(上海)股份有限公司关于召开2025年年度股东会的通知 | 2026-04-08 | Chinese | |
| 独立董事提名人声明(黄泽民) | 2026-04-08 | Chinese | |
| 独立董事候选人声明(王艳萍) | 2026-04-08 | Chinese | |
| 南侨食品集团(上海)股份有限公司董事、高级管理人员薪酬管理制度 | 2026-04-08 | Chinese | |
| 独立董事提名人声明(刘许友) | 2026-04-08 | Chinese | |
| 独立董事候选人声明(黄泽民) | 2026-04-08 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 38977008 | 南侨食品集团(上海)股份有限公司关于召开2025年年度股东会的通知 | 2026-04-08 | Chinese | ||
| 38977007 | 独立董事提名人声明(黄泽民) | 2026-04-08 | Chinese | ||
| 38977004 | 独立董事候选人声明(王艳萍) | 2026-04-08 | Chinese | ||
| 38976993 | 南侨食品集团(上海)股份有限公司董事、高级管理人员薪酬管理制度 | 2026-04-08 | Chinese | ||
| 38976986 | 独立董事提名人声明(刘许友) | 2026-04-08 | Chinese | ||
| 38976947 | 独立董事候选人声明(黄泽民) | 2026-04-08 | Chinese | ||
| 38976940 | 独立董事提名人声明(王艳萍) | 2026-04-08 | Chinese | ||
| 38976850 | 南侨食品集团(上海)股份有限公司关于部分募投项目延期的公告 | 2026-03-25 | Chinese | ||
| 38976841 | 申万宏源证券承销保荐有限责任公司关于南侨食品集团(上海)股份有限公司部分募投项目延期的核查意见 | 2026-03-25 | Chinese | ||
| 38976794 | 南侨食品集团(上海)股份有限公司2026年2月营业收入简报 | 2026-03-10 | Chinese | ||
| 38976784 | 南侨食品集团(上海)股份有限公司关于召开2025年度业绩说明会的公告 | 2026-03-09 | Chinese | ||
| 38976778 | 南侨食品集团(上海)股份有限公司2025年度独立董事述职报告(刘许友) | 2026-03-09 | Chinese | ||
| 38976764 | 南侨食品集团(上海)股份有限公司2025年度利润分配方案的公告 | 2026-03-09 | Chinese | ||
| 38976754 | 南侨食品集团(上海)股份有限公司2025年度审计报告 | 2026-03-09 | Chinese | ||
| 38976349 | 毕马威华振会计师事务所(特殊普通合伙)关于南侨食品集团(上海)股份有限公司2025年度非经营性资金占用及其他关联资金往来情况的专项说明 | 2026-03-09 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of vegetable and animal oils and fats
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AAK
Global producer of plant-based oils and fats for food and p…
|
AAK | SE | Manufacturing |
|
ADM Hamburg AG
Operates a large European oilseed crushing, refining, and l…
|
OEL | DE | Manufacturing |
|
Ajanta Soya Limited
Produces and markets vanaspati and refined edible oils for …
|
519216 | IN | Manufacturing |
|
Ambar Protein Industries Limited
Refines and markets edible oils such as cottonseed, sunflow…
|
519471 | IN | Manufacturing |
|
AMBO AGRITEC LIMITED
Manufactures and markets edible oils, bakery products, and …
|
543678 | IN | Manufacturing |
|
Apetit Oyj
Specializes in plant-based foods like frozen vegetables, ve…
|
APETIT | FI | Manufacturing |
|
Ashiana Agro Industries Ltd
Processes and refines edible oils and vanaspati for retail …
|
519174 | IN | Manufacturing |
|
Australian Oilseeds Holdings Ltd
Manufactures chemical-free, non-GMO edible oils and protein…
|
COOT | US | Manufacturing |
|
BCL INDUSTRIES LIMITED
Diversified manufacturer of edible oils, grain-based ethano…
|
BCLIND | IN | Manufacturing |
|
Besler Gıda ve Kimya Sanayi ve Ticaret A. Ş.
Manufacturer of frozen foods, canned goods, and edible fats…
|
KERVT | TR | Manufacturing |
Namchow Food Group( Shanghai) 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/58034/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58034 | 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=58034 | 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=58034 \ -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": 58034}, 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 Namchow Food Group( Shanghai) Co., Ltd. (id: 58034)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.