Jinan High-tech Development Co.,Ltd. — Investor Relations & Filings
About Jinan High-tech Development Co.,Ltd.
Jinan High-tech Development Co., Ltd. specializes in the development and operation of industrial parks, commercial real estate, and residential projects. The company focuses on urban infrastructure construction and the management of high-tech industrial zones. Its core business activities include land development, property management, and strategic investments in emerging sectors such as biotechnology, information technology, and advanced manufacturing. By integrating industrial development with urban planning, the company facilitates the growth of high-tech ecosystems and provides comprehensive support services for enterprises. It plays a significant role in regional economic development through the construction of specialized industrial clusters and the provision of modern office and production facilities.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于发行股份购买资产暨关联交易摊薄即期回报及采取填补措施的公告 | 2017-06-01 | Chinese | |
| 第八届监事会第十九次临时会议决议公告 | 2017-06-01 | Chinese | |
| 第八届董事会第四十三次临时会议决议公告 | 2017-06-01 | Chinese | |
| 实际控制人关于房地产业务开展情况的承诺函 | 2017-06-01 | Chinese | |
| 控股股东关于房地产业务开展情况的承诺函 | 2017-06-01 | Chinese | |
| 拟收购罕王澳大利亚有限公司股东全部权益项目资产评估报告 | 2017-06-01 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2017
15 filings
| |||||
| 41632691 | 关于发行股份购买资产暨关联交易摊薄即期回报及采取填补措施的公告 | 2017-06-01 | Chinese | ||
| 41632687 | 第八届监事会第十九次临时会议决议公告 | 2017-06-01 | Chinese | ||
| 41632682 | 第八届董事会第四十三次临时会议决议公告 | 2017-06-01 | Chinese | ||
| 41632674 | 实际控制人关于房地产业务开展情况的承诺函 | 2017-06-01 | Chinese | ||
| 41632666 | 控股股东关于房地产业务开展情况的承诺函 | 2017-06-01 | Chinese | ||
| 41632659 | 拟收购罕王澳大利亚有限公司股东全部权益项目资产评估报告 | 2017-06-01 | Chinese | ||
| 41632646 | 中信证券股份有限公司、东兴证券股份有限公司关于山东天业恒基股份有限公司发行股份购买资产暨关联交易报告书之独立财务顾问报告 | 2017-06-01 | Chinese | ||
| 41632603 | 发行股份购买资产暨关联交易报告书(草案)与预案差异情况对比表 | 2017-06-01 | Chinese | ||
| 41632591 | 发行股份购买资产暨关联交易报告书(草案)摘要 | 2017-06-01 | Chinese | ||
| 41632578 | 上市公司并购重组财务顾问专业意见附表第2号——重大资产重组 | 2017-06-01 | Chinese | ||
| 41632558 | TianyeSXOAustraliaPtyLtd审计报告 | 2017-06-01 | Chinese | ||
| 41632207 | 中信证券股份有限公司关于不存在依据《关于加强与上市公司重大资产重组相关股票异常交易监管的暂行规定》第十三条不得参与任何上市公司重大资产重组情形的承诺函 | 2017-06-01 | Chinese | ||
| 41632203 | 北京国枫律师事务所关于山东天业恒基股份有限公司房地产业务开展情况的专项核查意见 | 2017-06-01 | Chinese | ||
| 41632185 | 关于2016年年度股东大会增加临时提案的公告 | 2017-06-01 | Chinese | ||
| 41632174 | 董事、监事、高级管理人员关于房地产业务开展情况的承诺函 | 2017-06-01 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Real estate activities with own or leased property
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ALMEIDA JUNIOR SHOPPING CENTERS S.A.
Largest shopping center network in Southern Brazil with six…
|
— | BR | Real estate activities |
|
ALM Equity AB
A real estate development company that acquires, develops, …
|
ALM | SE | Real estate activities |
|
Almogim Holdings Ltd.
Real estate developer and constructor of residential, comme…
|
ALMA | IL | Real estate activities |
|
ALON BLUE SQUARE ISRAEL LTD
A real estate company developing and leasing commercial and…
|
— | IL | Real estate activities |
|
Alony Hetz
Real estate investment company holding income-generating co…
|
ALHE | IL | Real estate activities |
|
ALPHAVILLE S.A.
Developer of planned communities and urban centers with int…
|
— | ES | Real estate activities |
|
Alpine Housing Development Corporat
Develops residential and commercial properties with modern …
|
526519 | IN | Real estate activities |
|
Alpine Income Property Trust, Inc.
A REIT that owns a portfolio of single-tenant, net-leased c…
|
PINE | US | Real estate activities |
|
Al Rajhi REIT Fund
A Shariah-compliant fund investing in diversified income-ge…
|
4340 | SA | Real estate activities |
|
Alramz Real Estate Co.
Develops, invests in, and manages residential and commercia…
|
4327 | SA | Real estate activities |
Jinan High-tech 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/57022/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57022 | 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=57022 | 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=57022 \ -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": 57022}, 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 Jinan High-tech Development Co.,Ltd. (id: 57022)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.