Angel Yeast Co.,Ltd — Investor Relations & Filings
About Angel Yeast Co.,Ltd
Angel Yeast Co.,Ltd. is a global biotechnology company specializing in the production of yeast and yeast derivatives. The company operates a comprehensive portfolio that includes baker's yeast, brewing yeast, yeast extract, and specialized products for human health, animal nutrition, plant nutrition, and enzyme preparations. As one of the world's leading yeast manufacturers, it provides high-quality fermentation solutions to the food, beverage, pharmaceutical, and agricultural sectors. Its core offerings encompass dry and fresh yeast for industrial and home baking, flavor enhancers derived from yeast extract for the food processing industry, and bio-nutrients for microbial fermentation. The company emphasizes research and development to drive innovation in biotechnology, maintaining a global distribution network that serves customers in over 150 countries and regions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 安琪酵母股份有限公司2025年度独立董事程池述职报告 | 2026-03-30 | Chinese | |
| 安琪酵母股份有限公司关于2025年度利润分配方案的公告 | 2026-03-30 | Chinese | |
| 2025年度董事会工作报告 | 2026-03-30 | Chinese | |
| 安琪酵母股份有限公司2025年度独立董事胡俞越述职报告 | 2026-03-30 | Chinese | |
| 安琪酵母股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2026-03-30 | Chinese | |
| 安琪酵母股份有限公司关于续聘会计师事务所的公告 | 2026-03-30 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40707889 | 安琪酵母股份有限公司2025年度独立董事程池述职报告 | 2026-03-30 | Chinese | ||
| 40707795 | 安琪酵母股份有限公司关于2025年度利润分配方案的公告 | 2026-03-30 | Chinese | ||
| 40707790 | 2025年度董事会工作报告 | 2026-03-30 | Chinese | ||
| 40707781 | 安琪酵母股份有限公司2025年度独立董事胡俞越述职报告 | 2026-03-30 | Chinese | ||
| 40707716 | 安琪酵母股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2026-03-30 | Chinese | ||
| 40707686 | 安琪酵母股份有限公司关于续聘会计师事务所的公告 | 2026-03-30 | Chinese | ||
| 40707674 | 安琪酵母股份有限公司关于召开2025年年度股东会的通知 | 2026-03-30 | Chinese | ||
| 40707668 | 安琪酵母股份有限公司第十届董事会第十二次会议决议公告 | 2026-03-30 | Chinese | ||
| 40707654 | 安琪酵母股份有限公司2025年度独立董事涂娟述职报告 | 2026-03-30 | Chinese | ||
| 40707583 | 安琪酵母股份有限公司2025年度审计报告 | 2026-03-30 | Chinese | ||
| 40707370 | 安琪酵母股份有限公司关于召开2025年度业绩说明会的公告 | 2026-03-25 | Chinese | ||
| 40707358 | 安琪酵母股份有限公司关于限制性股票回购注销的实施公告 | 2026-03-19 | Chinese | ||
| 40707351 | 安琪酵母股份有限公司第十届董事会第十一次会议决议公告 | 2026-03-18 | Chinese | ||
| 40707344 | 安琪酵母股份有限公司关于宜昌高新区公司实施白洋生物科技园项目二期的公告 | 2026-03-18 | Chinese | ||
| 40707328 | 安琪酵母股份有限公司关于为控股子公司提供担保的公告 | 2026-02-10 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other food products n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
7 Fit Spolka Akcyjna
Producer and distributor of nutritional and dietary supplem…
|
7FT | PL | Manufacturing |
|
AB Akola Group
An agricultural and food production group with integrated '…
|
LNA1L | LT | Manufacturing |
|
Above Food Ingredients Inc.
A plant-based ingredient company specializing in regenerati…
|
ABVE | CA | Manufacturing |
|
Abram Food Limited
Manufactures and distributes snacks, confectionery, and pro…
|
544422 | IN | Manufacturing |
|
ACOMO N.V.
Sources, processes, and distributes plant-based ingredients…
|
ACOMO | NL | Manufacturing |
|
AFC Group Holdings Limited
Produces and distributes food, health, and beauty products …
|
AFC | NZ | Manufacturing |
|
Agape ATP Corp
Provides health products and wellness advisory services in …
|
ATPC | US | Manufacturing |
|
AGV Products Corporation
Manufactures food, beverages, and health supplements using …
|
1217 | TW | Manufacturing |
|
ahjikanco.,ltd
Manufacturer and wholesaler of processed Japanese egg, vege…
|
2907 | JP | Manufacturing |
|
Ajinomoto Co., Inc.
A global firm specializing in food products and amino acid-…
|
2802 | JP | Manufacturing |
Angel Yeast 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/56629/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56629 | 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=56629 | 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=56629 \ -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": 56629}, 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 Angel Yeast Co.,Ltd (id: 56629)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.