Aier Eye Hospital Group Co.,Ltd. — Investor Relations & Filings
Aier Eye Hospital Group Co., Ltd. is a global ophthalmic medical institution specializing in comprehensive eye care services. The group operates an extensive network of specialized hospitals providing clinical diagnosis, surgical intervention, and therapeutic treatments. Core medical services encompass refractive surgery, cataract treatment, glaucoma management, vitreoretinal disease care, and pediatric ophthalmology, with a significant focus on myopia prevention and control. The organization integrates clinical practice with academic research and professional education, maintaining a multi-tiered medical service system designed to improve accessibility to specialized eye care. Its service model emphasizes the application of advanced ophthalmic technologies and standardized clinical protocols across its international network of medical facilities.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年年度董事会审计委员会履职报告 | 2026-04-23 | Chinese | |
| 关于修订H股发行上市后适用的《公司章程》 及相关内部治理制度的公告 | 2026-04-23 | Chinese | |
| 董事会薪酬与考核委员会关于回购注销2021年限制性股票激励计划已获授但尚未解除限售的限制性股票的核查意见 | 2026-04-23 | Chinese | |
| 关于2025年年度利润分配预案的公告 | 2026-04-23 | Chinese | |
| 华泰联合证券有限责任公司关于爱尔眼科2025年度募集资金存放与使用情况专项核查报告 | 2026-04-23 | Chinese | |
| 2025年年度报告 | 2026-04-23 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 36130040 | 2025年年度董事会审计委员会履职报告 | 2026-04-23 | Chinese | ||
| 36130039 | 关于修订H股发行上市后适用的《公司章程》 及相关内部治理制度的公告 | 2026-04-23 | Chinese | ||
| 36130036 | 董事会薪酬与考核委员会关于回购注销2021年限制性股票激励计划已获授但尚未解除限售的限制性股票的核查意见 | 2026-04-23 | Chinese | ||
| 36130035 | 关于2025年年度利润分配预案的公告 | 2026-04-23 | Chinese | ||
| 36130034 | 华泰联合证券有限责任公司关于爱尔眼科2025年度募集资金存放与使用情况专项核查报告 | 2026-04-23 | Chinese | ||
| 36130033 | 2025年年度报告 | 2026-04-23 | Chinese | ||
| 36130031 | 2025年年度报告摘要 | 2026-04-23 | Chinese | ||
| 36130030 | 董事、高级管理人员薪酬管理制度 | 2026-04-23 | Chinese | ||
| 36130027 | 信息披露事务管理制度(草案)(H股上市后适用) | 2026-04-23 | Chinese | ||
| 36130026 | 2025年年度报告披露提示性公告 | 2026-04-23 | Chinese | ||
| 36130023 | 关于公司聘请H股发行及上市的审计机构的公告 | 2026-04-23 | Chinese | ||
| 36130022 | 关于爱尔眼科医院集团股份有限公司回购注销限制性股票相关事宜的法律意见书 | 2026-04-23 | Chinese | ||
| 36130021 | 2025年年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-23 | Chinese | ||
| 36130018 | 董事会对独立董事独立性自查情况的专项报告 | 2026-04-23 | Chinese | ||
| 36130016 | 关于爱尔眼科医院集团股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审核报告 | 2026-04-23 | 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… |
|
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… |
|
Artemis Medicare Services Limited
Accredited multi-specialty hospital providing advanced tert…
|
ARTEMISMED | IN | Human health and social work ac… |
Aier Eye Hospital Group 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/55040/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55040 | 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=55040 | 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=55040 \ -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": 55040}, 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 Aier Eye Hospital Group Co.,Ltd. (id: 55040)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.