
SANXIANG IMPRESSION CO.,LTD — Investor Relations & Filings
Sanxiang Impression Co., Ltd. operates a dual-core business model focused on green real estate development and cultural tourism. The company specializes in the design and construction of energy-efficient residential properties, utilizing advanced low-carbon technologies and sustainable building systems. Its cultural division, anchored by the "Impression" and "Encore" brands, produces large-scale live-action performances and immersive theatrical productions. These performances often integrate natural landscapes with high-tech stage effects to highlight regional heritage and artistic expression. By synthesizing high-end green construction with premium cultural content, the company provides integrated lifestyle and entertainment solutions. Its portfolio includes a range of sustainable housing projects and iconic tourism performances located in major scenic destinations.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于公司及观印象艺术发展有限公司为上海三湘文化发展有限公司提供担保公告 | 2017-09-20 | Chinese | |
| 关于公司董事长增持公司股份的公告 | 2017-09-06 | Chinese | |
| 关于股东权益变动进展的提示性公告 | 2017-09-01 | Chinese | |
| 独立董事意见 | 2017-08-29 | Chinese | |
| 第六届监事会第十七次会议决议公告 | 2017-08-29 | Chinese | |
| 公司章程修正案 | 2017-08-29 | Chinese |
Browse filings by year
27 years- 2026 31 filings
- 2025 83 filings
- 2024 71 filings
- 2023 153 filings
- 2022 96 filings
- 2021 102 filings
- 2020 118 filings
- 2019 123 filings
- 2018 156 filings
- 2017 147 filings
- 2016 186 filings
- 2015 252 filings
- 2014 175 filings
- 2013 117 filings
- 2012 129 filings
- 2011 70 filings
- 2010 52 filings
- 2009 56 filings
- 2008 42 filings
- 2007 66 filings
- 2006 55 filings
- 2005 65 filings
- 2004 43 filings
- 2003 34 filings
- 2002 36 filings
- 2001 9 filings
- 1997 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2017
15 filings
| |||||
| 43941692 | 关于公司及观印象艺术发展有限公司为上海三湘文化发展有限公司提供担保公告 | 2017-09-20 | Chinese | ||
| 43941677 | 关于公司董事长增持公司股份的公告 | 2017-09-06 | Chinese | ||
| 43941668 | 关于股东权益变动进展的提示性公告 | 2017-09-01 | Chinese | ||
| 43941661 | 独立董事意见 | 2017-08-29 | Chinese | ||
| 43941641 | 第六届监事会第十七次会议决议公告 | 2017-08-29 | Chinese | ||
| 43941634 | 公司章程修正案 | 2017-08-29 | Chinese | ||
| 43941617 | 2017年半年度报告摘要 | 2017-08-29 | Chinese | ||
| 43941600 | 关于会计政策变更的公告 | 2017-08-29 | Chinese | ||
| 43941588 | 关于公开发行中期票据和非公开发行公司债券预案的公告 | 2017-08-29 | Chinese | ||
| 43941574 | 2017年半年度财务报告 | 2017-08-29 | Chinese | ||
| 43941524 | 2017年半年度报告 | 2017-08-29 | Chinese | ||
| 43941463 | 第六届董事会第四十一次会议决议公告 | 2017-08-29 | Chinese | ||
| 43941457 | 关于公司控股股东进行股票质押的公告 | 2017-08-23 | Chinese | ||
| 43941452 | 关于完成回购注销部分已不符合激励条件的激励对象已获授但尚未解锁的限制性股票的公告 | 2017-08-15 | Chinese | ||
| 43941443 | 验资报告 | 2017-08-15 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Real estate activities with own or leased property
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
16080022 CANADA INC
Wholly-owned subsidiary of Margaux REIT that amalgamated wi…
|
— | CA | Real estate activities |
|
235 Holdings AD
A real estate investment company that acquires, manages, an…
|
235H | BG | Real estate activities |
|
3P LAND HOLDINGS LTD.
Engaged in real estate development, land management, and pr…
|
3PLAND | IN | Real estate activities |
|
a.a.a. AG Allgemeine Anlageverwaltung
A real estate project and property developer of commercial …
|
AAA | DE | Real estate activities |
|
ABACUS GROUP
Asset manager and owner of metropolitan office and retail p…
|
ABG | AU | Real estate activities |
|
ABACUS STORAGE KING
Owns and manages a portfolio of residential and commercial …
|
ASK | AU | Real estate activities |
|
Abbey Woods Developments Limited
Real estate development firm creating residential and comme…
|
— | CA | Real estate activities |
|
Abitare In
A real estate developer specializing in customized resident…
|
ABT | IT | Real estate activities |
|
abrdn European Logistics Income plc
An investment trust investing in a portfolio of European lo…
|
ASLI | GB | Real estate activities |
|
abrdn Property Income Trust Ltd
A closed-ended investment company winding down its UK comme…
|
API | GG | Real estate activities |
SANXIANG IMPRESSION 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/53862/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53862 | 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=53862 | 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=53862 \ -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": 53862}, 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 SANXIANG IMPRESSION CO.,LTD (id: 53862)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.