
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 |
|---|---|---|---|
| 董事和高级管理人员薪酬管理制度(2026年5月) | 2026-05-29 | Chinese | |
| 荣盛发展2025年年度股东会法律意见书 | 2026-05-29 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-29 | Chinese | |
| 关于召开公司2025年年度股东会的提示性公告 | 2026-05-25 | Chinese | |
| 2025年度日常关联交易预计公告 | 2024-12-27 | Chinese | |
| 2024年第一次独立董事专门会议意见 | 2024-12-27 | Chinese |
Browse filings by year
19 years- 2026 4 filings
- 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 | |
|---|---|---|---|---|---|
|
2026
4 filings
| |||||
| 47897932 | 董事和高级管理人员薪酬管理制度(2026年5月) | 2026-05-29 | Chinese | ||
| 47897931 | 荣盛发展2025年年度股东会法律意见书 | 2026-05-29 | Chinese | ||
| 47897098 | 2025年年度股东会决议公告 | 2026-05-29 | Chinese | ||
| 47041166 | 关于召开公司2025年年度股东会的提示性公告 | 2026-05-25 | Chinese | ||
|
2024
11 filings
| |||||
| 34963852 | 2025年度日常关联交易预计公告 | 2024-12-27 | Chinese | ||
| 34963841 | 2024年第一次独立董事专门会议意见 | 2024-12-27 | Chinese | ||
| 34963832 | 关于诉讼事项及债务事项的公告 | 2024-12-27 | Chinese | ||
| 34963821 | 关于为下属公司融资提供担保的公告 | 2024-12-26 | Chinese | ||
| 34963812 | 荣盛发展2024年度第六次临时股东大会法律意见书 | 2024-12-26 | Chinese | ||
| 34963797 | 2024年度第六次临时股东大会决议公告 | 2024-12-26 | Chinese | ||
| 34963789 | 关于召开公司2024年度第六次临时股东大会的提示性公告 | 2024-12-23 | Chinese | ||
| 34963777 | 关于为下属公司融资提供担保的公告 | 2024-12-17 | Chinese | ||
| 34963762 | 关于诉讼事项及债务事项的公告 | 2024-12-10 | Chinese | ||
| 34963753 | 关于召开公司2024年度第六次临时股东大会的通知 | 2024-12-09 | Chinese | ||
| 34963740 | 关于对外担保的公告 | 2024-12-09 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Real estate activities with own or leased property
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Beijing Airport High-Tech Park Co.,Ltd.
Develops and operates industrial and high-tech parks near B…
|
600463 | CN | Real estate activities |
|
BEIJING CAPITAL DEVELOPMENT CO.,LTD
Specializes in real estate development, property management…
|
600376 | CN | Real estate activities |
|
Beijing Dalong Weiye Real Estate Development Co.,Ltd
Develops residential and commercial properties, land develo…
|
600159 | CN | Real estate activities |
|
Beijing Electronic Zone High-tech Group Co., Ltd.
Develops and manages high-tech industrial parks and technol…
|
600658 | CN | Real estate activities |
|
BEIJING HUALIAN DEPARTMENT STORE CO.,LTD
Invests in, develops, and manages shopping centers and depa…
|
000882 | CN | Real estate activities |
|
Beijing North Star Company Limited
Diversified enterprise focused on Convention and Exhibition…
|
588 | CN | Real estate activities |
|
Beijing Urban Construction Investment & Development Co.,Ltd.
Develops, manages, and invests in residential and commercia…
|
600266 | CN | Real estate activities |
|
Beijing Zodi Investment Co., Ltd.
Real estate development and management firm with strategic …
|
000609 | CN | Real estate activities |
|
Bekasi Asri Pemula Tbk
A property development company specializing in residential,…
|
BAPA | ID | Real estate activities |
|
Bekasi Fajar Industrial Estate Tbk
Developer and operator of world-class industrial estates, a…
|
BEST | ID | 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.