
UTour Group Co., Ltd. — Investor Relations & Filings
UTour Group Co., Ltd. functions as a comprehensive service provider specializing in outbound travel operations. The organization manages a diverse portfolio of services, including organized group tours, bespoke travel arrangements, and corporate travel management. Core business activities involve visa facilitation, international flight procurement, and global accommodation reservations. The company operates through an integrated wholesale and retail distribution network, serving various consumer segments. Its operational scope extends to destination management services across major international regions, including Europe, the Americas, and Asia. By utilizing a multi-channel service platform, the entity coordinates end-to-end logistics, from initial itinerary development to localized support. The business model focuses on the convergence of digital and physical service points to streamline the delivery of international mobility and leisure solutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于控股股东部分股票解除质押的公告 | 2023-01-12 | Chinese | |
| 联合资信评估股份有限公司关于终止众信旅游集团股份有限公司及"众信转债"信用评级的公告 | 2022-12-30 | Chinese | |
| 关于与天地在线签署战略合作框架协议的公告 | 2022-12-29 | Chinese | |
| 关于"众信转债"赎回结果的公告 | 2022-12-28 | Chinese | |
| 关于"众信转债"摘牌的公告 | 2022-12-28 | Chinese | |
| 关于控股股东、实际控制人减持股份的预披露公告 | 2022-12-23 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
1 filing
| |||||
| 36985507 | 关于控股股东部分股票解除质押的公告 | 2023-01-12 | Chinese | ||
|
2022
14 filings
| |||||
| 36985496 | 联合资信评估股份有限公司关于终止众信旅游集团股份有限公司及"众信转债"信用评级的公告 | 2022-12-30 | Chinese | ||
| 36985483 | 关于与天地在线签署战略合作框架协议的公告 | 2022-12-29 | Chinese | ||
| 36985472 | 关于"众信转债"赎回结果的公告 | 2022-12-28 | Chinese | ||
| 36985470 | 关于"众信转债"摘牌的公告 | 2022-12-28 | Chinese | ||
| 36985468 | 关于控股股东、实际控制人减持股份的预披露公告 | 2022-12-23 | Chinese | ||
| 36985458 | 关于公司副总经理辞职的公告 | 2022-12-20 | Chinese | ||
| 36985452 | 关于"众信转债"即将停止转股暨赎回前最后半个交易日的重要提示性公告 | 2022-12-20 | Chinese | ||
| 36985450 | 关于"众信转债"即将停止转股暨赎回前最后一个交易日的重要提示性公告 | 2022-12-19 | Chinese | ||
| 36985444 | 关于提前赎回"众信转债"暨即将停止转股的提示性公告 | 2022-12-18 | Chinese | ||
| 36985441 | 关于提前赎回"众信转债"暨即将停止转股的提示性公告 | 2022-12-15 | Chinese | ||
| 36985432 | 关于提前赎回"众信转债"暨即将停止交易的提示性公告 | 2022-12-14 | Chinese | ||
| 36985418 | 关于公司部分董事、监事、高级管理人员减持计划期限届满的公告 | 2022-12-14 | Chinese | ||
| 36985414 | 关于公司控股股东、实际控制人持股比例被动稀释达到1%的公告 | 2022-12-13 | Chinese | ||
| 36985405 | 关于"众信转债"转股数额累计达到转股前公司已发行股份总额10%的公告 | 2022-12-13 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Tour operator activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Bookfortravel.com Inc.
Specializes in immersive, local-hosted group tours and pers…
|
— | CA | Administrative and support serv… |
|
CAISSA TOURISM GROUP CO.,LTD.
Travel management, MICE, aviation and railway catering, cru…
|
000796 | CN | Administrative and support serv… |
|
Ch. Charilaou Group Plc
A tour operator offering tickets, packages, cruises, and on…
|
CHCH | CY | Administrative and support serv… |
|
China CYTS Tours Holding Co.,Ltd.
Comprehensive tourism provider offering travel agency, reso…
|
600138 | CN | Administrative and support serv… |
|
CVC BRASIL OPERADORA E AGÊNCIA DE VIAGENS SA
Provides integrated travel services, vacation packages, and…
|
— | BR | Administrative and support serv… |
|
Destinasi Tirta Nusantara Tbk
Tour operator specializing in inbound travel services acros…
|
PDES | ID | Administrative and support serv… |
|
Destination Italia
A TravelTech tour operator for high-end, experiential B2B t…
|
DIT | IT | Administrative and support serv… |
|
EGL Holdings Company Limited
Provides travel and travel-related services, offering organ…
|
6882 | HK | Administrative and support serv… |
|
EURASIA TRAVEL Co.,Ltd
A travel provider offering themed tours focused on nature, …
|
9376 | JP | Administrative and support serv… |
|
GEZİNOMİ SEYAHAT TURİZM TİCARET A.Ş.
Tour operator providing online booking for hotels, tours, a…
|
GZNMI | TR | Administrative and support serv… |
UTour 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/54723/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54723 | 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=54723 | 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=54723 \ -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": 54723}, 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 UTour Group Co., Ltd. (id: 54723)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.