
Jafron Biomedical Co.,Ltd. — Investor Relations & Filings
Jafron Biomedical Co.,Ltd. specializes in the research, development, and manufacturing of biomaterials and equipment for blood purification. The company is a primary provider of hemoperfusion technology, focusing on the production of adsorbent cartridges designed to remove specific toxins and inflammatory mediators from the bloodstream. Its core product portfolio includes the HA series of hemoperfusion cartridges, which are applied in clinical settings for end-stage renal disease, acute poisoning, critical care, and liver failure. Beyond consumables, the company develops blood purification machines and integrated treatment systems. These solutions target clinical applications in nephrology, intensive care, and hepatology. By leveraging advanced resin adsorption technology, the company provides specialized extracorporeal blood treatment options aimed at improving patient outcomes in complex medical conditions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于调整2017年股票期权激励计划及相关文件中首次授予部分第三个行权期、预留授予部分第二个行权期及第三个行权期个人层面绩效考核要求的公告 | 2020-06-22 | Chinese | |
| 可转换公司债券之债券持有人会议规则(2020年6月) | 2020-06-22 | Chinese | |
| 关于控股股东、实际控制人减持计划实施完毕暨减持股份累计达到1%的公告 | 2020-06-05 | Chinese | |
| 2020年第二次临时股东大会决议公告 | 2020-05-28 | Chinese | |
| 2020年第二次临时股东大会的法律意见书 | 2020-05-28 | Chinese | |
| 关于取得医疗器械注册证的公告 | 2020-05-21 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2020
15 filings
| |||||
| 36939826 | 关于调整2017年股票期权激励计划及相关文件中首次授予部分第三个行权期、预留授予部分第二个行权期及第三个行权期个人层面绩效考核要求的公告 | 2020-06-22 | Chinese | ||
| 36939818 | 可转换公司债券之债券持有人会议规则(2020年6月) | 2020-06-22 | Chinese | ||
| 36939809 | 关于控股股东、实际控制人减持计划实施完毕暨减持股份累计达到1%的公告 | 2020-06-05 | Chinese | ||
| 36939803 | 2020年第二次临时股东大会决议公告 | 2020-05-28 | Chinese | ||
| 36939799 | 2020年第二次临时股东大会的法律意见书 | 2020-05-28 | Chinese | ||
| 36939792 | 关于取得医疗器械注册证的公告 | 2020-05-21 | Chinese | ||
| 36939785 | 国浩律师(深圳)事务所关于公司2016年限制性股票激励计划调整限制性股票回购价格及数量的法律意见书 | 2020-05-20 | Chinese | ||
| 36939780 | 国浩律师(深圳)事务所关于公司注销部分股票期权的法律意见书 | 2020-05-20 | Chinese | ||
| 36939772 | 国浩律师(深圳)事务所关于公司调整股票期权激励计划行权价格及数量的法律意见书 | 2020-05-20 | Chinese | ||
| 36939763 | 关于回购注销部分限制性股票的公告 | 2020-05-20 | Chinese | ||
| 36939751 | 关于注销部分股票期权的公告 | 2020-05-20 | Chinese | ||
| 36939742 | 关于调整股票期权激励计划行权价格及数量的公告 | 2020-05-20 | Chinese | ||
| 36939729 | 国浩律师(深圳)事务所关于公司回购注销部分限制性股票的法律意见书 | 2020-05-20 | Chinese | ||
| 36939721 | 关于调整2016年限制性股票激励计划回购价格及数量的公告 | 2020-05-20 | Chinese | ||
| 36939714 | 第四届董事会第三次会议决议公告 | 2020-05-20 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of medical and dental instruments and supplies
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3-D Matrix,Ltd.
Develops peptide-based hydrogels to control bleeding in sur…
|
7777 | JP | Manufacturing |
|
aap Implantate AG
Develops, manufactures, and markets implants for the treatm…
|
AAQ1 | DE | Manufacturing |
|
ABATE AS INDUSTRIES LIMITED
Manufactures therapeutic footwear and wellness products for…
|
531658 | IN | Manufacturing |
|
Acotec Scientific Holdings Limited
Interventional medical device company developing innovative…
|
6669 | KY | Manufacturing |
|
AcouSort AB
Develops acoustofluidic solutions for automated biological …
|
ACOU | SE | Manufacturing |
|
Adagio Medical Holdings, Inc.
Develops cryoablation technologies for treating cardiac arr…
|
ADGM | US | Manufacturing |
|
ADVANCED MEDICAL SOLUTIONS GROUP PLC
Develops and manufactures innovative tissue-healing technol…
|
AMS | GB | Manufacturing |
|
AETHLON MEDICAL INC
Develops immunotherapeutic devices to deplete exosomes and …
|
AEMD | US | Manufacturing |
|
Affluent Medical
Develops minimally invasive implants for structural heart d…
|
AFME | FR | Manufacturing |
|
Aidite (Qinhuangdao) Technology Co., Ltd.
Develops and manufactures dental materials, zirconia cerami…
|
301580 | CN | Manufacturing |
Jafron Biomedical 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/55513/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55513 | 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=55513 | 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=55513 \ -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": 55513}, 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 Jafron Biomedical Co.,Ltd. (id: 55513)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.