
SONGCHENG PERFORMANCE DEVELOPMENT CO .,LTD. — Investor Relations & Filings
Songcheng Performance Development Co., Ltd. specializes in the development and operation of large-scale cultural theme parks and live performance productions. The company is best known for its "Romantic Show" series, which utilizes advanced stage technology, mechanical effects, and immersive storytelling to depict local historical and cultural themes. Its core business model integrates theatrical performances with themed environments, creating comprehensive entertainment destinations. The company manages a diverse portfolio of projects across major tourist hubs, focusing on high-quality artistic content and proprietary intellectual property. Key services include the production of indoor and outdoor spectacles, park management, and the integration of digital technology into live entertainment to enhance visitor engagement.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 第五届监事会第二十六次会议决议公告 | 2016-04-20 | Chinese | |
| 独立董事关于第五届董事会第三十二次会议相关事项的独立意见 | 2016-04-20 | Chinese | |
| 关于限制性股票激励计划第三个解锁期可解锁的公告 | 2016-04-20 | Chinese | |
| 关于股权激励已授予限制性股票回购注销完成的公告 | 2016-04-19 | Chinese | |
| 2015年度权益分派实施公告 | 2016-03-29 | Chinese | |
| 2015年年度股东大会决议公告 | 2016-03-22 | Chinese |
Browse filings by year
17 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2016
15 filings
| |||||
| 35996319 | 第五届监事会第二十六次会议决议公告 | 2016-04-20 | Chinese | ||
| 35996311 | 独立董事关于第五届董事会第三十二次会议相关事项的独立意见 | 2016-04-20 | Chinese | ||
| 35996303 | 关于限制性股票激励计划第三个解锁期可解锁的公告 | 2016-04-20 | Chinese | ||
| 35996292 | 关于股权激励已授予限制性股票回购注销完成的公告 | 2016-04-19 | Chinese | ||
| 35996276 | 2015年度权益分派实施公告 | 2016-03-29 | Chinese | ||
| 35996266 | 2015年年度股东大会决议公告 | 2016-03-22 | Chinese | ||
| 35996254 | 2015年度股东大会会议的法律意见书 | 2016-03-22 | Chinese | ||
| 35996240 | 关于召开2015年度股东大会的提示性公告 | 2016-03-16 | Chinese | ||
| 35996232 | 摩根士丹利华鑫证券有限责任公司、华泰联合证券有限责任公司关于公司发行股份及支付现金购买资产并募集配套资金暨关联交易之2015年度业绩承诺实现情况及募集配套资金使用的核查意见 | 2016-03-09 | Chinese | ||
| 35996219 | 摩根士丹利华鑫证券有限责任公司、华泰联合证券有限责任公司关于公司发行股份及支付现金购买资产并募集配套资金暨关联交易之2015年度持续督导意见 | 2016-03-09 | Chinese | ||
| 35996203 | 关于持股5%以上股东协议转让股份完成过户登记的公告 | 2016-03-04 | Chinese | ||
| 35996190 | 关于控股股东股份质押的公告 | 2016-03-04 | Chinese | ||
| 35996183 | 关于举行2015年度网上业绩说明会的通知 | 2016-03-02 | Chinese | ||
| 35996172 | 2016年第一季度业绩预告 | 2016-03-02 | Chinese | ||
| 35996157 | 控股股东及其他关联方占用资金情况的专项审计说明(2015年度) | 2016-02-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Activities of amusement parks and theme parks
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Ajwa Fun World & Resorts Ltd
Operates amusement and water parks with resort lodging and …
|
526628 | IN | Arts, sports and recreation |
|
CA Cultural Technology Group Limited
Cultural technology integrating animation IP, VR, and immer…
|
1566 | HK | Arts, sports and recreation |
|
COAST ENTERTAINMENT HOLDINGS LIMITED
Owns and operates major leisure attractions including Dream…
|
CEH | AU | Arts, sports and recreation |
|
Compagnie des Alpes
A European leisure operator managing ski areas in the Frenc…
|
CDA | FR | Arts, sports and recreation |
|
Công ty Cổ phần Công viên nước Đầm Sen
Operates Dam Sen Water Park, a leading aquatic entertainmen…
|
DSN | VN | Arts, sports and recreation |
|
Dreamland Ltd
Investment holding company providing event management for t…
|
TDIC | US | Arts, sports and recreation |
|
E-WORLD CO.,LTD.
Operates amusement facilities, including a theme park and a…
|
084680 | KR | Arts, sports and recreation |
|
Falcon's Beyond Global, Inc.
An entertainment enterprise specializing in immersive story…
|
FBYD | US | Arts, sports and recreation |
|
Funshine Culture Group Co.,Ltd.
Designs and operates cultural tourism projects, theme parks…
|
300860 | CN | Arts, sports and recreation |
|
GOLDEN HEAVEN GROUP HOLDINGS LTD.
Operator of six amusement and water parks in geographically…
|
GDHG | US | Arts, sports and recreation |
SONGCHENG PERFORMANCE 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/55156/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55156 | 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=55156 | 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=55156 \ -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": 55156}, 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 SONGCHENG PERFORMANCE DEVELOPMENT CO .,LTD. (id: 55156)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.