凯德石英 — Investor Relations & Filings
About 凯德石英
Beijing Kaide Quartz Co., Ltd. specializes in the research, development, and manufacturing of high-purity quartz products. The company provides a comprehensive range of quartz components, including quartz tubes, rods, boats, and tanks, designed for high-temperature and high-purity environments. Its products are primarily utilized in the semiconductor, photovoltaic, and optical fiber sectors. Kaide Quartz focuses on precision machining and advanced processing techniques to meet the stringent requirements of integrated circuit manufacturing, particularly for 8-inch and 12-inch wafer production lines. The company serves as a key supplier to major semiconductor equipment manufacturers, offering customized quartz solutions that ensure thermal stability and chemical resistance in critical fabrication processes.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2023年股权激励计划限制性股票首次授予公告 | 2024-01-04 | Chinese | |
| 天风证券股份有限公司关于北京凯德石英股份有限公司2023年股权激励计划首次授予相关事项之独立财务顾问报告 | 2024-01-04 | Chinese | |
| 北京国枫律师事务所关于北京凯德石英股份有限公司2023年股权激励计划首次授予事项的法律意见 | 2024-01-04 | Chinese | |
| 监事会关于公司2023年股权激励计划首次授予相关事项的核查意见 | 2024-01-04 | Chinese | |
| 第三届董事会第二十二次会议决议公告 | 2024-01-04 | Chinese | |
| 2023年股权激励计划限制性股票首次授予的激励对象名单(首次授予日 ) | 2024-01-04 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
11 filings
| |||||
| 39910351 | 2023年股权激励计划限制性股票首次授予公告 | 2024-01-04 | Chinese | ||
| 39910341 | 天风证券股份有限公司关于北京凯德石英股份有限公司2023年股权激励计划首次授予相关事项之独立财务顾问报告 | 2024-01-04 | Chinese | ||
| 39910256 | 北京国枫律师事务所关于北京凯德石英股份有限公司2023年股权激励计划首次授予事项的法律意见 | 2024-01-04 | Chinese | ||
| 39910156 | 监事会关于公司2023年股权激励计划首次授予相关事项的核查意见 | 2024-01-04 | Chinese | ||
| 39910145 | 第三届董事会第二十二次会议决议公告 | 2024-01-04 | Chinese | ||
| 39910135 | 2023年股权激励计划限制性股票首次授予的激励对象名单(首次授予日 ) | 2024-01-04 | Chinese | ||
| 39910125 | 公司章程 | 2024-01-01 | Chinese | ||
| 39910112 | 2023年第二次临时股东大会决议公告 | 2024-01-01 | Chinese | ||
| 39910100 | 关于2023年股权激励计划内幕信息知情人买卖公司股票的自查报告 | 2024-01-01 | Chinese | ||
| 39910090 | 认定核心员工的公告 | 2024-01-01 | Chinese | ||
| 39910082 | 北京国枫律师事务所关于北京凯德石英股份有限公司2023年第二次临时股东大会的法律意见书 | 2024-01-01 | Chinese | ||
|
2023
4 filings
| |||||
| 39910068 | 监事会关于拟认定核心员工的核查意见 | 2023-12-21 | Chinese | ||
| 39910054 | 监事会关于2023年股权激励计划首次授予对象名单的核查意见及公示情况说明 | 2023-12-21 | Chinese | ||
| 39910049 | 关于持股5%以上股东拟通过大宗交易方式减持公司股份不超过1%的预披露公告 | 2023-12-13 | Chinese | ||
| 39910039 | 董事会审计委员会工作细则 | 2023-12-10 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of glass and glass products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Agarwal Float Glass India Limited
Trades and processes diverse glass products for constructio…
|
AGARWALFT | IN | Manufacturing |
|
Agarwal Toughened Glass India Limited
Manufacturer of high-performance safety glass for structura…
|
AGARWALTUF | IN | Manufacturing |
|
AGC Inc.
Global manufacturer of glass, electronics, chemicals, and c…
|
5201 | JP | Manufacturing |
|
AGI GREENPAC LIMITED
Manufactures glass containers, PET bottles, and closures fo…
|
AGI | IN | Manufacturing |
|
Anhui Deli Household Glass Co.,Ltd.
Specializes in the production and global distribution of da…
|
002571 | CN | Manufacturing |
|
Asahi India Glass Ltd.
Integrated glass solutions provider for automotive and arch…
|
ASAHIINDIA | IN | Manufacturing |
|
BANDARAM PHARMA PACKTECH LIMITED
Manufactures and distributes primary packaging solutions fo…
|
524602 | IN | Manufacturing |
|
Borosil Limited
Manufacturer of borosilicate glassware for consumer, scient…
|
BOROLTD | IN | Manufacturing |
|
BOROSIL RENEWABLES LIMITED
Specialized producer of high-performance solar glass for th…
|
BORORENEW | IN | Manufacturing |
|
Borosil Scientific Limited
Produces laboratory glassware and scientific instruments fo…
|
BOROSCI | IN | Manufacturing |
凯德石英 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/58759/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58759 | 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=58759 | 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=58759 \ -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": 58759}, 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 凯德石英 (id: 58759)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.