
ZheJiang Tailin Bioengineering Co.,Ltd — Investor Relations & Filings
ZheJiang Tailin Bioengineering Co.,Ltd. specializes in the research, development, and manufacturing of high-tech equipment for life sciences and pharmaceutical engineering. The company provides integrated solutions for microbial control, sterility testing, and aseptic processing. Its core product portfolio includes sterility test canisters and pumps, microbial limit testing systems, and hydrogen peroxide vapor (VHP) decontamination units. Tailin also develops advanced isolator technology for containment and aseptic applications, alongside analytical instruments such as Total Organic Carbon (TOC) analyzers and filter integrity testers. These products are designed to meet international regulatory standards, including GMP, USP, and EP. The company serves sectors such as biopharmaceuticals, medical devices, and laboratory research, focusing on product safety and quality through specialized engineering and microbial detection technologies.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 独立董事候选人关于参加最近一次独立董事培训的书面承诺 | 2026-05-15 | Chinese | |
| 关于独立董事任期届满辞职暨补选独立董事的公告 | 2026-05-15 | Chinese | |
| 关于调整2026年员工持股计划购买价格的公告 | 2026-05-15 | Chinese | |
| 第四届董事会第十三次会议决议公告 | 2026-05-15 | Chinese | |
| 关于取得专利证书的公告 | 2026-05-11 | Chinese | |
| 国浩律师(杭州)事务所关于浙江泰林生物技术股份有限公司向不特定对象发行可转换公司债券之法律意见书 | 2026-04-28 | Chinese |
Browse filings by year
8 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46365058 | 独立董事候选人关于参加最近一次独立董事培训的书面承诺 | 2026-05-15 | Chinese | ||
| 46365055 | 关于独立董事任期届满辞职暨补选独立董事的公告 | 2026-05-15 | Chinese | ||
| 46364347 | 关于调整2026年员工持股计划购买价格的公告 | 2026-05-15 | Chinese | ||
| 46364346 | 第四届董事会第十三次会议决议公告 | 2026-05-15 | Chinese | ||
| 44912315 | 关于取得专利证书的公告 | 2026-05-11 | Chinese | ||
| 39822965 | 国浩律师(杭州)事务所关于浙江泰林生物技术股份有限公司向不特定对象发行可转换公司债券之法律意见书 | 2026-04-28 | Chinese | ||
| 39822922 | 最近三年的财务报告及其审计报告以及最近一期的财务报告 | 2026-04-28 | Chinese | ||
| 39820644 | 长城证券股份有限公司关于浙江泰林生物技术股份有限公司向不特定对象发行可转换公司债券之上市保荐书 | 2026-04-28 | Chinese | ||
| 39820562 | 长城证券股份有限公司关于浙江泰林生物技术股份有限公司向不特定对象发行可转换公司债券之发行保荐书 | 2026-04-28 | Chinese | ||
| 39820545 | 关于向不特定对象发行可转换公司债券申请获得深圳证券交易所受理的公告 | 2026-04-28 | Chinese | ||
| 39820538 | 关于回购股份比例达到1%暨回购完成的公告 | 2026-04-24 | Chinese | ||
| 39820521 | 2025年年度权益分派实施公告 | 2026-04-24 | Chinese | ||
| 34825543 | 关于首次回购公司股份的公告 | 2026-04-17 | Chinese | ||
| 39820515 | 2025年年度股东会决议公告 | 2026-04-16 | Chinese | ||
| 39820513 | 关于取得商标注册证书、专利证书及计算机软件著作权登记证书的公告 | 2026-04-16 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other special-purpose machinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ENJET Co.,LTD
Provides EHD inkjet technology for nano-scale printing, coa…
|
419080 | KR | Manufacturing |
|
Envipco Holding N.V.
Develops and sells Reverse Vending Machines for recycling u…
|
ENVI | NL | Manufacturing |
|
EO Technics CO.,LTD
Manufacturer of laser-based processing equipment for the se…
|
039030 | KR | Manufacturing |
|
EPM
Provides high-precision vacuum lamination equipment for IC …
|
7795 | TW | Manufacturing |
|
ESCO TECHNOLOGIES INC
Global provider of engineered products for aerospace, utili…
|
ESE | US | Manufacturing |
|
EugeneTechnologyCo.,Ltd.
Develops and manufactures single-wafer thermal process solu…
|
084370 | KR | Manufacturing |
|
FABTECH TECHNOLOGIES CLEANROOMS LIMITED
Global engineering firm providing turnkey cleanroom and con…
|
544332 | IN | Manufacturing |
|
FARSOON TECHNOLOGIES CO., LTD.
Develops industrial laser powder bed fusion systems for pol…
|
688433 | CN | Manufacturing |
|
FIT GROUP AG
Provides additive manufacturing solutions from product desi…
|
FIT | DE | Manufacturing |
|
Fiti
Vertically integrated manufacturer of precision equipment f…
|
3413 | TW | Manufacturing |
ZheJiang Tailin Bioengineering 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/55782/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55782 | 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=55782 | 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=55782 \ -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": 55782}, 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 ZheJiang Tailin Bioengineering Co.,Ltd (id: 55782)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.