
Sirio Pharma Co., Ltd. — Investor Relations & Filings
Sirio Pharma Co., Ltd. is a global contract development and manufacturing organization (CDMO) specializing in dietary supplements and nutraceuticals. The company provides comprehensive services encompassing product formulation, manufacturing, and packaging. Its portfolio includes diverse delivery formats such as softgels, gummies, tablets, hard capsules, powders, and oral liquids. Sirio Pharma emphasizes innovation in delivery systems, offering specialized solutions like plant-based softgels and advanced probiotic formulations. The organization adheres to rigorous quality management systems and maintains multiple international certifications to meet global regulatory standards. Serving an international clientele, the company supports health and wellness brands through scalable production capacities and integrated supply chain solutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 广东信达律师事务所关于仙乐健康科技股份有限公司2026年限制性股票激励计划首次授予相关事项的法律意见书 | 2026-03-24 | Chinese | |
| 2026-035 关于仙乐转债回售的第一次提示性公告 | 2026-03-24 | Chinese | |
| 2026年限制性股票激励计划首次授予激励对象名单(授予日) | 2026-03-24 | Chinese | |
| 关于公司股东、董事、副总经理部分股份质押延期购回的公告 | 2026-03-19 | Chinese | |
| 2026-030 关于公司证券事务代表辞职的公告 | 2026-03-02 | Chinese | |
| 第四届董事会第十九次会议决议公告 | 2026-03-02 | Chinese |
Browse filings by year
8 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 38423317 | 广东信达律师事务所关于仙乐健康科技股份有限公司2026年限制性股票激励计划首次授予相关事项的法律意见书 | 2026-03-24 | Chinese | ||
| 38423306 | 2026-035 关于仙乐转债回售的第一次提示性公告 | 2026-03-24 | Chinese | ||
| 38423294 | 2026年限制性股票激励计划首次授予激励对象名单(授予日) | 2026-03-24 | Chinese | ||
| 38423280 | 关于公司股东、董事、副总经理部分股份质押延期购回的公告 | 2026-03-19 | Chinese | ||
| 38423185 | 2026-030 关于公司证券事务代表辞职的公告 | 2026-03-02 | Chinese | ||
| 38423177 | 第四届董事会第十九次会议决议公告 | 2026-03-02 | Chinese | ||
| 38423175 | 关于不向下修正仙乐转债转股价格的公告 | 2026-03-02 | Chinese | ||
| 38423156 | 广东信达律师事务所关于仙乐健康2026年第二次临时股东会的法律意见书 | 2026-02-26 | Chinese | ||
| 38423142 | 2026年第二次临时股东大会决议公告 | 2026-02-26 | Chinese | ||
| 38423128 | 关于仙乐转债预计触发转股价格修正条件的提示性公告 | 2026-02-13 | Chinese | ||
| 38423111 | 关于召开2026年第二次临时股东会的提示性公告 | 2026-02-13 | Chinese | ||
| 38423101 | 董事会薪酬与考核委员会关于公司2026年限制性股票激励计划首次授予激励对象名单的公示情况说明及核查意见 | 2026-02-12 | Chinese | ||
| 38423092 | 广东信达律师事务所关于仙乐健康科技股份有限公司2026年员工持股计划(草案)的法律意见书 | 2026-02-12 | Chinese | ||
| 38423080 | 关于增加公司对子公司申请银行授信预计提供担保进展的公告 | 2026-02-12 | Chinese | ||
| 38423079 | 关于 2026年限制性股票激励计划内幕信息知情人买卖公司股票情况的自查报告 | 2026-02-05 | 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 |
|
A1 A.K. KOH GROUP BERHAD
Manufactures, markets, supplies, and distributes over 340 p…
|
— | MY | 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 |
|
AGTHIA Group
Manufacturer and distributor of diverse, nutritious food an…
|
AGTHIA | AE | Manufacturing |
|
AGV
Manufactures food, beverages, and health supplements using …
|
1217 | TW | Manufacturing |
Sirio Pharma 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/55762/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55762 | 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=55762 | 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=55762 \ -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": 55762}, 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 Sirio Pharma Co., Ltd. (id: 55762)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.