
Guangdong Huiyun Titanium Industry Co., Ltd. — Investor Relations & Filings
Guangdong Huiyun Titanium Industry Co., Ltd. focuses on the research, development, and large-scale manufacturing of titanium dioxide pigments. Utilizing the sulfuric acid production method, the company produces a comprehensive range of rutile and anatase titanium dioxide grades. These products are engineered for diverse applications, including architectural coatings, industrial paints, plastics, polymers, printing inks, and paper manufacturing. The company operates with a focus on a circular economy framework, integrating sulfuric acid production with titanium dioxide processing and byproduct recovery to optimize resource utilization. Its technical capabilities emphasize product consistency, high whiteness, and superior weather resistance, serving a global customer base across various manufacturing sectors.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于完成工商变更登记并换发营业执照的公告 | 2026-06-01 | Chinese | |
| 中证鹏元资信评估股份有限公司关于终止广东惠云钛业股份有限公司主体及相关债券信用评级的公告 | 2026-05-18 | Chinese | |
| 关于取得发明专利证书的公告 | 2026-05-15 | Chinese | |
| 东莞证券股份有限公司关于广东惠云钛业股份有限公司向不特定对象发行可转换公司债券第一次临时受托管理事务报告(2026年度) | 2026-05-14 | Chinese | |
| 2025年度股东会决议公告 | 2026-05-12 | Chinese | |
| 上海市锦天城(深圳)律师事务所关于广东惠云钛业股份有限公司2025年年度股东会的法律意见书 | 2026-05-12 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47914279 | 关于完成工商变更登记并换发营业执照的公告 | 2026-06-01 | Chinese | ||
| 46382000 | 中证鹏元资信评估股份有限公司关于终止广东惠云钛业股份有限公司主体及相关债券信用评级的公告 | 2026-05-18 | Chinese | ||
| 46350687 | 关于取得发明专利证书的公告 | 2026-05-15 | Chinese | ||
| 45916966 | 东莞证券股份有限公司关于广东惠云钛业股份有限公司向不特定对象发行可转换公司债券第一次临时受托管理事务报告(2026年度) | 2026-05-14 | Chinese | ||
| 45231866 | 2025年度股东会决议公告 | 2026-05-12 | Chinese | ||
| 45231861 | 上海市锦天城(深圳)律师事务所关于广东惠云钛业股份有限公司2025年年度股东会的法律意见书 | 2026-05-12 | Chinese | ||
| 44264534 | 关于变更惠云转债信用评级机构的公告 | 2026-05-08 | Chinese | ||
| 40077578 | 北京德皓国际会计师事务所关于广东惠云钛业股份有限公司2025年度内部控制审计报告 | 2026-04-20 | Chinese | ||
| 40077537 | 东莞证券股份有限公司关于广东惠云钛业股份有限公司2025年度募集资金存放与使用情况的专项核查意见 | 2026-04-20 | Chinese | ||
| 40077536 | 2025年年度报告 | 2026-04-20 | Chinese | ||
| 40077531 | 2025年年度报告摘要 | 2026-04-20 | Chinese | ||
| 40077529 | 公司章程(2026年4月) | 2026-04-20 | Chinese | ||
| 40077516 | 2025年度董事会工作报告 | 2026-04-20 | Chinese | ||
| 40077513 | 2025年度董事会审计委员会履职报告 | 2026-04-20 | Chinese | ||
| 40077510 | 北京德皓国际会计师事务所关于广东惠云钛业股份有限公司2025年度营业收入扣除事项的专项核查意见 | 2026-04-20 | 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 Huiyun Titanium Industry 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/55858/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55858 | 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=55858 | 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=55858 \ -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": 55858}, 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 Huiyun Titanium Industry Co., Ltd. (id: 55858)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.