
XIANDAI INVESTMENT CO., LTD — Investor Relations & Filings
Xiandai Investment Co., Ltd. specializes in the investment, construction, operation, and management of high-grade highways and expressways. The company maintains a robust portfolio of infrastructure assets, focusing on toll road operations and maintenance services. Its business model extends beyond transportation infrastructure to include a diversified range of financial services, such as futures brokerage, commercial factoring, and insurance. Additionally, the firm is active in the environmental protection sector, undertaking projects related to waste-to-energy and water treatment. By leveraging its expertise in infrastructure management and financial integration, the company provides comprehensive solutions for regional connectivity and sustainable development.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年年度权益分派实施公告 | 2026-05-20 | Chinese | |
| 2026年第一次临时股东会决议公告 | 2026-05-19 | Chinese | |
| 2026年第一次临时股东会法律意见书 | 2026-05-19 | Chinese | |
| 2025年非经营性资金占用及其他关联资金往来汇总表 | 2026-04-02 | Chinese | |
| 估值提升计划的年度评估报告 | 2026-04-02 | Chinese | |
| 公司2025年度可持续发展报告 | 2026-04-02 | Chinese |
Browse filings by year
27 years- 2026 25 filings
- 2025 106 filings
- 2024 75 filings
- 2023 72 filings
- 2022 79 filings
- 2021 98 filings
- 2020 67 filings
- 2019 96 filings
- 2018 151 filings
- 2017 63 filings
- 2016 58 filings
- 2015 59 filings
- 2014 49 filings
- 2013 42 filings
- 2012 65 filings
- 2011 91 filings
- 2010 37 filings
- 2009 25 filings
- 2008 39 filings
- 2007 32 filings
- 2006 61 filings
- 2005 23 filings
- 2004 27 filings
- 2003 27 filings
- 2002 24 filings
- 2001 9 filings
- 1998 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46703005 | 2025年年度权益分派实施公告 | 2026-05-20 | Chinese | ||
| 46566178 | 2026年第一次临时股东会决议公告 | 2026-05-19 | Chinese | ||
| 46565261 | 2026年第一次临时股东会法律意见书 | 2026-05-19 | Chinese | ||
| 44116858 | 2025年非经营性资金占用及其他关联资金往来汇总表 | 2026-04-02 | Chinese | ||
| 44116811 | 估值提升计划的年度评估报告 | 2026-04-02 | Chinese | ||
| 44116801 | 公司2025年度可持续发展报告 | 2026-04-02 | Chinese | ||
| 44116796 | 2025年度内部控制评价报告 | 2026-04-02 | Chinese | ||
| 44116785 | 关于会计政策变更的公告 | 2026-04-02 | Chinese | ||
| 44116773 | 独立董事2025年度述职报告(李华强) | 2026-04-02 | Chinese | ||
| 44116761 | 独立董事2025年度述职报告(段琳) | 2026-04-02 | Chinese | ||
| 44116756 | 独立董事2025年度述职报告(屈茂辉) | 2026-04-02 | Chinese | ||
| 44116739 | 关于召开2025年度业绩说明会的公告 | 2026-04-02 | Chinese | ||
| 44116727 | 公司2025年度可持续发展报告(英文版) | 2026-04-02 | Chinese | ||
| 44116403 | 2025年度内部控制审计报告 | 2026-04-02 | Chinese | ||
| 44116342 | 关于召开2025年度股东会的通知 | 2026-04-02 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Service activities incidental to land transportation
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ABERTIS INFRAESTRUCTURAS, S.A.
Global operator of high-capacity road infrastructure and to…
|
ABE | ES | Transportation and storage |
|
Aleatica, S.A.B. de C.V.
Manages transport infrastructure assets across Latin Americ…
|
ALEATIC | MX | Transportation and storage |
|
ALLPARK EMPREENDIMENTOS, PARTICIPAÇÕES E SERVIÇOS S.A.
Operates parking infrastructure and urban mobility solution…
|
— | BR | Transportation and storage |
|
Anhui Expressway Company Limited
Manages investment, construction, and operation of toll exp…
|
600012 | CN | Transportation and storage |
|
ARKA BERHAD
An investment holding company driving digital and freight t…
|
— | MY | Transportation and storage |
|
ATLAS ARTERIA
Owns, operates, and develops international toll road networ…
|
ALX | AU | Transportation and storage |
|
Balticon Spolka Akcyjna
Specializes in container sales, rentals, transport, and com…
|
BLT | PL | Transportation and storage |
|
Chengdu Expressway Co., Ltd.
Develops, operates, and manages expressways in Chengdu, foc…
|
1785 | HK | Transportation and storage |
|
China Merchants Expressway Network & Technology Holdings Co., Ltd.
Invests in and operates expressway networks with integrated…
|
001965 | CN | Transportation and storage |
|
CONCESSIONARIA RIO-TERESOPOLIS SA
Operates, maintains, and modernizes highway infrastructure …
|
— | BR | Transportation and storage |
XIANDAI INVESTMENT 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/53885/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53885 | 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=53885 | 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=53885 \ -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": 53885}, 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 XIANDAI INVESTMENT CO., LTD (id: 53885)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.