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 |
|---|---|---|---|
| 民生证券股份有限公司关于北京科净源科技股份有限公司2023年年报问询函回复的核查意见 | 2024-05-29 | Chinese | |
| 关于对深圳证券交易所2023年年报问询函回复的公告 | 2024-05-28 | Chinese | |
| 大信会计师事务所(特殊普通合伙)关于对北京科净源科技股份有限公司2023年年报问询函回复 | 2024-05-28 | Chinese | |
| 民生证券股份有限公司关于北京科净源科技股份有限公司2023年度持续督导跟踪报告 | 2024-05-27 | Chinese | |
| 关于延期回复深圳证券交易所年报问询函的公告 | 2024-05-24 | Chinese | |
| 2023年年度股东大会决议公告 | 2024-05-21 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 35422119 | 民生证券股份有限公司关于北京科净源科技股份有限公司2023年年报问询函回复的核查意见 | 2024-05-29 | Chinese | ||
| 35422107 | 关于对深圳证券交易所2023年年报问询函回复的公告 | 2024-05-28 | Chinese | ||
| 35422084 | 大信会计师事务所(特殊普通合伙)关于对北京科净源科技股份有限公司2023年年报问询函回复 | 2024-05-28 | Chinese | ||
| 35422070 | 民生证券股份有限公司关于北京科净源科技股份有限公司2023年度持续督导跟踪报告 | 2024-05-27 | Chinese | ||
| 35422055 | 关于延期回复深圳证券交易所年报问询函的公告 | 2024-05-24 | Chinese | ||
| 35422044 | 2023年年度股东大会决议公告 | 2024-05-21 | Chinese | ||
| 35422030 | 北京市天元律师事务所关于北京科净源科技股份有限公司2023年年度股东大会的法律意见 | 2024-05-21 | Chinese | ||
| 35422014 | 第五届监事会第七次会议决议公告 | 2024-05-20 | Chinese | ||
| 35422001 | 民生证券股份有限公司关于北京科净源科技股份有限公司及实际控制人为全资子公司贷款提供担保暨关联交易的核查意见 | 2024-05-20 | Chinese | ||
| 35421988 | 关于公司及实际控制人为全资子公司贷款提供担保暨关联交易的公告 | 2024-05-20 | Chinese | ||
| 35421979 | 第五届董事会第八次会议决议公告 | 2024-05-20 | Chinese | ||
| 35421967 | 关于举行2023年度业绩说明会的公告 | 2024-05-15 | Chinese | ||
| 35421958 | 2023年度募集资金存放与实际使用情况的专项报告 | 2024-04-29 | Chinese | ||
| 35421951 | 关于公司2023年年度计提资产减值准备的公告 | 2024-04-29 | Chinese | ||
| 35421942 | 独立董事工作制度 (2024年4月) | 2024-04-29 | 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.