
Pangen Biotech Inc. — Investor Relations & Filings
Pangen Biotech Inc. is a biotechnology company specializing in the research, development, and manufacturing of biopharmaceuticals. The company utilizes its proprietary platform technologies, particularly those based on Chinese Hamster Ovary (CHO) cell lines, for the production of complex protein therapeutics. Its primary business activities include the development of a pipeline of biosimilar products, such as Erythropoietin (EPO) and Aflibercept. In addition to its own product pipeline, Pangen Biotech offers Contract Development and Manufacturing Organization (CDMO) services, providing expertise in cell line development and biopharmaceutical production to other firms. The company also supplies reagents and kits for research applications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 투자판단관련주요경영사항 (질병관리청 국립보건연구원 중증열성혈소판감소증후군(SFTS) 치료용 항체 비임상 시료 생산체계 고도화 및 평가과제 협상대상자 선정 ) | 2026-05-27 | Korean | |
| 분기보고서 (2026.03) | 2026-05-14 | Korean | |
| 임원ㆍ주요주주특정증권등소유상황보고서 | 2026-04-24 | Korean | |
| [기재정정]사업보고서 (2025.12) | 2026-04-22 | Korean | |
| 전환사채(해외전환사채포함)발행후만기전사채취득 | 2026-04-20 | Korean | |
| 사외이사의선임ㆍ해임또는중도퇴임에관한신고 | 2026-03-31 | Korean |
Browse filings by year
9 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47173561 | 투자판단관련주요경영사항 (질병관리청 국립보건연구원 중증열성혈소판감소증후군(SFTS) 치료용 항체 비임상 시료 생산체계 고도화 및 평가과제 협상대상자 선정 ) | 2026-05-27 | Korean | ||
| 45775394 | 분기보고서 (2026.03) | 2026-05-14 | Korean | ||
| 36110535 | 임원ㆍ주요주주특정증권등소유상황보고서 | 2026-04-24 | Korean | ||
| 35157454 | [기재정정]사업보고서 (2025.12) | 2026-04-22 | Korean | ||
| 34689567 | 전환사채(해외전환사채포함)발행후만기전사채취득 | 2026-04-20 | Korean | ||
| 33120043 | 사외이사의선임ㆍ해임또는중도퇴임에관한신고 | 2026-03-31 | Korean | ||
| 33119972 | 정기주주총회결과 | 2026-03-31 | Korean | ||
| 33009998 | 사업보고서 (2025.12) | 2026-03-23 | Korean | ||
| 32996850 | 주식등의대량보유상황보고서(일반) | 2026-03-20 | Korean | ||
| 32996838 | 임원ㆍ주요주주특정증권등소유상황보고서 | 2026-03-20 | Korean | ||
| 32996805 | 전환가액의조정 | 2026-03-20 | Korean | ||
| 32973138 | 주식등의대량보유상황보고서(일반) | 2026-03-18 | Korean | ||
| 32953403 | 주주총회소집공고 | 2026-03-16 | Korean | ||
| 32927177 | 주주총회소집결의 | 2026-03-11 | Korean | ||
| 32916622 | 주식등의대량보유상황보고서(일반) | 2026-03-09 | Korean | ||
Market data
Market data not available
Price history
Peer group · Manufacture of pharmaceuticals, medicinal chemical and botanical products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
GUANGDONG VTR BIO-TECH CO., LTD.
Researches and manufactures biological enzyme preparations …
|
300381 | CN | Manufacturing |
|
Guangdong Zhongsheng Pharmaceutical Co.,Ltd.
High-tech firm specializing in TCM, chemical drugs, and bio…
|
002317 | CN | Manufacturing |
|
Guangxi Wuzhou Zhongheng Group Co.,Ltd
Produces modernized TCM pharmaceuticals and health-oriented…
|
600252 | CN | Manufacturing |
|
Guangyuyuan Chinese Herbal Medicine Co.,Ltd.
Historic TCM producer of high-end herbal medicines using tr…
|
600771 | CN | Manufacturing |
|
Guangzhou Baiyunshan Pharmaceutical Holdings Company Limited
Vertically integrated pharmaceutical enterprise manufacturi…
|
874 | CN | Manufacturing |
|
Guangzhou Innogen Pharmaceutical Group Co., Ltd.
Discovers and develops innovative therapies for metabolic a…
|
2591 | HK | Manufacturing |
|
Guangzhou LBP Medicine Science & Technology Co., Ltd.
Develops pathological diagnostic products and automated sys…
|
688393 | CN | Manufacturing |
|
GUANGZHOU WONDFO BIOTECH CO.,LTD
Develops and manufactures rapid diagnostic products and POC…
|
300482 | CN | Manufacturing |
|
Guerbet
Develops contrast media and medical devices for diagnostic …
|
GBT | FR | Manufacturing |
|
Gufic BioSciences Ltd.
Manufactures pharmaceutical formulations, APIs, and special…
|
GUFICBIO | IN | Manufacturing |
Pangen Biotech Inc. 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/16858/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=16858 | 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=16858 | 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=16858 \ -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": 16858}, 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 Pangen Biotech Inc. (id: 16858)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.