Metro Land Corporation Ltd. — Investor Relations & Filings
About Metro Land Corporation Ltd.
Metro Land Corporation Ltd. focuses on the development, management, and investment of diverse property assets. The company specializes in transit-oriented development (TOD), integrating residential, commercial, and office spaces with urban transportation hubs. Its operations encompass the full lifecycle of property projects, from land acquisition and architectural design to construction and long-term property management. The portfolio features large-scale residential communities, modern office towers, and retail complexes designed to optimize urban land use. By prioritizing the synergy between transit infrastructure and real estate, the firm creates multifunctional environments that support urban mobility and community living. Its services include facility maintenance, leasing operations, and asset management aimed at maximizing the value of its property holdings.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 京投发展股份有限公司董事、高级管理人员薪酬管理制度(2026年4月) | 2026-04-20 | Chinese | |
| 京投发展股份有限公司2025年度董事会审计委员会履职情况报告 | 2026-04-20 | Chinese | |
| 京投发展股份有限公司2025年度内部控制评价报告 | 2026-04-20 | Chinese | |
| 京投发展股份有限公司2025年度独立董事述职报告(程小可) | 2026-04-20 | Chinese | |
| 京投发展股份有限公司关于向控股股东申请借款暨关联交易的公告 | 2026-04-20 | Chinese | |
| 京投发展股份有限公司2025年度独立董事述职报告(段宏伟) | 2026-04-20 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 41384681 | 京投发展股份有限公司董事、高级管理人员薪酬管理制度(2026年4月) | 2026-04-20 | Chinese | ||
| 41384677 | 京投发展股份有限公司2025年度董事会审计委员会履职情况报告 | 2026-04-20 | Chinese | ||
| 41384675 | 京投发展股份有限公司2025年度内部控制评价报告 | 2026-04-20 | Chinese | ||
| 41384672 | 京投发展股份有限公司2025年度独立董事述职报告(程小可) | 2026-04-20 | Chinese | ||
| 41384661 | 京投发展股份有限公司关于向控股股东申请借款暨关联交易的公告 | 2026-04-20 | Chinese | ||
| 41384650 | 京投发展股份有限公司2025年度独立董事述职报告(段宏伟) | 2026-04-20 | Chinese | ||
| 41384649 | 京投发展股份有限公司关于2025年度拟不进行利润分配的公告 | 2026-04-20 | Chinese | ||
| 41384646 | 京投发展股份有限公司二〇二五年度内部控制审计报告 | 2026-04-20 | Chinese | ||
| 41384575 | 京投发展股份有限公司董事会关于独立董事独立性情况的专项报告 | 2026-04-20 | Chinese | ||
| 41384559 | 京投发展股份有限公司二〇二五年度审计报告 | 2026-04-20 | Chinese | ||
| 41384376 | 京投发展股份有限公司2025年度独立董事述职报告(唐明) | 2026-04-20 | Chinese | ||
| 41384369 | 京投发展股份有限公司2025年度会计师事务所履职情况评估报告 | 2026-04-20 | Chinese | ||
| 41384366 | 京投发展股份有限公司董事、高级管理人员离职管理制度(2026年4月) | 2026-04-20 | Chinese | ||
| 41384365 | 京投发展股份有限公司关于2026年度公司预计对外担保额度的公告 | 2026-04-20 | Chinese | ||
| 41384362 | 关于京投发展股份有限公司非经营性资金占用及其他关联资金往来的专项说明 | 2026-04-20 | 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 |
Metro Land Corporation 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/56918/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56918 | 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=56918 | 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=56918 \ -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": 56918}, 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 Metro Land Corporation Ltd. (id: 56918)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.