%20Biopharmaceuticals%20Co.%2CLtd./other/Staidson_Beijing_Biopharmaceuticals_kDlWTLJ.png)
Staidson (Beijing) Biopharmaceuticals Co.,Ltd. — Investor Relations & Filings
Staidson (Beijing) Biopharmaceuticals Co., Ltd. specializes in the research, development, and commercialization of innovative therapeutic biologicals. The company's primary focus areas include neurology, hematology, and infectious diseases. Its core product portfolio features Mouse Nerve Growth Factor for injection, utilized in the treatment of nerve injuries, and Parnaparin Sodium, a low molecular weight heparin indicated for thrombotic disorders. Staidson's research and development pipeline includes various monoclonal antibodies and recombinant proteins, such as STSA-1002 and STSA-1005, which target systemic inflammatory responses and acute respiratory distress. The organization maintains integrated capabilities spanning drug discovery, clinical development, and large-scale manufacturing to deliver specialized medical treatments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 北京市康达律师事务所关于舒泰神2025年年度股东会法律意见书 | 2026-05-19 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-19 | Chinese | |
| 舒泰神(北京)生物制药股份有限公司2025年度向特定对象发行股票募集说明书(注册稿) | 2026-05-18 | Chinese | |
| 关于向特定对象发行股票申请获得中国证监会同意注册批复的公告 | 2026-05-18 | Chinese | |
| 关于公司药品生产许可证变更的公告 | 2026-05-15 | Chinese | |
| 关于召开2025年年度股东会的提示性公告 | 2026-05-14 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
7 filings
| |||||
| 46532235 | 北京市康达律师事务所关于舒泰神2025年年度股东会法律意见书 | 2026-05-19 | Chinese | ||
| 46532238 | 2025年年度股东会决议公告 | 2026-05-19 | Chinese | ||
| 46382037 | 舒泰神(北京)生物制药股份有限公司2025年度向特定对象发行股票募集说明书(注册稿) | 2026-05-18 | Chinese | ||
| 46382035 | 关于向特定对象发行股票申请获得中国证监会同意注册批复的公告 | 2026-05-18 | Chinese | ||
| 46350334 | 关于公司药品生产许可证变更的公告 | 2026-05-15 | Chinese | ||
| 45878727 | 关于召开2025年年度股东会的提示性公告 | 2026-05-14 | Chinese | ||
| 44923672 | 关于全资子公司完成工商变更登记的公告 | 2026-05-11 | Chinese | ||
|
2025
8 filings
| |||||
| 36260841 | 2025年第三次临时股东会决议公告 | 2025-11-24 | Chinese | ||
| 36260833 | 北京市康达律师事务所关于舒泰神(北京)生物制药股份有限公司2025年第三次临时股东会的法律意见书 | 2025-11-24 | Chinese | ||
| 36260822 | 关于换发药品生产许可证及营业执照的公告 | 2025-11-21 | Chinese | ||
| 36260813 | 关于召开2025年第三次临时股东会的提示性公告 | 2025-11-19 | Chinese | ||
| 36260806 | 第六届董事会第十一次会议决议公告 | 2025-11-06 | Chinese | ||
| 36260801 | 关于召开2025年第三次临时股东会的通知 | 2025-11-06 | Chinese | ||
| 36260791 | 关于公司拟向银行申请贷款并提供抵押反担保额度预计的公告 | 2025-11-06 | Chinese | ||
| 36260784 | 关于持股5%以上股东减持股份的预披露公告 | 2025-11-05 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of pharmaceuticals, medicinal chemical and botanical products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
13260917 Canada Inc.
Biotech developing oral small molecules to restore muscle s…
|
MSCL | CA | Manufacturing |
|
1608557 Ontario Inc.
Biopharmaceutical company dedicated to R&D, discovery, and …
|
OTROQ | CA | Manufacturing |
|
3B BlackBio Dx Limited
Develops molecular diagnostic kits for oncology, infectious…
|
3BBLACKBIO | IN | Manufacturing |
|
3D Medicines Inc.
Commercial-stage biopharma specializing in next-generation …
|
1244 | HK | Manufacturing |
|
3SBio Inc.
Biopharmaceutical enterprise specializing in R&D, productio…
|
1530 | KY | Manufacturing |
|
4BASEBIO PLC
Manufactures GMP-grade synthetic DNA for next-generation th…
|
4BB | GB | Manufacturing |
|
4D Molecular Therapeutics, Inc.
Develops genetic medicines using AAV vectors for ophthalmol…
|
FDMT | US | Manufacturing |
|
4Front Ventures Corp.
Vertically integrated cannabis operator managing cultivatio…
|
FFNT | CA | Manufacturing |
|
4SC AG
Biopharmaceutical company with no products under developmen…
|
VSC | DE | Manufacturing |
|
60 DEGREES PHARMACEUTICALS, INC.
Develops and commercializes medicines for infectious diseas…
|
SXTP | US | Manufacturing |
Staidson (Beijing) Biopharmaceuticals 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/55212/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55212 | 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=55212 | 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=55212 \ -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": 55212}, 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 Staidson (Beijing) Biopharmaceuticals Co.,Ltd. (id: 55212)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.