
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 |
|---|---|---|---|
| 关于开展2026年度外汇衍生品业务的公告 | 2026-04-20 | Chinese | |
| 关于2025年度拟不进行利润分配的公告 | 2026-04-20 | Chinese | |
| 董事会对独立董事独立性评估的专项意见 | 2026-04-20 | Chinese | |
| 2025年年度报告摘要 | 2026-04-20 | Chinese | |
| 独立董事2025年度述职报告(丁浩) | 2026-04-20 | Chinese | |
| 关于召开2025年年度股东会的通知 | 2026-04-20 | Chinese |
Browse filings by year
20 years- 2026 54 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 | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 34992817 | 关于开展2026年度外汇衍生品业务的公告 | 2026-04-20 | Chinese | ||
| 34992814 | 关于2025年度拟不进行利润分配的公告 | 2026-04-20 | Chinese | ||
| 34992810 | 董事会对独立董事独立性评估的专项意见 | 2026-04-20 | Chinese | ||
| 34992809 | 2025年年度报告摘要 | 2026-04-20 | Chinese | ||
| 34992806 | 独立董事2025年度述职报告(丁浩) | 2026-04-20 | Chinese | ||
| 34992804 | 关于召开2025年年度股东会的通知 | 2026-04-20 | Chinese | ||
| 34992801 | 关于2025年度计提资产减值准备的公告 | 2026-04-20 | Chinese | ||
| 34992800 | 关于2026年董事、高级管理人员薪酬(津贴)方案的公告 | 2026-04-20 | Chinese | ||
| 34992797 | 2026年一季度报告 | 2026-04-20 | Chinese | ||
| 34992796 | 2025年年度报告 | 2026-04-20 | Chinese | ||
| 34992792 | 关于对外投资设立香港全资子公司的公告 | 2026-04-20 | Chinese | ||
| 34992791 | 关于公司部分董事、高级管理人员减持股份实施情况的公告 | 2026-03-09 | Chinese | ||
| 34992788 | 东方锆业2026年第一次临时股东会的法律意见 | 2026-02-27 | Chinese | ||
| 34992773 | 2026年第一次临时股东会决议公告 | 2026-02-27 | Chinese | ||
| 34992762 | 2025年度业绩预告 | 2026-01-30 | 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.