
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 |
|---|---|---|---|
|
Advanced Process Systems Corporation
Manufactures equipment for the semiconductor, display, EV b…
|
265520 | KR | Manufacturing |
|
Aerowash AB
Develops and manufactures automated robots for washing airc…
|
AERW B | SE | Manufacturing |
|
AI Korea Co., Ltd.
Manufacturer of precision-machined components for high-tech…
|
364950 | KR | Manufacturing |
|
AIMECHATEC,Ltd.
Manufactures equipment for semiconductors, flat-panel displ…
|
6227 | JP | Manufacturing |
|
Airtouch Solar Ltd.
Develops autonomous, water-free robotic cleaning solutions …
|
ARTS | IL | Manufacturing |
|
AIXTRON SE
A leading provider of deposition equipment to the semicondu…
|
AIXA | DE | Manufacturing |
|
AKVA Group
A technology and service partner to the global aquaculture …
|
AKVA | NO | Manufacturing |
|
Alexanderwerk AG
Manufacturer of compaction and granulation machines for pha…
|
ALX | DE | Manufacturing |
|
Alfred Herbert (India) Ltd.
Manufactures rubber processing machinery, machine tools, an…
|
505216 | IN | Manufacturing |
|
Alter NRG Corp.
Developer of equipment converting waste streams into clean …
|
NRG | CA | 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.