
GuangDong XiangLu Tungsten Co.,Ltd — Investor Relations & Filings
GuangDong XiangLu Tungsten Co.,Ltd. specializes in the research, development, production, and distribution of tungsten-based materials and products. The company maintains an integrated industrial chain encompassing smelting, powder metallurgy, and deep processing. Its core product range includes ammonium paratungstate (APT), tungsten oxide, tungsten powder, and tungsten carbide powder. Furthermore, the company produces high-performance cemented carbide tools and components, such as precision cutting tools and wear-resistant parts. These products serve diverse applications in mechanical manufacturing, mining, and high-tech sectors. The organization focuses on technical innovation and quality control to provide high-purity materials and specialized alloy solutions for global industrial requirements.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于公司为全资子公司提供担保的进展公告 | 2026-05-20 | Chinese | |
| 关于公司高管减持计划实施完成的公告 | 2026-05-06 | Chinese | |
| 广东翔鹭钨业股份有限公司2025年度会计师事务所履职情况评估报告 | 2026-03-31 | Chinese | |
| 关于广东翔鹭钨业股份有限公司非经营性资金占用及其他关联资金往来情况专项说明 | 2026-03-31 | Chinese | |
| 2025年度独立董事关于独立性自查情况的报告(刘良先) | 2026-03-31 | Chinese | |
| 广东翔鹭钨业股份有限公司关于公司及控股子公司向银行及非银金融机构申请融资额度及提供担保并接受关联方担保的公告 | 2026-03-31 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46702146 | 关于公司为全资子公司提供担保的进展公告 | 2026-05-20 | Chinese | ||
| 44277118 | 关于公司高管减持计划实施完成的公告 | 2026-05-06 | Chinese | ||
| 37857665 | 广东翔鹭钨业股份有限公司2025年度会计师事务所履职情况评估报告 | 2026-03-31 | Chinese | ||
| 37857664 | 关于广东翔鹭钨业股份有限公司非经营性资金占用及其他关联资金往来情况专项说明 | 2026-03-31 | Chinese | ||
| 37857658 | 2025年度独立董事关于独立性自查情况的报告(刘良先) | 2026-03-31 | Chinese | ||
| 37857656 | 广东翔鹭钨业股份有限公司关于公司及控股子公司向银行及非银金融机构申请融资额度及提供担保并接受关联方担保的公告 | 2026-03-31 | Chinese | ||
| 37857653 | 广东翔鹭钨业股份有限公司2025年度独立董事述职报告(张立) | 2026-03-31 | Chinese | ||
| 37857652 | 2025年年度报告 | 2026-03-31 | Chinese | ||
| 37857651 | 广东翔鹭钨业股份有限公司2025年度总经理工作报告 | 2026-03-31 | Chinese | ||
| 37857650 | 广东翔鹭钨业股份有限公司2025年度利润分配预案的公告 | 2026-03-31 | Chinese | ||
| 37857645 | 董事会审计委员会关于对会计师事务所2025年度履职情况评估及履行监督职责情况的报告 | 2026-03-31 | Chinese | ||
| 37857643 | 2025年度独立董事关于独立性自查情况的报告(张立) | 2026-03-31 | Chinese | ||
| 37857641 | 2025年年度审计报告 | 2026-03-31 | Chinese | ||
| 37857525 | 关于开展外汇套期保值业务的公告 | 2026-03-31 | Chinese | ||
| 37857524 | 广东翔鹭钨业股份有限公司2025年度董事会工作报告 | 2026-03-31 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of basic precious and other non-ferrous metals
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
6K ADDITIVE, INC.
Produces sustainable metal powders for 3D printing using mi…
|
6KA | US | Manufacturing |
|
Afarak Group
A vertically-integrated producer of chromium-based specialt…
|
AFAGR | FI | Manufacturing |
|
Alakasa Industrindo Tbk
Pioneer in aluminum industry, establishing value chain from…
|
ALKA | ID | Manufacturing |
|
Alcoa Corp
A global producer of bauxite, alumina, and aluminum with in…
|
AA | US | Manufacturing |
|
Alcomet AD
Manufacturer of flat-rolled and extruded aluminum products,…
|
ALCM | BG | Manufacturing |
|
ALCOM GROUP BERHAD
Largest producer of rolled aluminium products in its primar…
|
— | MY | Manufacturing |
|
ALCONIX CORPORATION
An integrated non-ferrous metals company combining trading …
|
3036 | JP | Manufacturing |
|
Alnera Aluminium Co., Ltd.
Manufactures aluminum extrusion profiles and fabricated com…
|
301613 | CN | Manufacturing |
|
Alpro a.d. Vlasenica
Manufacturer of extruded aluminum profiles for architectura…
|
ALPRRA | BA | Manufacturing |
|
Alro S.A.
A large, vertically integrated aluminum producer in Europe …
|
ALR | RO | Manufacturing |
GuangDong XiangLu Tungsten 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/54843/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54843 | 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=54843 | 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=54843 \ -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": 54843}, 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 XiangLu Tungsten Co.,Ltd (id: 54843)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.