
Sinocare Inc. — Investor Relations & Filings
Sinocare Inc. specializes in the research, development, and manufacturing of biosensor technology and rapid testing products for chronic disease management. The company is primarily recognized for its blood glucose monitoring systems, including meters and test strips, which serve a global patient base. Its product portfolio extends to point-of-care testing (POCT) solutions for HbA1c, uric acid, blood lipids, and other metabolic indicators. Through the integration of advanced sensing technologies and digital health platforms, Sinocare provides comprehensive diagnostic tools for diabetes and related metabolic disorders. The company focuses on delivering affordable and accurate monitoring solutions to improve the quality of life for individuals with chronic conditions worldwide.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于进一步避免同业竞争的承诺函 | 2017-07-04 | Chinese | |
| 上市公司实际控制人关于保持上市公司独立性的承诺函 | 2017-07-04 | Chinese | |
| 北京国枫律师事务所关于公司发行股份购买资产并募集配套资金的法律意见书 | 2017-06-30 | Chinese | |
| 拟发行股份收购长沙三诺健康管理有限公司部分股权而涉及该公司股东全部权益项目评估报告 | 2017-06-30 | Chinese | |
| 中信证券股份有限公司关于公司重组报告书独立财务顾问核查意见表 | 2017-06-30 | Chinese | |
| 中信证券股份有限公司关于公司本次重组是否构成重组上市的核查意见 | 2017-06-30 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2017
15 filings
| |||||
| 36592315 | 关于进一步避免同业竞争的承诺函 | 2017-07-04 | Chinese | ||
| 36592304 | 上市公司实际控制人关于保持上市公司独立性的承诺函 | 2017-07-04 | Chinese | ||
| 36592296 | 北京国枫律师事务所关于公司发行股份购买资产并募集配套资金的法律意见书 | 2017-06-30 | Chinese | ||
| 36592075 | 拟发行股份收购长沙三诺健康管理有限公司部分股权而涉及该公司股东全部权益项目评估报告 | 2017-06-30 | Chinese | ||
| 36592054 | 中信证券股份有限公司关于公司重组报告书独立财务顾问核查意见表 | 2017-06-30 | Chinese | ||
| 36592040 | 中信证券股份有限公司关于公司本次重组是否构成重组上市的核查意见 | 2017-06-30 | Chinese | ||
| 36592026 | 关于所提供信息真实、准确、完整等事项的承诺函(二) | 2017-06-30 | Chinese | ||
| 36592020 | 关于所提供信息真实、准确、完整等事项的承诺函(三) | 2017-06-30 | Chinese | ||
| 36592014 | 关于重大资产重组事宜采取的保密措施及保密制度的说明 | 2017-06-30 | Chinese | ||
| 36592006 | 关于本次交易前12个月内购买、出售资产的说明 | 2017-06-30 | Chinese | ||
| 36591996 | 关于重大资产重组的一般风险提示公告 | 2017-06-30 | Chinese | ||
| 36591984 | 独立财务顾问在充分尽职调查和内核的基础上出具的承诺 | 2017-06-30 | Chinese | ||
| 36591979 | 关于重大资产重组停牌公告前六个月内股票交易自查情况的说明 | 2017-06-30 | Chinese | ||
| 36591975 | 上市公司并购重组财务顾问专业意见附表第3号——发行股份购买资产 | 2017-06-30 | Chinese | ||
| 36591963 | 中信证券股份有限公司关于本次重组相关主体不存在依据《关于加强与上市公司重大资产重组相关股票异常交易监管的暂行规定》第十三条不得参与任何上市公司重大资产重组情形的核查意见 | 2017-06-30 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of irradiation, electromedical and electrotherapeutic equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aakaar Medical Technologies Limited
Manufactures advanced laser and aesthetic devices for derma…
|
AAKAAR | IN | Manufacturing |
|
Acarix
Develops AI-powered acoustic devices for non-invasive diagn…
|
ACARIX | SE | Manufacturing |
|
ACCURAY INC
Develops and sells advanced radiation therapy systems for c…
|
ARAY | US | Manufacturing |
|
ADHERIUM LIMITED
Develops connected medical devices and software for chronic…
|
ADR | AU | Manufacturing |
|
Advanced Medical Equipment Spolka Akcyjna
Develops a non-invasive device to monitor blood sugar by an…
|
AME | PL | Manufacturing |
|
Agfa-Gevaert NV
Develops imaging systems, IT solutions, and advanced materi…
|
AGFB | BE | Manufacturing |
|
AJJ MEDTECH HOLDINGS LIMITED
Integrated healthcare technology provider with high-tech me…
|
584 | SG | Manufacturing |
|
Alcon AG
A medical company specializing in surgical equipment and vi…
|
ALC | CH | Manufacturing |
|
Andon Health Co.,Ltd.
Develops electronic medical devices and IoT-integrated heal…
|
002432 | CN | Manufacturing |
|
Annidis Corporation
Develops proprietary Multi-Spectral Imaging systems for ear…
|
RHA | CA | Manufacturing |
Sinocare 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/55299/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55299 | 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=55299 | 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=55299 \ -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": 55299}, 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 Sinocare Inc. (id: 55299)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.