
GUANGDONG ORIENT ZIRCONIC IND SCI & TECH CO.,LTD. — Investor Relations & Filings
Guangdong Orient Zirconic Ind Sci & Tech Co., Ltd. specializes in the research, development, production, and distribution of a comprehensive range of zirconium-based materials. The company operates across the entire zirconium industry chain, from mineral processing to the manufacturing of high-purity chemical products and advanced ceramic materials. Its primary product portfolio includes zirconium oxychloride, zirconium dioxide, fused zirconia, zirconium silicate, and various ceramic structural components. These materials serve critical applications in sectors such as electronics, aerospace, nuclear power, medical technology, and high-end ceramics. By leveraging advanced manufacturing processes and a strong focus on technological innovation, the company provides high-performance solutions for global industrial markets, maintaining a significant presence in the production of nuclear-grade zirconium and specialty chemical compounds.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 半年报监事会决议公告 | 2024-08-21 | Chinese | |
| 关于2024年半年度计提资产减值准备的公告 | 2024-08-21 | Chinese | |
| 关于公司原实际控制人股份继承过户完成的公告 | 2024-08-20 | Chinese | |
| 关于公司原实际控制人股份继承过户的进展公告 | 2024-08-05 | Chinese | |
| 关于完成注册资本工商变更登记的公告 | 2024-08-02 | Chinese | |
| 2024年半年度业绩预告 | 2024-07-12 | Chinese |
Browse filings by year
20 years- 2026 56 filings
- 2025 138 filings
- 2024 101 filings
- 2023 120 filings
- 2022 158 filings
- 2021 181 filings
- 2020 174 filings
- 2019 96 filings
- 2018 153 filings
- 2017 129 filings
- 2016 125 filings
- 2015 113 filings
- 2014 119 filings
- 2013 119 filings
- 2012 117 filings
- 2011 65 filings
- 2010 97 filings
- 2009 80 filings
- 2008 68 filings
- 2007 57 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 34990631 | 半年报监事会决议公告 | 2024-08-21 | Chinese | ||
| 34990616 | 关于2024年半年度计提资产减值准备的公告 | 2024-08-21 | Chinese | ||
| 34990605 | 关于公司原实际控制人股份继承过户完成的公告 | 2024-08-20 | Chinese | ||
| 34990591 | 关于公司原实际控制人股份继承过户的进展公告 | 2024-08-05 | Chinese | ||
| 34990580 | 关于完成注册资本工商变更登记的公告 | 2024-08-02 | Chinese | ||
| 34990571 | 2024年半年度业绩预告 | 2024-07-12 | Chinese | ||
| 34990559 | 关于回购注销部分限制性股票完成的公告 | 2024-06-24 | Chinese | ||
| 34990549 | 详式权益变动报告书 | 2024-06-20 | Chinese | ||
| 34990530 | 关于实际控制人变更暨权益变动的提示性公告 | 2024-06-20 | Chinese | ||
| 34990519 | 第八届董事会第十三次会议决议公告 | 2024-06-17 | Chinese | ||
| 34990507 | 关于部分高级管理人员调整的公告 | 2024-06-17 | Chinese | ||
| 34990501 | 关于实际控制人逝世的公告 | 2024-05-21 | Chinese | ||
| 34990495 | 关于关于回购注销部分限制性股票的减资公告 | 2024-05-10 | Chinese | ||
| 34990483 | 2023年年度股东大会决议公告 | 2024-05-10 | Chinese | ||
| 34990466 | 东方锆业2023年年度股东大会法律意见书 | 2024-05-10 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of basic chemicals
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
20 Microns Limited
Produces ultra-fine industrial minerals and specialty chemi…
|
20MICRONS | IN | Manufacturing |
|
5E Advanced Materials, Inc.
Develops boron and lithium resources for a domestic supply …
|
FEAM | US | Manufacturing |
|
Aarti Industries Ltd
Global producer of benzene-based specialty chemicals and ph…
|
AARTIIND | IN | Manufacturing |
|
Aarti Surfactants Limited
Produces surfactants and specialty chemicals for global FMC…
|
AARTISURF | IN | Manufacturing |
|
ABA CHEMICALS CORPORATION
CDMO for advanced intermediates and active ingredients for …
|
300261 | CN | Manufacturing |
|
AB Igrene
Converts natural methane into hydrogen and solid carbon usi…
|
ABI | SE | Manufacturing |
|
ADVANCED ENERGY MINERALS LTD
Produces ultra-high purity alumina for batteries, LEDs and …
|
AEM | AU | Manufacturing |
|
Advanced Graphene Products Spolka Akcyjna
Manufacturer of large-area and flake graphene materials and…
|
GPH | PL | Manufacturing |
|
ADVANCE ZINCTEK LIMITED
Produces zinc and aluminum oxide powders for sunscreens, sk…
|
ANO | AU | Manufacturing |
|
AdvanSix Inc.
A diversified chemistry company producing essential materia…
|
ASIX | US | Manufacturing |
GUANGDONG ORIENT ZIRCONIC IND SCI & TECH 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/54221/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54221 | 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=54221 | 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=54221 \ -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": 54221}, 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 GUANGDONG ORIENT ZIRCONIC IND SCI & TECH CO.,LTD. (id: 54221)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.