Beijing Sys Science & Technology Co .,Ltd. — Investor Relations & Filings
Beijing Sys Science & Technology Co., Ltd. specializes in the development, manufacturing, and distribution of advanced laboratory automation and clinical diagnostic solutions. The company focuses primarily on the field of microbiology, offering a comprehensive range of products designed to enhance laboratory efficiency and diagnostic accuracy. Key offerings include automated blood culture systems, microbial identification systems, and antibiotic susceptibility testing (AST) instruments. These systems are supported by a variety of specialized reagents and consumables. The company serves a diverse client base, including hospitals, clinical laboratories, and research institutions, providing integrated solutions for rapid pathogen detection and analysis. By leveraging proprietary technologies, the firm aims to streamline diagnostic workflows and improve patient care through reliable and timely microbiological results.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于公司接受实际控制人无偿担保暨关联交易的进展公告 | 2025-07-11 | Chinese | |
| 民生证券股份有限公司关于北京科净源科技股份有限公司使用自有资金对部分募投项目追加投资并调整建设内容的核查意见 | 2025-06-26 | Chinese | |
| 关于使用自有资金对部分募投项目追加投资并调整建设内容的公告 | 2025-06-26 | Chinese | |
| 第五届董事会第十八次会议决议公告 | 2025-06-26 | Chinese | |
| 第五届监事会第十四次会议决议公告 | 2025-06-26 | Chinese | |
| 民生证券股份有限公司关于北京科净源科技股份有限公司持续督导2024年度定期现场检查报告 | 2025-05-21 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 35423304 | 关于公司接受实际控制人无偿担保暨关联交易的进展公告 | 2025-07-11 | Chinese | ||
| 35423291 | 民生证券股份有限公司关于北京科净源科技股份有限公司使用自有资金对部分募投项目追加投资并调整建设内容的核查意见 | 2025-06-26 | Chinese | ||
| 35423276 | 关于使用自有资金对部分募投项目追加投资并调整建设内容的公告 | 2025-06-26 | Chinese | ||
| 35423260 | 第五届董事会第十八次会议决议公告 | 2025-06-26 | Chinese | ||
| 35423246 | 第五届监事会第十四次会议决议公告 | 2025-06-26 | Chinese | ||
| 35423234 | 民生证券股份有限公司关于北京科净源科技股份有限公司持续督导2024年度定期现场检查报告 | 2025-05-21 | Chinese | ||
| 35423231 | 民生证券股份有限公司关于北京科净源科技股份有限公司持续督导2024年度培训情况报告 | 2025-05-21 | Chinese | ||
| 35423229 | 民生证券股份有限公司关于北京科净源科技股份有限公司持续督导2024年度跟踪报告 | 2025-05-21 | Chinese | ||
| 35423215 | 2024年年度股东大会决议公告 | 2025-05-19 | Chinese | ||
| 35423201 | 北京市天元律师事务所关于北京科净源科技股份有限公司2024年年度股东大会的法律意见 | 2025-05-19 | Chinese | ||
| 35423186 | 2025年一季度报告 | 2025-04-28 | Chinese | ||
| 35423175 | 董事会关于对带强调事项段的无保留意见审计报告涉及事项的专项说明 | 2025-04-27 | Chinese | ||
| 35423162 | 2024年度财务报表审计出具带强调事项段的无保留意见报告的专项说明 | 2025-04-27 | Chinese | ||
| 35423150 | 2024年度董事会工作报告 | 2025-04-27 | Chinese | ||
| 35423140 | 2024年年度审计报告 | 2025-04-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of measuring, testing, navigating and control equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
10x Genomics, Inc.
Develops and manufactures integrated solutions for biologic…
|
TXG | US | Manufacturing |
|
908 Devices Inc.
Develops handheld and desktop devices for point-of-need che…
|
MASS | US | Manufacturing |
|
Acconeer AB
Develops compact, energy-efficient millimeter-wave radar se…
|
ACCON | SE | Manufacturing |
|
Acrel Co., Ltd.
Develops smart energy management systems and electrical saf…
|
300286 | CN | Manufacturing |
|
ACTIA Group
Designer and manufacturer of high-tech electronic systems f…
|
ATI | FR | Manufacturing |
|
Addsino Co.,Ltd
Specializes in electronic information technology and electr…
|
000547 | CN | Manufacturing |
|
A&D HOLON Holdings Company, Limited
Develops measurement, weighing, medical, and semiconductor …
|
7745 | JP | Manufacturing |
|
ADTEC PLASMA TECHNOLOGY CO.,LTD.
Manufactures RF plasma generators and power supplies for se…
|
6668 | JP | Manufacturing |
|
ADVANCED ENERGY INDUSTRIES INC
Designs and manufactures precision power conversion, measur…
|
AEIS | US | Manufacturing |
|
ADVANCE METERING TECHNOLOGY LIMITED
Manufactures energy meters and provides energy management a…
|
534612 | IN | Manufacturing |
Beijing Sys Science & Technology 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/56274/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56274 | 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=56274 | 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=56274 \ -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": 56274}, 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 Beijing Sys Science & Technology Co .,Ltd. (id: 56274)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.