Royal Group Co.,Ltd. — Investor Relations & Filings
Royal Group Co., Ltd. specializes in the research, development, production, and distribution of dairy products, with a primary focus on the processing of buffalo milk. The company positions itself as a leader in the niche buffalo dairy segment, offering a product portfolio that includes liquid milk, yogurt, and specialized dairy ingredients. The organization maintains an integrated supply chain encompassing dairy cattle breeding, raw milk collection, and advanced manufacturing processes. By leveraging proprietary research and development, the company provides nutritional products characterized by the specific properties of buffalo milk. Its operations emphasize quality control and technological innovation to meet consumer demand for premium dairy alternatives.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2024年年度报告摘要 | 2025-04-24 | Chinese | |
| 关于独立董事取得独立董事培训证明的公告 | 2025-04-24 | Chinese | |
| 上海荣正企业咨询服务(集团)股份有限公司关于皇氏集团股份有限公司回购注销部分限制性股票相关事项之独立财务顾问报告 | 2025-04-24 | Chinese | |
| 北京德恒(南宁)律师事务所关于皇氏集团股份有限公司2022年限制性股票激励计划回购注销部分限制性股票相关事项的法律意见 | 2025-04-24 | Chinese | |
| 关于2022年限制性股票激励计划部分限制性股票回购注销完成的公告 | 2025-04-21 | Chinese | |
| 关于公司及相关当事人收到《行政处罚事先告知书》的公告 | 2025-04-17 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 35488132 | 2024年年度报告摘要 | 2025-04-24 | Chinese | ||
| 35488110 | 关于独立董事取得独立董事培训证明的公告 | 2025-04-24 | Chinese | ||
| 35488096 | 上海荣正企业咨询服务(集团)股份有限公司关于皇氏集团股份有限公司回购注销部分限制性股票相关事项之独立财务顾问报告 | 2025-04-24 | Chinese | ||
| 35488084 | 北京德恒(南宁)律师事务所关于皇氏集团股份有限公司2022年限制性股票激励计划回购注销部分限制性股票相关事项的法律意见 | 2025-04-24 | Chinese | ||
| 35488072 | 关于2022年限制性股票激励计划部分限制性股票回购注销完成的公告 | 2025-04-21 | Chinese | ||
| 35488057 | 关于公司及相关当事人收到《行政处罚事先告知书》的公告 | 2025-04-17 | Chinese | ||
| 35488050 | 关于部分业绩承诺补偿股份回购注销完成的公告 | 2025-04-03 | Chinese | ||
| 35488039 | 中信建投证券股份有限公司关于皇氏集团股份有限公司部分业绩承诺补偿股份回购注销完成的核查意见 | 2025-04-03 | Chinese | ||
| 35488032 | 关于公司收到立案告知书的公告 | 2025-03-31 | Chinese | ||
| 35488023 | 关于部分业绩承诺补偿股份过户完成暨诉讼事项的进展公告 | 2025-03-13 | Chinese | ||
| 35488010 | 关于控股股东部分股份解除质押的公告 | 2025-03-04 | Chinese | ||
| 35488003 | 关于对外担保的进展公告 | 2025-03-04 | Chinese | ||
| 35487987 | 第七届董事会第一次会议决议公告 | 2025-02-24 | Chinese | ||
| 35487977 | 第七届监事会第一次会议决议公告 | 2025-02-24 | Chinese | ||
| 35487962 | 北京市康达律师事务所关于皇氏集团股份有限公司2025年第一次临时股东大会的法律意见书 | 2025-02-24 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of dairy products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Almarai Co.
Leading manufacturer and distributor of dairy, juices, bake…
|
2280 | SA | Manufacturing |
|
ALTINKILIÇ GIDA VE SÜT SANAYİ TİCARET A.Ş.
Manufacturer of dairy products specializing in traditional …
|
ALKLC | TR | Manufacturing |
|
Ausnutria Dairy Corporation Ltd
International specialist in high-end dairy and nutrition pr…
|
1717 | KY | Manufacturing |
|
AUSTRALIAN DAIRY NUTRITIONALS LIMITED
Vertically integrated producer of premium dairy products an…
|
AHF | AU | Manufacturing |
|
BEGA CHEESE LIMITED
Processes and distributes dairy, grocery, and nutritional p…
|
BGA | AU | Manufacturing |
|
Beijing Sanyuan Foods Co.,Ltd.
Integrated dairy producer specializing in processing, distr…
|
600429 | CN | Manufacturing |
|
BINGGRAE CO.,LTD
Manufactures dairy products, ice cream, beverages, and snac…
|
005180 | KR | Manufacturing |
|
BRIGHT DAIRY & FOOD CO.,LTD.
Produces and distributes dairy products through an integrat…
|
600597 | CN | Manufacturing |
|
Centrale Del Latte D'Italia
Produces, processes, and commercializes milk and dairy prod…
|
CLI | IT | Manufacturing |
|
China Feihe Limited
Largest domestic Chinese infant milk formula producer and d…
|
6186 | HK | Manufacturing |
Royal Group 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/54375/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54375 | 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=54375 | 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=54375 \ -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": 54375}, 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 Royal Group Co.,Ltd. (id: 54375)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.