
QUZHOU XIN'AN DEVELOPMENT CO.,LTD. — Investor Relations & Filings
Quzhou Xin'an Development Co., Ltd. specializes in urban infrastructure construction, land development, and real estate investment. The organization manages large-scale civil engineering projects, including the development of industrial zones and residential complexes. Key activities include project planning, construction management, and property maintenance. The company facilitates the expansion of urban facilities and the modernization of regional infrastructure through land acquisition, public works execution, and the management of commercial and residential assets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 公司第一大股东增持股份计划实施进展暨增持金额实施过半的公告 | 2024-07-03 | Chinese | |
| 关于职工代表监事选举结果的公告 | 2024-07-01 | Chinese | |
| 第十一届监事会第十一次会议决议公告 | 2024-07-01 | Chinese | |
| 关于召开2024年第四次临时股东大会的通知 | 2024-07-01 | Chinese | |
| 关于控股股东、实际控制人拟发生变更的提示性公告 | 2024-07-01 | Chinese | |
| 第十一届董事会第二十八次会议决议公告 | 2024-07-01 | Chinese |
Browse filings by year
27 years- 2026 57 filings
- 2025 146 filings
- 2024 148 filings
- 2023 129 filings
- 2022 86 filings
- 2021 104 filings
- 2020 126 filings
- 2019 160 filings
- 2018 126 filings
- 2017 183 filings
- 2016 254 filings
- 2015 231 filings
- 2014 193 filings
- 2013 140 filings
- 2012 106 filings
- 2011 118 filings
- 2010 92 filings
- 2009 117 filings
- 2008 116 filings
- 2007 100 filings
- 2006 70 filings
- 2005 49 filings
- 2004 54 filings
- 2003 27 filings
- 2002 38 filings
- 2001 14 filings
- 1999 3 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 40554527 | 公司第一大股东增持股份计划实施进展暨增持金额实施过半的公告 | 2024-07-03 | Chinese | ||
| 40554518 | 关于职工代表监事选举结果的公告 | 2024-07-01 | Chinese | ||
| 40554508 | 第十一届监事会第十一次会议决议公告 | 2024-07-01 | Chinese | ||
| 40554501 | 关于召开2024年第四次临时股东大会的通知 | 2024-07-01 | Chinese | ||
| 40554474 | 关于控股股东、实际控制人拟发生变更的提示性公告 | 2024-07-01 | Chinese | ||
| 40554463 | 第十一届董事会第二十八次会议决议公告 | 2024-07-01 | Chinese | ||
| 40554448 | 公司第一大股东增持股份计划公告 | 2024-06-28 | Chinese | ||
| 40554434 | 关于媒体报道的澄清公告 | 2024-06-28 | Chinese | ||
| 40554421 | 第十一届董事会第二十七次会议决议暨关于“提质增效重回报”行动方案的公告 | 2024-06-21 | Chinese | ||
| 40554404 | 实际控制人之一致行动人股份质押公告 | 2024-06-17 | Chinese | ||
| 40554387 | 关于股东权益变动完成的公告 | 2024-06-10 | Chinese | ||
| 40554372 | 实际控制人之一致行动人股份解除质押公告 | 2024-06-10 | Chinese | ||
| 40554358 | 关于对外担保的进展公告 | 2024-06-03 | Chinese | ||
| 40554345 | 实际控制人之一致行动人股份解除质押和质押公告 | 2024-06-03 | Chinese | ||
| 40554337 | 实际控制人之一致行动人股份解除质押和质押公告 | 2024-05-30 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Construction of other civil engineering projects
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Active Infrastructures Limited
Develops and manages civil engineering and urban infrastruc…
|
ACTIVEINFR | IN | Construction |
|
Afcons Infrastructure Limited
Global engineering and construction firm specializing in co…
|
AFCONS | IN | Construction |
|
Affluent Foundation Holdings Limited
Provides specialized foundation and civil engineering, incl…
|
1757 | HK | Construction |
|
AF Gruppen
Contractor for civil engineering, construction, property, e…
|
AFG | NO | Construction |
|
AGRA Inc.
Specialized engineering and construction firm for industria…
|
— | CA | Construction |
|
AHMAD ZAKI RESOURCES BHD
Investment holding company and contractor for civil and str…
|
— | MY | Construction |
|
Anhui Construction Engineering Group Corporation Limited
Provides engineering, construction, and infrastructure serv…
|
600502 | CN | Construction |
|
ARK RESOURCES HOLDINGS BERHAD
Investment holding and management services for a group spec…
|
— | MY | Construction |
|
ARTSON LIMITED
EPC firm specializing in industrial infrastructure for oil,…
|
522134 | IN | Construction |
|
ASIA ALLIED INFRASTRUCTURE HOLDINGS LIMITED
Investment holding company focused on infrastructure, const…
|
711 | HK | Construction |
QUZHOU XIN'AN DEVELOPMENT 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/56566/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56566 | 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=56566 | 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=56566 \ -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": 56566}, 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 QUZHOU XIN'AN DEVELOPMENT CO.,LTD. (id: 56566)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.