Beijing Succeeder Technology Inc. — Investor Relations & Filings
About Beijing Succeeder Technology Inc.
Beijing Succeeder Technology Inc. specializes in the research, development, production, and distribution of advanced in vitro diagnostic (IVD) instruments and reagents. The company focuses on the field of thrombosis and hemostasis, providing comprehensive solutions for clinical laboratories and medical institutions. Its core product portfolio includes fully automated coagulation analyzers, erythrocyte sedimentation rate (ESR) analyzers, and hemorheology analyzers, along with a wide range of matching reagents and consumables. By integrating precision engineering with automated diagnostic technologies, the company enables high-throughput blood analysis and accurate detection of coagulation disorders. Its systems are designed to improve laboratory efficiency and diagnostic reliability through standardized testing protocols and robust data management capabilities.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 赛科希德关于2025年度公司募集资金存放、管理与实际使用情况的专项报告 | 2026-04-23 | Chinese | |
| 赛科希德2025年年度报告摘要 | 2026-04-23 | Chinese | |
| 赛科希德2026年第一季度报告 | 2026-04-23 | Chinese | |
| 赛科希德董事会对独立董事独立性自查情况的专项报告 | 2026-04-23 | Chinese | |
| 容诚会计师事务所(特殊普通合伙)关于北京赛科希德科技股份有限公司募集资金存放与实际使用情况鉴证报告 | 2026-04-23 | Chinese | |
| 赛科希德2026年度董事、高级管理人员薪酬方案的公告 | 2026-04-23 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39251600 | 赛科希德关于2025年度公司募集资金存放、管理与实际使用情况的专项报告 | 2026-04-23 | Chinese | ||
| 39251589 | 赛科希德2025年年度报告摘要 | 2026-04-23 | Chinese | ||
| 39251588 | 赛科希德2026年第一季度报告 | 2026-04-23 | Chinese | ||
| 39251581 | 赛科希德董事会对独立董事独立性自查情况的专项报告 | 2026-04-23 | Chinese | ||
| 39251566 | 容诚会计师事务所(特殊普通合伙)关于北京赛科希德科技股份有限公司募集资金存放与实际使用情况鉴证报告 | 2026-04-23 | Chinese | ||
| 39250815 | 赛科希德2026年度董事、高级管理人员薪酬方案的公告 | 2026-04-23 | Chinese | ||
| 39250810 | 赛科希德董事会审计委员会对会计师事务所履行监督职责情况报告 | 2026-04-23 | Chinese | ||
| 39250760 | 赛科希德2025年年度报告 | 2026-04-23 | Chinese | ||
| 39250757 | 赛科希德2025年年度利润分配方案公告 | 2026-04-23 | Chinese | ||
| 39250750 | 容诚会计师事务所(特殊普通合伙)关于北京赛科希德科技股份有限公司非经营性资金占用及其他关联资金往来情况专项说明 | 2026-04-23 | Chinese | ||
| 39250748 | 中国国际金融股份有限公司关于北京赛科希德科技股份有限公司2025年度募集资金存放、管理与实际使用情况的专项核查报告 | 2026-04-23 | Chinese | ||
| 39250747 | 赛科希德2025年度独立董事述职报告(穆培林) | 2026-04-23 | Chinese | ||
| 39250735 | 赛科希德第四届董事会第五次会议决议公告 | 2026-04-23 | Chinese | ||
| 39250726 | 赛科希德2025年度内部控制评价报告 | 2026-04-23 | Chinese | ||
| 39250719 | 容诚会计师事务所(特殊普通合伙)关于北京赛科希德科技股份有限公司审计报告 | 2026-04-23 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of irradiation, electromedical and electrotherapeutic equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aquarius Surgical Technologies Inc.
Specializes in developing and distributing minimally invasi…
|
ASTI | CA | Manufacturing |
|
Arcoma AB
Develops and produces complete digital radiography (DR) sys…
|
ARCOMA | SE | Manufacturing |
|
ART Advanced Research Technologies Inc.
Developed proprietary optical molecular imaging devices, in…
|
ARA | CA | Manufacturing |
|
ASTERASYS Co., Ltd.
Develops medical aesthetic devices using HIFU, RF, and ultr…
|
450950 | KR | Manufacturing |
|
AUDEARA LIMITED
Develops personalized audio solutions using hearing tests t…
|
AUA | AU | Manufacturing |
|
Avisa Diagnostics Inc.
Clinical-stage medical device company developing rapid poin…
|
FOGCF | CA | Manufacturing |
|
Baird Medical Investment Holdings Ltd
Develops and sells minimally invasive microwave ablation de…
|
BDMD | US | Manufacturing |
|
Beijing Aerospace Changfeng Co.,Ltd
High-tech provider of security systems, medical devices, an…
|
600855 | CN | Manufacturing |
|
Beijing Balance Medical Technology Co.,Ltd.
Develops high-precision surgical robotic systems for neuros…
|
688198 | CN | Manufacturing |
|
Beijing Wandong Medical Technology Co., Ltd.
Develops and distributes medical imaging equipment and diag…
|
600055 | CN | Manufacturing |
Beijing Succeeder Technology Inc. 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/58351/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58351 | 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=58351 | 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=58351 \ -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": 58351}, 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 Succeeder Technology Inc. (id: 58351)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.