
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 |
|---|---|---|---|
|
BE Semiconductor Industries N.V.
A leading supplier of semiconductor assembly equipment for …
|
BESI | NL | Manufacturing |
|
BEW Engineering Limited
Designs and manufactures specialized process equipment for …
|
BEWLTD | IN | Manufacturing |
|
Biesse
Designs and manufactures machinery for processing wood, gla…
|
BSS | IT | Manufacturing |
|
BigRep SE
Develops large-format additive manufacturing solutions for …
|
B1GR | LU | Manufacturing |
|
Bobst Group SA
Global supplier of equipment, services, and software for pa…
|
BOBNN | CH | Manufacturing |
|
BOZHON PRECISION INDUSTRY TECHNOLOGY CO.,LTD.
Develops industrial automation equipment and integrated sma…
|
688097 | CN | Manufacturing |
|
BWX Technologies, Inc.
Specialized manufacturer of nuclear components, fuel, and r…
|
BWXT | US | Manufacturing |
|
Camtek Ltd.
Develops inspection and metrology equipment for the semicon…
|
CAMT | IL | Manufacturing |
|
centrotherm international AG
Provider of thermal production solutions for semiconductor …
|
CTNK | DE | Manufacturing |
|
Cerinnov Group
Designs and makes production and decorating machines for ce…
|
ALPCV | FR | 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.