
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 |
|---|---|---|---|
| 关于暂不召开股东大会审议本次交易相关事项的公告 | 2025-08-12 | Chinese | |
| 第十二届监事会第五次会议决议公告 | 2025-08-12 | Chinese | |
| 关于筹划重大事项的停牌进展公告 | 2025-08-05 | Chinese | |
| 关于筹划发行股份购买资产并募集配套资金的停牌公告 | 2025-07-29 | Chinese | |
| 第十二届董事会第十四次会议决议暨关于延长公司2015年员工持股计划存续期的公告 | 2025-07-24 | Chinese | |
| 2025年半年度业绩预减公告 | 2025-07-14 | 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 | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 40557000 | 关于暂不召开股东大会审议本次交易相关事项的公告 | 2025-08-12 | Chinese | ||
| 40556991 | 第十二届监事会第五次会议决议公告 | 2025-08-12 | Chinese | ||
| 40556966 | 关于筹划重大事项的停牌进展公告 | 2025-08-05 | Chinese | ||
| 40556957 | 关于筹划发行股份购买资产并募集配套资金的停牌公告 | 2025-07-29 | Chinese | ||
| 40556947 | 第十二届董事会第十四次会议决议暨关于延长公司2015年员工持股计划存续期的公告 | 2025-07-24 | Chinese | ||
| 40556935 | 2025年半年度业绩预减公告 | 2025-07-14 | Chinese | ||
| 40556924 | 对子公司担保的进展公告 | 2025-07-02 | Chinese | ||
| 40556916 | 股改限售股上市流通公告 | 2025-06-25 | Chinese | ||
| 40556907 | 38号 附件 西南证券股份有限公司关于衢州信安发展股份有限公司申请有限售条件的流通股上市流通之核查意见 | 2025-06-25 | Chinese | ||
| 40556894 | 关于对子公司担保的进展公告 | 2025-06-04 | Chinese | ||
| 40556886 | 36号 关于5%以上股东部分股份被冻结公告 | 2025-05-30 | Chinese | ||
| 40556875 | 2024年年度股东大会决议公告 | 2025-05-23 | Chinese | ||
| 40556865 | 衢州发展2024年年度股东大会法律意见书 | 2025-05-23 | Chinese | ||
| 40556809 | 2024年年度股东大会会议资料 | 2025-05-16 | Chinese | ||
| 40556798 | 2024年度内部控制评价报告 | 2025-04-29 | 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.