
RiseSun Real Estate Development Co.,Ltd. — Investor Relations & Filings
RiseSun Real Estate Development Co., Ltd. specializes in the investment, development, and operation of real estate projects. The company's core business encompasses residential property development, commercial real estate, and hotel management. It focuses on creating integrated living environments, often incorporating property management services and community facilities. RiseSun has established a significant presence in major economic zones, including the Beijing-Tianjin-Hebei region, the Yangtze River Delta, and the Pearl River Delta. Beyond traditional housing, the firm has diversified into sectors such as health care, cultural tourism, and financial services to support its primary real estate operations. Its project portfolio includes high-rise residential buildings, garden houses, and large-scale urban complexes designed to meet diverse market demands.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于发行股份购买资产并配套募集资金暨关联交易事项的进展公告 | 2024-12-06 | Chinese | |
| 2024年度第五次临时股东大会决议公告 | 2024-12-04 | Chinese | |
| 荣盛发展2024年度第五次临时股东大会法律意见书 | 2024-12-04 | Chinese | |
| 关于召开公司2024年度第五次临时股东大会的提示性公告 | 2024-12-01 | Chinese | |
| 关于为下属公司融资提供担保的公告 | 2024-11-19 | Chinese | |
| 关于召开公司2024年度第五次临时股东大会的通知 | 2024-11-18 | Chinese |
Browse filings by year
19 years- 2026 1 filing
- 2024 137 filings
- 2023 248 filings
- 2022 196 filings
- 2021 189 filings
- 2020 179 filings
- 2019 168 filings
- 2018 208 filings
- 2017 217 filings
- 2016 217 filings
- 2015 252 filings
- 2014 178 filings
- 2013 145 filings
- 2012 135 filings
- 2011 122 filings
- 2010 132 filings
- 2009 127 filings
- 2008 83 filings
- 2007 67 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 34963661 | 关于发行股份购买资产并配套募集资金暨关联交易事项的进展公告 | 2024-12-06 | Chinese | ||
| 34963652 | 2024年度第五次临时股东大会决议公告 | 2024-12-04 | Chinese | ||
| 34963642 | 荣盛发展2024年度第五次临时股东大会法律意见书 | 2024-12-04 | Chinese | ||
| 34963627 | 关于召开公司2024年度第五次临时股东大会的提示性公告 | 2024-12-01 | Chinese | ||
| 34963614 | 关于为下属公司融资提供担保的公告 | 2024-11-19 | Chinese | ||
| 34963601 | 关于召开公司2024年度第五次临时股东大会的通知 | 2024-11-18 | Chinese | ||
| 34963587 | 关于对外担保的公告 | 2024-11-18 | Chinese | ||
| 34963566 | 第八届董事会第二次会议决议公告 | 2024-11-18 | Chinese | ||
| 34963557 | 关于发行股份购买资产并配套募集资金暨关联交易事项的进展公告 | 2024-11-07 | Chinese | ||
| 34963547 | 股票交易异常波动公告 | 2024-11-07 | Chinese | ||
| 34963535 | 关于2024年三季度计提资产减值准备和信用减值损失的公告 | 2024-10-30 | Chinese | ||
| 34963525 | 荣盛发展2024年度第四次临时股东大会法律意见书 | 2024-10-30 | Chinese | ||
| 34963514 | 第八届监事会第一次会议决议公告 | 2024-10-30 | Chinese | ||
| 34963510 | 2024年三季度报告 | 2024-10-30 | Chinese | ||
| 34963492 | 关于诉讼事项及债务事项的公告 | 2024-10-30 | 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 |
RiseSun Real Estate 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/54201/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54201 | 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=54201 | 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=54201 \ -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": 54201}, 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 RiseSun Real Estate Development Co.,Ltd. (id: 54201)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.