
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 |
|---|---|---|---|
| 关于回购股份减持计划进展的补充更正公告 | 2022-01-17 | Chinese | |
| 关于回购股份减持计划的进展公告 | 2022-01-14 | Chinese | |
| 关于变更财务顾问主办人的公告 | 2022-01-13 | Chinese | |
| 华泰联合证券有限责任公司关于众信旅游集团股份有限公司发行股份购买资产暨关联交易部分限售股上市流通的专项核查意见 | 2022-01-13 | Chinese | |
| 关于发行股份购买资产之限售股上市流通公告 | 2022-01-13 | Chinese | |
| 公司章程(2022年1月) | 2022-01-10 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
12 filings
| |||||
| 36983933 | 关于回购股份减持计划进展的补充更正公告 | 2022-01-17 | Chinese | ||
| 36983921 | 关于回购股份减持计划的进展公告 | 2022-01-14 | Chinese | ||
| 36983912 | 关于变更财务顾问主办人的公告 | 2022-01-13 | Chinese | ||
| 36983904 | 华泰联合证券有限责任公司关于众信旅游集团股份有限公司发行股份购买资产暨关联交易部分限售股上市流通的专项核查意见 | 2022-01-13 | Chinese | ||
| 36983895 | 关于发行股份购买资产之限售股上市流通公告 | 2022-01-13 | Chinese | ||
| 36983887 | 公司章程(2022年1月) | 2022-01-10 | Chinese | ||
| 36983877 | 2022年第一次临时股东大会之法律意见书 | 2022-01-10 | Chinese | ||
| 36983867 | 关于2022年第一次临时股东大会决议的公告 | 2022-01-10 | Chinese | ||
| 36983856 | 关于公司拟向控股股东、实际控制人及持股5%以上股东借款暨关联交易的进展公告 | 2022-01-05 | Chinese | ||
| 36983849 | 关于控股股东部分股票解除质押的公告 | 2022-01-04 | Chinese | ||
| 36983840 | 关于回购股份减持计划的进展公告 | 2022-01-04 | Chinese | ||
| 36983833 | 2021年第四季度可转债转股情况公告 | 2022-01-04 | Chinese | ||
|
2021
3 filings
| |||||
| 36983832 | 关于控股股东、实际控制人及持股5%以上股东协议转让部分股份过户完成的公告 | 2021-12-29 | Chinese | ||
| 36983824 | 关于签署《股权转让协议》暨出售资产的补充公告 | 2021-12-27 | Chinese | ||
| 36983816 | 关于召开2022年第一次临时股东大会的通知 | 2021-12-24 | 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.