Langfang Development Co.,Ltd. — Investor Relations & Filings
About Langfang Development Co.,Ltd.
Langfang Development Co., Ltd. focuses on urban infrastructure construction and regional development projects. The company's core operations include land primary development, investment in public utility facilities, and the management of industrial parks. It provides essential services such as centralized heat supply and property management within its operational zones. The company plays a significant role in the urban transformation and economic expansion of its primary service areas, leveraging its expertise in large-scale infrastructure and real estate development. Its business model integrates investment, construction, and operation to support regional urbanization goals and industrial upgrading.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2018年第二次临时股东大会的法律意见 | 2018-11-15 | Chinese | |
| 2018年第二次临时股东大会会议资料 | 2018-11-07 | Chinese | |
| 第八届董事会第十四次会议决议公告 | 2018-10-30 | Chinese | |
| 关于召开2018年第二次临时股东大会的通知 | 2018-10-30 | Chinese | |
| 关于下属公司廊坊市华逸发展智慧能源有限公司收购廊坊市广炎供热有限责任公司55%股权的公告 | 2018-10-30 | Chinese | |
| 北京北方亚事资产评估事务所(特殊普通合伙)《廊坊市华逸发展智慧能源有限公司拟收购廊坊市广炎供热有限责任公司部分股权项目资产评估报告》(北方亚事评报字[2018]第01-483号) | 2018-10-30 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2018
15 filings
| |||||
| 40398104 | 2018年第二次临时股东大会的法律意见 | 2018-11-15 | Chinese | ||
| 40398092 | 2018年第二次临时股东大会会议资料 | 2018-11-07 | Chinese | ||
| 40398065 | 第八届董事会第十四次会议决议公告 | 2018-10-30 | Chinese | ||
| 40398058 | 关于召开2018年第二次临时股东大会的通知 | 2018-10-30 | Chinese | ||
| 40398051 | 关于下属公司廊坊市华逸发展智慧能源有限公司收购廊坊市广炎供热有限责任公司55%股权的公告 | 2018-10-30 | Chinese | ||
| 40398040 | 北京北方亚事资产评估事务所(特殊普通合伙)《廊坊市华逸发展智慧能源有限公司拟收购廊坊市广炎供热有限责任公司部分股权项目资产评估报告》(北方亚事评报字[2018]第01-483号) | 2018-10-30 | Chinese | ||
| 40397651 | 中兴华会计师事务所(特殊普通合伙)《审计报告》(中兴华审字(2018)第021449号) | 2018-10-30 | Chinese | ||
| 40397526 | 独立董事的独立意见 | 2018-10-30 | Chinese | ||
| 40397520 | 2018年第三季度报告 | 2018-10-30 | Chinese | ||
| 40397507 | 关于全资子公司向控股股东借款暨关联交易的公告 | 2018-10-10 | Chinese | ||
| 40397499 | 2018年第一次临时股东大会决议公告 | 2018-10-08 | Chinese | ||
| 40397489 | 2018年第一次临时股东大会的法律意见 | 2018-10-08 | Chinese | ||
| 40397482 | 2018年第一次临时股东大会会议资料 | 2018-09-25 | Chinese | ||
| 40397472 | 关于召开2018年第一次临时股东大会的通知 | 2018-09-17 | Chinese | ||
| 40397466 | 独立董事对《关于提前归还廊坊控股委托贷款及申请借款额度暨关联交易的议案》的事前认可情况 | 2018-09-17 | 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 |
Langfang 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/56518/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56518 | 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=56518 | 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=56518 \ -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": 56518}, 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 Langfang Development Co.,Ltd. (id: 56518)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.