
Wuhan Sante Cableways Group Co.,Ltd. — Investor Relations & Filings
Wuhan Sante Cableways Group Co.,Ltd. specializes in the investment, construction, and operation of passenger cableways and integrated tourism resources. The company focuses on developing scenic areas by providing essential infrastructure, including various types of cableway systems, tourist transport facilities, and supporting amenities such as hotels and catering services. Its core activities involve the management of high-altitude transport solutions and the comprehensive development of natural and cultural tourist attractions. By integrating cableway technology with scenic spot operations, the company enhances accessibility and visitor experiences in diverse geographical terrains. Its portfolio includes numerous large-scale cableway projects and scenic area management contracts, positioning it as a key provider of specialized transport and leisure infrastructure.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 三特索道2025年度股东会决议公告 | 2026-05-08 | Chinese | |
| 对外报送信息管理制度 | 2026-04-10 | Chinese | |
| 委托理财管理制度 | 2026-04-10 | Chinese | |
| 董事和高级管理人员所持本公司股份及其变动管理办法 | 2026-04-10 | Chinese | |
| 重大事项内部报告制度 | 2026-04-10 | Chinese | |
| 总裁工作细则 | 2026-04-10 | Chinese |
Browse filings by year
20 years- 2026 23 filings
- 2025 77 filings
- 2024 63 filings
- 2023 97 filings
- 2022 83 filings
- 2021 88 filings
- 2020 168 filings
- 2019 78 filings
- 2018 113 filings
- 2017 129 filings
- 2016 101 filings
- 2015 178 filings
- 2014 116 filings
- 2013 110 filings
- 2012 56 filings
- 2011 62 filings
- 2010 76 filings
- 2009 68 filings
- 2008 72 filings
- 2007 43 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 44490790 | 三特索道2025年度股东会决议公告 | 2026-05-08 | Chinese | ||
| 34970436 | 对外报送信息管理制度 | 2026-04-10 | Chinese | ||
| 34970435 | 委托理财管理制度 | 2026-04-10 | Chinese | ||
| 34970431 | 董事和高级管理人员所持本公司股份及其变动管理办法 | 2026-04-10 | Chinese | ||
| 34970427 | 重大事项内部报告制度 | 2026-04-10 | Chinese | ||
| 34970424 | 总裁工作细则 | 2026-04-10 | Chinese | ||
| 34970422 | 董事会关于公司 2025年度带强调事项段的无保留意见的审计报告的专项说明 | 2026-04-10 | Chinese | ||
| 34970420 | 武汉三特索道集团股份有限公司2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-10 | Chinese | ||
| 34970416 | 2025年年度审计报告 | 2026-04-10 | Chinese | ||
| 34970414 | 2026-5 关于使用部分闲置自有资金进行委托理财的公告(1) | 2026-04-10 | Chinese | ||
| 34970412 | 投资者关系管理工作制度 | 2026-04-10 | Chinese | ||
| 34970410 | 2026-3 第十二届董事会第十一次会议决议公告(1) | 2026-04-10 | Chinese | ||
| 34970406 | 2025年年度报告摘要 | 2026-04-10 | Chinese | ||
| 34970403 | 关于召开2025年度股东会的通知 | 2026-04-10 | Chinese | ||
| 34970401 | 2025年年度报告 | 2026-04-10 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Other passenger land transport
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Adi Sarana Armada Tbk
Provider of integrated mobility and logistics solutions, in…
|
ASSA | ID | Transportation and storage |
|
Alpico Holdings Co., Ltd.
A holding company in Nagano managing transportation, touris…
|
297A | JP | Transportation and storage |
|
Autoprevoz AD Banja Luka
Transportation company providing passenger bus services and…
|
APBLRB | BA | Transportation and storage |
|
AUTOTRANSPORTES ANDESMAR S.A.
Offers long-distance bus services, national/international l…
|
— | AR | Transportation and storage |
|
Baza de Transport auto nr.9 din Dondușeni
Provides passenger transport, vehicle repair, and warehouse…
|
- | MD | Transportation and storage |
|
CaoCao Inc.
Geely's shared mobility platform developing a New Energy Ve…
|
2643 | HK | Transportation and storage |
|
CENTRAL NIPPON EXPRESSWAY COMPANY LIMITED
Primary operator of expressways and toll roads, managing th…
|
4D7B | SG | Transportation and storage |
|
Chenqi Technology Limited
Mobility and technology services focused on ride-hailing an…
|
9680 | HK | Transportation and storage |
|
CHUNIL EXPRESS CO.,LTD
Passenger transportation company providing express bus serv…
|
000650 | KR | Transportation and storage |
|
Công ty Cổ phần Cáp treo Núi Bà Tây Ninh
Operates cable car systems, transports tourists/goods, and …
|
TCT | VN | Transportation and storage |
Wuhan Sante Cableways 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/54213/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54213 | 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=54213 | 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=54213 \ -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": 54213}, 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 Wuhan Sante Cableways Group Co.,Ltd. (id: 54213)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.