Topchoice Medical Co.,Inc. — Investor Relations & Filings
About Topchoice Medical Co.,Inc.
Topchoice Medical Co., Inc. is a healthcare service provider specializing in the investment, management, and operation of medical institutions. The company primarily focuses on stomatology, maintaining an extensive network of dental hospitals and clinics. Its core clinical services encompass orthodontics, dental implantation, pediatric dentistry, and general oral surgery. The organization utilizes a hub-and-spoke operational model, centering on large-scale regional dental hospitals supported by multiple satellite clinics to provide comprehensive oral healthcare. In addition to its dental portfolio, the company has expanded its medical services to include assisted reproductive technology and ophthalmology. By integrating clinical practice with medical research and education, the company aims to standardize dental care delivery and enhance patient outcomes through advanced diagnostic and treatment technologies.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 通策医疗股份有限公司关于召开2025年年度暨2026年第一季度业绩暨现金分红说明会的公告 | 2026-04-28 | Chinese | |
| 通策医疗股份有限公司2025年年度报告 | 2026-04-17 | Chinese | |
| 通策医疗股份有限公司对会计师事务所2025年度履职情况评估报告 | 2026-04-17 | Chinese | |
| 通策医疗股份有限公司2025年社会责任报告 | 2026-04-17 | Chinese | |
| 通策医疗股份有限公司关于预计2026年度日常关联交易的公告 | 2026-04-17 | Chinese | |
| 关于通策医疗股份有限公司非经营性资金占用及其他关联资金往来情况的专项审核说明 | 2026-04-17 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 41568017 | 通策医疗股份有限公司关于召开2025年年度暨2026年第一季度业绩暨现金分红说明会的公告 | 2026-04-28 | Chinese | ||
| 41568014 | 通策医疗股份有限公司2025年年度报告 | 2026-04-17 | Chinese | ||
| 41568011 | 通策医疗股份有限公司对会计师事务所2025年度履职情况评估报告 | 2026-04-17 | Chinese | ||
| 41568008 | 通策医疗股份有限公司2025年社会责任报告 | 2026-04-17 | Chinese | ||
| 41568001 | 通策医疗股份有限公司关于预计2026年度日常关联交易的公告 | 2026-04-17 | Chinese | ||
| 41567997 | 关于通策医疗股份有限公司非经营性资金占用及其他关联资金往来情况的专项审核说明 | 2026-04-17 | Chinese | ||
| 41567993 | 通策医疗股份有限公司关于确认其他权益工具公允价值变动公告 | 2026-04-17 | Chinese | ||
| 41567992 | 通策医疗股份有限公司2025年年度报告_摘要 | 2026-04-17 | Chinese | ||
| 41567990 | 通策医疗股份有限公司关于续聘会计师事务所的公告 | 2026-04-17 | Chinese | ||
| 41567988 | 通策医疗股份有限公司关于“提质增效重回报 ”行动方案的公告 | 2026-04-17 | Chinese | ||
| 41567987 | 通策医疗股份有限公司2026年第一季度报告 | 2026-04-17 | Chinese | ||
| 41567979 | 通策医疗股份有限公司2025年审计报告 | 2026-04-17 | Chinese | ||
| 41567972 | 通策医疗股份有限公司关于2025年利润分配的公告 | 2026-04-17 | Chinese | ||
| 41567970 | 通策医疗股份有限公司董事会关于独立董事独立性自查情况的专项报告 | 2026-04-17 | Chinese | ||
| 34825810 | 通策医疗股份有限公司内部控制评价报告 | 2026-04-17 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Hospital activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aashka Hospitals Limited
Multi-specialty hospital providing tertiary care and advanc…
|
543346 | IN | Human health and social work ac… |
|
Aatmaj Healthcare Limited
Multi-specialty healthcare provider offering integrated med…
|
AATMAJ | IN | Human health and social work ac… |
|
Acadia Healthcare Company, Inc.
A provider of behavioral healthcare services for mental hea…
|
ACHC | US | Human health and social work ac… |
|
Aier Eye Hospital Group Co.,Ltd.
Global ophthalmic institution providing comprehensive eye c…
|
300015 | CN | Human health and social work ac… |
|
Akso Health Group
Social e-commerce platform developing cancer therapy and ra…
|
AHG | KY | Human health and social work ac… |
|
Al Hammadi Holding
Operates medical facilities and provides healthcare service…
|
4007 | SA | Human health and social work ac… |
|
Almoosa Health Co.
Integrated healthcare system providing tertiary care and sp…
|
4018 | SA | Human health and social work ac… |
|
Amvis Holdings, Inc.
Operates hospices for high-dependency patients and offers h…
|
7071 | JP | Human health and social work ac… |
|
Apollo Hospitals Enterprises Ltd.
Integrated healthcare provider with multi-specialty hospita…
|
APOLLOHOSP | IN | Human health and social work ac… |
|
Ardent Health, Inc.
Operates a network of 30 hospitals and clinical facilities …
|
ARDT | US | Human health and social work ac… |
Topchoice Medical Co.,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/56987/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56987 | 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=56987 | 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=56987 \ -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": 56987}, 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 Topchoice Medical Co.,Inc. (id: 56987)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.