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年8月修订) | 2025-08-14 | Chinese | |
| 安琪酵母股份有限公司董事及高管人员薪酬管理办法(2025年8月修订) | 2025-08-14 | Chinese | |
| 安琪酵母股份有限公司董事会提名委员会实施细则(2025年8月修订) | 2025-08-14 | Chinese | |
| 安琪酵母股份有限公司2025年半年度报告 | 2025-08-14 | Chinese | |
| 安琪酵母股份有限公司总经理工作细则(2025年8月修订) | 2025-08-14 | Chinese | |
| 安琪酵母股份有限公司内部控制制度(2025年8月修订) | 2025-08-14 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 40706813 | 安琪酵母股份有限公司关联交易管理制度(2025年8月修订) | 2025-08-14 | Chinese | ||
| 40706804 | 安琪酵母股份有限公司董事及高管人员薪酬管理办法(2025年8月修订) | 2025-08-14 | Chinese | ||
| 40706798 | 安琪酵母股份有限公司董事会提名委员会实施细则(2025年8月修订) | 2025-08-14 | Chinese | ||
| 40706793 | 安琪酵母股份有限公司2025年半年度报告 | 2025-08-14 | Chinese | ||
| 40706773 | 安琪酵母股份有限公司总经理工作细则(2025年8月修订) | 2025-08-14 | Chinese | ||
| 40706766 | 安琪酵母股份有限公司内部控制制度(2025年8月修订) | 2025-08-14 | Chinese | ||
| 40706759 | 安琪酵母股份有限公司募集资金管理办法(2025年8月修订) | 2025-08-14 | Chinese | ||
| 40706755 | 安琪酵母股份有限公司对外担保管理制度(2025年8月修订) | 2025-08-14 | Chinese | ||
| 40706748 | 安琪酵母股份有限公司独立董事工作制度(2025年8月修订) | 2025-08-14 | Chinese | ||
| 40706744 | 安琪酵母股份有限公司董事会战略与可持续发展委员会实施细则(2025年8月修订) | 2025-08-14 | Chinese | ||
| 40706739 | 安琪酵母股份有限公司董事会议事规则(2025年8月修订) | 2025-08-14 | Chinese | ||
| 40706733 | 安琪酵母股份有限公司关于修订公司《董事会议事规则》有关条款的公告 | 2025-08-14 | Chinese | ||
| 40706725 | 安琪酵母股份有限公司关于召开2025年半年度业绩说明会的公告 | 2025-08-11 | Chinese | ||
| 40706718 | 安琪酵母股份有限公司2025年第三次临时股东会决议公告 | 2025-08-11 | Chinese | ||
| 40706710 | 北京市通商律师事务所关于安琪酵母股份有限公司2025年第三次临时股东会的法律意见书 | 2025-08-11 | 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.