Greattown Holdings Ltd. — Investor Relations & Filings
About Greattown Holdings Ltd.
Greattown Holdings Ltd. specializes in large-scale property development, focusing on the construction and management of residential and commercial assets. The company manages the full lifecycle of development projects, including land acquisition, architectural design, construction, and property management services. Its portfolio features high-end residential complexes, integrated commercial centers, and urban redevelopment initiatives. Greattown Holdings Ltd. emphasizes the integration of modern living standards with functional commercial infrastructure, aiming to provide comprehensive real estate solutions. The company utilizes its expertise in project planning and execution to serve diverse market segments, ranging from luxury housing to essential commercial facilities, while maintaining a focus on sustainable urban growth and operational efficiency.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 大名城2026年度提质增效重回报行动方案 | 2026-04-22 | Chinese | |
| 董事局关于独立董事独立性情况的专项意见 | 2026-04-22 | Chinese | |
| 申万宏源证券承销保荐有限责任公司关于上海大名城企业股份有限公司2025年度募集资金存放与实际使用情况的专项核查意见 | 2026-04-22 | Chinese | |
| 公司2025年第四季度暨2026年第一季度房地产业务主要经营数据的公告 | 2026-04-22 | Chinese | |
| 天职国际会计师事务所出具的上海大名城企业股份有限公司2025年度控股股东及其他关联方资金占用情况的专项说明 | 2026-04-22 | Chinese | |
| 第九届董事局第二十五次会议决议公告 | 2026-04-22 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40324530 | 大名城2026年度提质增效重回报行动方案 | 2026-04-22 | Chinese | ||
| 40324523 | 董事局关于独立董事独立性情况的专项意见 | 2026-04-22 | Chinese | ||
| 40324520 | 申万宏源证券承销保荐有限责任公司关于上海大名城企业股份有限公司2025年度募集资金存放与实际使用情况的专项核查意见 | 2026-04-22 | Chinese | ||
| 40324515 | 公司2025年第四季度暨2026年第一季度房地产业务主要经营数据的公告 | 2026-04-22 | Chinese | ||
| 40324513 | 天职国际会计师事务所出具的上海大名城企业股份有限公司2025年度控股股东及其他关联方资金占用情况的专项说明 | 2026-04-22 | Chinese | ||
| 40324510 | 第九届董事局第二十五次会议决议公告 | 2026-04-22 | Chinese | ||
| 40324508 | 大名城2025年度内部控制评价报告 | 2026-04-22 | Chinese | ||
| 40324506 | 关于召开2025年年度股东会的通知 | 2026-04-22 | Chinese | ||
| 40324501 | 公司对会计师事务所2025年度履职情况评估报告 | 2026-04-22 | Chinese | ||
| 40324497 | 天职国际会计师事务所出具的上海大名城企业股份有限公司募集资金存放、管理与实际使用情况鉴证报告 | 2026-04-22 | Chinese | ||
| 40324487 | 独立董事陈金山2025年度述职报告 | 2026-04-22 | Chinese | ||
| 40324485 | 天职国际会计师事务所出具的上海大名城企业股份有限公司内部控制审计报告 | 2026-04-22 | Chinese | ||
| 40324392 | 独立董事田新民2025年度述职报告 | 2026-04-22 | Chinese | ||
| 40324391 | 关于续聘会计师事务所的公告 | 2026-04-22 | Chinese | ||
| 40324389 | 上海大名城企业股份有限公司2025年年度报告摘要 | 2026-04-22 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Real estate activities with own or leased property
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AB Sagax
A property company investing in warehouse and light industr…
|
SAGA | SE | Real estate activities |
|
ACADIA REALTY TRUST
A REIT owning and managing retail properties in high-barrie…
|
AKR | US | Real estate activities |
|
Acanthe Développement SE
Real estate company owning and managing premium office prop…
|
ACAN | FR | Real estate activities |
|
ACCELERATE PROPERTY FUND LIMITED
Real Estate Investment Trust acquiring and leasing retail, …
|
APF | ZA | Real estate activities |
|
Accentis nv
Owns, manages, and develops industrial and semi-industrial …
|
ACCB | BE | Real estate activities |
|
Accentro Real Estate AG
Residential property company specializing in housing privat…
|
A4Y | DE | Real estate activities |
|
ACI Infocom Ltd.
Distributes IT hardware and develops residential and commer…
|
517356 | IN | Real estate activities |
|
Acosta Verde, S.A.B. de C.V.
Develops, manages, and operates commercial retail propertie…
|
GAV | MX | Real estate activities |
|
Acrinova AB
Owns, develops, and manages a diversified property portfoli…
|
ACRI | SE | Real estate activities |
|
ACSION LIMITED
Specialist property developer and holding company dedicated…
|
ACSE | ZA | Real estate activities |
Greattown Holdings 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/56475/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56475 | 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=56475 | 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=56475 \ -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": 56475}, 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 Greattown Holdings Ltd. (id: 56475)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.