
Beijing SL Pharmaceutical Co., Ltd. — Investor Relations & Filings
Beijing SL Pharmaceutical Co., Ltd. specializes in the research, development, manufacturing, and commercialization of pharmaceutical products. The company focuses on several therapeutic areas, including cardiovascular and cerebrovascular diseases, oncology, and infectious diseases. Its product portfolio features a range of chemical drugs and active pharmaceutical ingredients (APIs), with key offerings such as clopidogrel bisulfate and amlodipine besylate. Operating with advanced production facilities that adhere to international Good Manufacturing Practice (GMP) standards, the company emphasizes technological innovation and quality control. The organization serves both domestic and international markets, leveraging its integrated R&D platform to develop generic medications and innovative formulations aimed at improving patient outcomes.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于董事长增持公司股份的公告 | 2019-06-12 | Chinese | |
| 2018年度股东大会的法律意见 | 2019-05-22 | Chinese | |
| 2018年度股东大会决议公告 | 2019-05-22 | Chinese | |
| 公司章程(2019年5月) | 2019-05-06 | Chinese | |
| 独立董事关于增加公司经营范围暨修改《公司章程》的独立意见 | 2019-05-06 | Chinese | |
| 第七届监事会第六次临时会议决议公告 | 2019-05-06 | Chinese |
Browse filings by year
23 years- 2026 12 filings
- 2025 92 filings
- 2024 90 filings
- 2023 57 filings
- 2022 51 filings
- 2021 79 filings
- 2020 65 filings
- 2019 59 filings
- 2018 101 filings
- 2017 54 filings
- 2016 47 filings
- 2015 66 filings
- 2014 60 filings
- 2013 44 filings
- 2012 58 filings
- 2011 88 filings
- 2010 73 filings
- 2009 72 filings
- 2008 62 filings
- 2007 105 filings
- 2006 62 filings
- 2005 55 filings
- 2004 20 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2019
15 filings
| |||||
| 44393017 | 关于董事长增持公司股份的公告 | 2019-06-12 | Chinese | ||
| 44393001 | 2018年度股东大会的法律意见 | 2019-05-22 | Chinese | ||
| 44392837 | 2018年度股东大会决议公告 | 2019-05-22 | Chinese | ||
| 44392823 | 公司章程(2019年5月) | 2019-05-06 | Chinese | ||
| 44392806 | 独立董事关于增加公司经营范围暨修改《公司章程》的独立意见 | 2019-05-06 | Chinese | ||
| 44392789 | 第七届监事会第六次临时会议决议公告 | 2019-05-06 | Chinese | ||
| 44392774 | 第七届董事会第九次临时会议决议公告 | 2019-05-06 | Chinese | ||
| 44392762 | 关于2018年年度股东大会增加临时提案暨股东大会补充通知的通知 | 2019-05-06 | Chinese | ||
| 44392748 | 第七届董事会第八次会议决议公告 | 2019-04-23 | Chinese | ||
| 44392740 | 2019年第一季度报告全文 | 2019-04-23 | Chinese | ||
| 44392595 | 独立董事对公司相关事项的独立意见 | 2019-04-23 | Chinese | ||
| 44392584 | 关于会计政策变更的公告 | 2019-04-23 | Chinese | ||
| 44392574 | 关于2018年日常关联交易执行情况及2019年日常关联交易预计的公告 | 2019-04-23 | Chinese | ||
| 44392563 | 2018年年度报告摘要 | 2019-04-23 | Chinese | ||
| 44392547 | 2018年年度报告 | 2019-04-23 | 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 |
Beijing SL Pharmaceutical 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/54101/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54101 | 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=54101 | 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=54101 \ -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": 54101}, 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 SL Pharmaceutical Co., Ltd. (id: 54101)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.