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 |
|---|---|---|---|
|
Beta Bionics, Inc.
Develops and commercializes automated insulin delivery syst…
|
BBNX | US | Manufacturing |
|
BioElectronics Corporation
Manufacturer of non-invasive electroceutical medical device…
|
BIEL | US | Manufacturing |
|
BIONIME CORPORATION
Specializes in blood glucose monitoring systems and IoT-dri…
|
4737 | TW | Manufacturing |
|
BIO PROTECH INC.
Manufacturer of medical equipment, disposable supplies, and…
|
199290 | KR | Manufacturing |
|
Bio View Ltd.
Develops automated cell imaging and analysis solutions for …
|
BIOV | IL | Manufacturing |
|
Bistos Co., Ltd.
Manufactures medical equipment for maternal, neonatal, and …
|
419540 | KR | Manufacturing |
|
BONRAYBIO CO., LTD.
Provides AI-powered male infertility diagnostic solutions a…
|
6955 | TW | Manufacturing |
|
Brainlab AG
Develops software-driven hardware and software for image-gu…
|
BRN | DE | Manufacturing |
|
Brainsway Ltd.
Develops noninvasive neurostimulation treatments for mental…
|
BWAY | IL | Manufacturing |
|
Brainsway Ltd.
Develops noninvasive neurostimulation treatments for mental…
|
BWAY | US | 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.