Guangzhou Tinci Materials Technology Co., Ltd — Investor Relations & Filings
Guangzhou Tinci Materials Technology Co., Ltd. is a global manufacturer specializing in the research, development, and production of fine chemical materials. The company operates primarily through two core business segments: lithium-ion battery materials and personal care specialty chemicals. As a leading supplier in the energy sector, it provides high-purity electrolytes, lithium salts such as lithium hexafluorophosphate (LiPF6), and functional additives essential for electric vehicle batteries and energy storage systems. In the personal care sector, the company develops a wide range of surfactants, polymers, and emulsifiers used in cosmetics and hygiene products. Tinci Materials maintains a vertically integrated supply chain to ensure raw material stability and cost efficiency. Its focus on technological innovation and large-scale production capabilities supports its position as a key partner for global battery manufacturers and consumer goods brands.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 未来三年 (2026 年-2028年) 股东分红回报规划 | 2026-03-09 | Chinese | |
| 独立董事提名人声明(沈洪涛) | 2026-03-09 | Chinese | |
| 独立董事提名人声明(赵建青) | 2026-03-09 | Chinese | |
| 关于2026年度向子公司提供担保额度的公告 | 2026-03-09 | Chinese | |
| 关于开展2026年度外汇套期保值业务的公告 | 2026-03-09 | Chinese | |
| 关于交易对手方对东莞市腾威电子材料技术有限公司2025年度业绩承诺实现情况的说明审核报告 | 2026-03-09 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 36913102 | 未来三年 (2026 年-2028年) 股东分红回报规划 | 2026-03-09 | Chinese | ||
| 36913099 | 独立董事提名人声明(沈洪涛) | 2026-03-09 | Chinese | ||
| 36913096 | 独立董事提名人声明(赵建青) | 2026-03-09 | Chinese | ||
| 36913092 | 关于2026年度向子公司提供担保额度的公告 | 2026-03-09 | Chinese | ||
| 36913090 | 关于开展2026年度外汇套期保值业务的公告 | 2026-03-09 | Chinese | ||
| 36913082 | 关于交易对手方对东莞市腾威电子材料技术有限公司2025年度业绩承诺实现情况的说明审核报告 | 2026-03-09 | Chinese | ||
| 36913075 | 关于东莞腾威2025年度业绩承诺实现情况的公告 | 2026-03-09 | Chinese | ||
| 36913072 | 关于“质量回报双提升”行动方案的进展公告 | 2026-03-09 | Chinese | ||
| 36913067 | 关于2024年员工持股计划首次授予部分第一个锁定期届满暨解锁条件成就的公告 | 2026-03-09 | Chinese | ||
| 36913062 | 上海兰迪律师事务所关于广州天赐高新材料股份有限公司2024年股票期权激励计划调整股票期权行权价格暨首次授予部分第一个行权期行权条件成就和注销部分股票期权的法律意见书 | 2026-03-09 | Chinese | ||
| 36913054 | 董事会薪酬与考核委员会关于公司2024年股票期权激励计划相关事项的核查意见 | 2026-03-09 | Chinese | ||
| 36912985 | 关于公司2024年股票期权激励计划首次授予部分第一个行权期行权条件成就的公告 | 2026-03-09 | Chinese | ||
| 36912962 | 独立董事候选人声明(沙渝晨) | 2026-03-09 | Chinese | ||
| 36912944 | 独立董事提名人声明(沙渝晨) | 2026-03-09 | Chinese | ||
| 36912936 | 关于董事会换届选举的公告 | 2026-03-09 | 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 |
Guangzhou Tinci Materials Technology 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/54725/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54725 | 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=54725 | 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=54725 \ -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": 54725}, 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 Guangzhou Tinci Materials Technology Co., Ltd (id: 54725)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.