
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年第一次临时股东会决议公告 | 2026-06-01 | Chinese | |
| 关于变更独立董事的公告 | 2026-06-01 | Chinese | |
| 国浩律师(杭州)事务所关于浙江泰林生物技术股份有限公司2026年第一次临时股东会法律意见书 | 2026-06-01 | Chinese | |
| 独立董事候选人关于参加最近一次独立董事培训的书面承诺 | 2026-05-15 | Chinese | |
| 关于独立董事任期届满辞职暨补选独立董事的公告 | 2026-05-15 | Chinese | |
| 关于调整2026年员工持股计划购买价格的公告 | 2026-05-15 | Chinese |
Browse filings by year
8 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47914302 | 2026年第一次临时股东会决议公告 | 2026-06-01 | Chinese | ||
| 47914300 | 关于变更独立董事的公告 | 2026-06-01 | Chinese | ||
| 47914299 | 国浩律师(杭州)事务所关于浙江泰林生物技术股份有限公司2026年第一次临时股东会法律意见书 | 2026-06-01 | Chinese | ||
| 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 | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other special-purpose machinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Gujarat Winding Systems Limited
Manufactures automated winding machinery and precision wire…
|
541627 | IN | Manufacturing |
|
Haitian International Holdings Limited
Provides high-efficiency plastic injection molding machines…
|
1882 | HK | Manufacturing |
|
Haitian International Holdings Ltd.
Global manufacturer of plastic injection molding machines a…
|
HI6 | KY | Manufacturing |
|
Hangzhou Shenhao Technology Co.,LTD.
Provides autonomous inspection robots and monitoring soluti…
|
300853 | CN | Manufacturing |
|
HANMI Semiconductor CO., LTD.
Global manufacturer of equipment for semiconductor back-end…
|
042700 | KR | Manufacturing |
|
Hayward Holdings, Inc.
Global designer and manufacturer of pool and spa equipment …
|
HAYW | US | Manufacturing |
|
HB SOLUTION CO.,LTD.
Manufacturer of equipment for the display and semiconductor…
|
297890 | KR | Manufacturing |
|
Heidelberger Druckmaschinen AG
Develops and manufactures integrated solutions for the glob…
|
HDD | DE | Manufacturing |
|
Helios Techno Holding Co.,Ltd.
A holding company making manufacturing equipment for displa…
|
6927 | JP | Manufacturing |
|
Highcon Systems Ltd.
Develops digital die-cutting and creasing systems for packa…
|
HICN | IL | 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.