
YIFAN PHARMACEUTICAL CO.,LTD — Investor Relations & Filings
Yifan Pharmaceutical Co., Ltd. focuses on the research, development, manufacturing, and commercialization of innovative biologics, specialty small molecules, and traditional Chinese medicine. The company maintains a diverse product portfolio, notably featuring Ryzneuta (efbemalenograstim alfa), a long-acting recombinant human granulocyte colony-stimulating factor used to treat chemotherapy-induced neutropenia. It is also recognized as a major global supplier of Vitamin B5 (D-calcium pantothenate). Operating with a global perspective, the firm manages integrated R&D and production platforms that adhere to international quality standards. Its core activities span drug discovery, clinical development, and large-scale manufacturing, with a strategic emphasis on therapeutic areas such as oncology, hematology, and dermatology.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 投资者关系管理制度(2024年4月修订) | 2024-04-19 | Chinese | |
| 关于使用自有资金进行委托理财的公告 | 2024-04-19 | Chinese | |
| 《董事会议事规则》修正案 | 2024-04-19 | Chinese | |
| 独立董事年度述职报告 | 2024-04-19 | Chinese | |
| 年度关联方资金占用专项审计报告 | 2024-04-19 | Chinese | |
| 募集资金管理办法(2024年4月修订) | 2024-04-19 | Chinese |
Browse filings by year
23 years- 2026 57 filings
- 2025 113 filings
- 2024 109 filings
- 2023 113 filings
- 2022 145 filings
- 2021 136 filings
- 2020 114 filings
- 2019 146 filings
- 2018 117 filings
- 2017 110 filings
- 2016 168 filings
- 2015 157 filings
- 2014 189 filings
- 2013 122 filings
- 2012 112 filings
- 2011 80 filings
- 2010 79 filings
- 2009 90 filings
- 2008 71 filings
- 2007 85 filings
- 2006 68 filings
- 2005 89 filings
- 2004 27 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 44363416 | 投资者关系管理制度(2024年4月修订) | 2024-04-19 | Chinese | ||
| 44363401 | 关于使用自有资金进行委托理财的公告 | 2024-04-19 | Chinese | ||
| 44363386 | 《董事会议事规则》修正案 | 2024-04-19 | Chinese | ||
| 44363371 | 独立董事年度述职报告 | 2024-04-19 | Chinese | ||
| 44363357 | 年度关联方资金占用专项审计报告 | 2024-04-19 | Chinese | ||
| 44363344 | 募集资金管理办法(2024年4月修订) | 2024-04-19 | Chinese | ||
| 44363328 | 董事会对独立董事独立性评估的专项意见 | 2024-04-19 | Chinese | ||
| 44363319 | 关于开展外汇套期保值业务的公告 | 2024-04-19 | Chinese | ||
| 44363303 | 2023年年度报告 | 2024-04-19 | Chinese | ||
| 44363299 | 战略委员会议事规则(2024年4月修订) | 2024-04-19 | Chinese | ||
| 44363283 | 2023年非经营性资金占用及其他关联资金往来情况汇总表 | 2024-04-19 | Chinese | ||
| 44363269 | 董事会议事规则(2024年4月修订) | 2024-04-19 | Chinese | ||
| 44363255 | 关于在下属子公司之间调剂担保额度及为全资子公司提供担保的进展公告 | 2024-04-07 | Chinese | ||
| 44363243 | 关于全资子公司获得政府补助的公告 | 2024-03-29 | Chinese | ||
| 44363239 | 关于控股子公司在研产品获欧盟委员会批准上市的公告 | 2024-03-24 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of pharmaceuticals, medicinal chemical and botanical products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
13260917 Canada Inc.
Biotech developing oral small molecules to restore muscle s…
|
MSCL | CA | Manufacturing |
|
1608557 Ontario Inc.
Biopharmaceutical company dedicated to R&D, discovery, and …
|
OTROQ | CA | Manufacturing |
|
3B BlackBio Dx Limited
Develops molecular diagnostic kits for oncology, infectious…
|
3BBLACKBIO | IN | Manufacturing |
|
3D Medicines Inc.
Commercial-stage biopharma specializing in next-generation …
|
1244 | HK | Manufacturing |
|
3SBio Inc.
Biopharmaceutical enterprise specializing in R&D, productio…
|
1530 | KY | Manufacturing |
|
4BASEBIO PLC
Manufactures GMP-grade synthetic DNA for next-generation th…
|
4BB | GB | Manufacturing |
|
4D Molecular Therapeutics, Inc.
Develops genetic medicines using AAV vectors for ophthalmol…
|
FDMT | US | Manufacturing |
|
4Front Ventures Corp.
Vertically integrated cannabis operator managing cultivatio…
|
FFNT | CA | Manufacturing |
|
4SC AG
Biopharmaceutical company with no products under developmen…
|
VSC | DE | Manufacturing |
|
60 DEGREES PHARMACEUTICALS, INC.
Develops and commercializes medicines for infectious diseas…
|
SXTP | US | Manufacturing |
YIFAN PHARMACEUTICAL 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/54083/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54083 | 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=54083 | 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=54083 \ -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": 54083}, 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 YIFAN PHARMACEUTICAL CO.,LTD (id: 54083)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.