
PELL BMT — Investor Relations & Filings
Pell Biologics & Medical Technology Co., Ltd. specializes in the research, development, and clinical application of advanced cell and gene therapies. The company’s core expertise lies in Chimeric Antigen Receptor T-cell (CAR-T) therapy, adoptive T-cell therapy, and stem cell-based regenerative medicine. Its primary R&D pipeline includes CD19 CAR-T treatments for B-cell lymphoma, alongside Cytokine-Induced Killer (CIK) and Dendritic Cell-Cytokine Induced Killer (DC-CIK) immunotherapies. In the field of regenerative medicine, the company develops adipose-derived stem cell (ADSC) applications for degenerative arthritis and tissue repair. Operating within GTP and GMP-compliant facilities, the company focuses on critical technologies for cell isolation, activation, and expansion to deliver personalized precision medicine and high-quality cellular products.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 公告本公司研發主管異動案 | 2026-05-20 | Chinese | |
| 115年年報及股東會資料 — 2026_6949_20260618F13.pdf | 2026-05-18 | Chinese | |
| 115年年報及股東會資料 — 2026_6949_20260618F02.pdf | 2026-05-18 | Chinese | |
| 115年年報及股東會資料 — 2026_6949_20260618FE1.pdf | 2026-05-18 | English | |
| 115年年報及股東會資料 — 2026_6949_20260618FE2.pdf | 2026-05-18 | English | |
| 115年年報及股東會資料 — 2026_6949_20260618F17.pdf | 2026-05-18 | Chinese |
Browse filings by year
1 year| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46580434 | 公告本公司研發主管異動案 | 2026-05-20 | Chinese | ||
| 46383604 | 115年年報及股東會資料 — 2026_6949_20260618F13.pdf | 2026-05-18 | Chinese | ||
| 46383603 | 115年年報及股東會資料 — 2026_6949_20260618F02.pdf | 2026-05-18 | Chinese | ||
| 46383602 | 115年年報及股東會資料 — 2026_6949_20260618FE1.pdf | 2026-05-18 | English | ||
| 46383601 | 115年年報及股東會資料 — 2026_6949_20260618FE2.pdf | 2026-05-18 | English | ||
| 46383600 | 115年年報及股東會資料 — 2026_6949_20260618F17.pdf | 2026-05-18 | Chinese | ||
| 46383612 | 115年年報及股東會資料 — 2026_6949_20260618F01.pdf | 2026-05-18 | Chinese | ||
| 46337610 | 115年第1季財務報告書 — 202601_6949_AI1.pdf | 2026-05-13 | Chinese | ||
| 46362468 | 115年第1季大陸投資 | 2026-05-13 | Chinese | ||
| 40865535 | 115年05月僑外投資持股 | 2026-05-04 | Chinese | ||
| 37423850 | 公告本公司115年度第一季合併財務報告董事會召開日期 | 2026-04-27 | Chinese | ||
| 35693316 | 公司接獲獨立數據監測委員會(IDMC)通知,PL001 (CD19嵌合抗原受體T細胞製劑)之療效通過第二期臨床 試驗期中分析,達統計上顯著意義 | 2026-04-23 | Chinese | ||
| 34568612 | 係因本公司有價證券於集中交易市場達公布注意交易資訊 標準,故公布相關財務業務等重大訊息,以利投資人區別瞭解 | 2026-04-15 | Chinese | ||
| 33795020 | 115年3月背書保證與資金貸與 | 2026-04-08 | Chinese | ||
| 33795019 | 115年3月營業收入 | 2026-04-08 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Research and experimental development on natural sciences and engineering
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Vcanbio Cell & Gene Engineering Corp., Ltd
Focuses on stem cell bio-banking, genetic testing, and cell…
|
600645 | CN | Professional, scientific and te… |
|
VECTUS BIOSYSTEMS LIMITED
Develops therapeutics to reverse fibrosis and hypertension …
|
VBS | AU | Professional, scientific and te… |
|
Veradermics, Inc
Clinical-stage biopharmaceutical company developing medical…
|
MANE | US | Professional, scientific and te… |
|
Vera Therapeutics, Inc.
Clinical-stage biotech developing treatments for immunologi…
|
VERA | US | Professional, scientific and te… |
|
Veritas In Silico Inc.
A drug discovery company developing mRNA-targeting therapeu…
|
130A | JP | Professional, scientific and te… |
|
ViGenCell Inc.
Develops immune cell therapies to treat cancer and other in…
|
308080 | KR | Professional, scientific and te… |
|
Viking Therapeutics, Inc.
Clinical-stage biopharma developing therapies for metabolic…
|
VKTX | US | Professional, scientific and te… |
|
Vimta Labs Ltd.
Contract research and testing organization for life science…
|
VIMTALABS | IN | Professional, scientific and te… |
|
Vinext S.p.A.
Develops sustainable technology for the oenology and agri-f…
|
VNXT | IT | Professional, scientific and te… |
|
Virax Biolabs Group Ltd
Biotechnology company specializing in immune response detec…
|
VRAX | US | Professional, scientific and te… |
PELL BMT 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/52672/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52672 | 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=52672 | 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=52672 \ -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": 52672}, 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 PELL BMT (id: 52672)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.