
Xi'an Triangle Defense Co.,Ltd. — Investor Relations & Filings
Xi'an Triangle Defense Co., Ltd. specializes in the research, development, and manufacturing of large-scale precision forgings for the aerospace, aviation, and defense sectors. The company operates advanced heavy-duty forging equipment, most notably a 400 MN die forging press, enabling the production of critical structural components for aircraft airframes, aero-engines, and gas turbines. Its product portfolio includes high-performance forgings made from titanium alloys, high-strength steels, and aluminum alloys designed to meet rigorous safety and durability standards. By integrating advanced forging technologies with material science, the company provides essential components for civil and military aviation platforms, marine engineering, and energy infrastructure. Its core capabilities focus on the production of large-scale, complex-shaped parts that require high structural integrity and precision.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于可转换公司债券2026年付息的公告 | 2026-05-18 | Chinese | |
| 中航证券有限公司关于西安三角防务股份有限公司2025年度跟踪报告 | 2026-05-14 | Chinese | |
| 中航证券有限公司关于西安三角防务股份有限公司定期现场检查报告 | 2026-05-14 | Chinese | |
| 关于2026年度日常关联交易预计的公告 | 2026-05-14 | Chinese | |
| 第四届董事会第七次会议决议公告 | 2026-05-14 | Chinese | |
| 中航证券有限公司关于西安三角防务股份有限公司2025年度持续督导培训情况的报告 | 2026-05-14 | Chinese |
Browse filings by year
8 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46512761 | 关于可转换公司债券2026年付息的公告 | 2026-05-18 | Chinese | ||
| 45888764 | 中航证券有限公司关于西安三角防务股份有限公司2025年度跟踪报告 | 2026-05-14 | Chinese | ||
| 45888763 | 中航证券有限公司关于西安三角防务股份有限公司定期现场检查报告 | 2026-05-14 | Chinese | ||
| 45888761 | 关于2026年度日常关联交易预计的公告 | 2026-05-14 | Chinese | ||
| 45888760 | 第四届董事会第七次会议决议公告 | 2026-05-14 | Chinese | ||
| 45888758 | 中航证券有限公司关于西安三角防务股份有限公司2025年度持续督导培训情况的报告 | 2026-05-14 | Chinese | ||
| 45888756 | 中航证券有限公司关于西安三角防务股份有限公司向特定对象发行股票并在创业板上市之保荐总结报告书 | 2026-05-14 | Chinese | ||
| 45552139 | 关于参加2026年陕西辖区上市公司投资者集体接待日暨2025年度业绩说明会的公告 | 2026-05-13 | Chinese | ||
| 45552213 | 关于使用部分闲置自有资金进行现金管理的进展公告 | 2026-05-13 | Chinese | ||
| 39999792 | 第四届董事会第六次会议决议公告 | 2026-04-27 | Chinese | ||
| 39999786 | 关于2026年第一季度报告披露的提示性公告 | 2026-04-27 | Chinese | ||
| 39999783 | 关于2025年度会计师事务所的履职情况评估报告及审计委员会履行监督职责情况的报告 | 2026-04-27 | Chinese | ||
| 39999764 | 2025年年度报告摘要 | 2026-04-27 | Chinese | ||
| 39999763 | 2025年度独立董事述职报告(傅瑜) | 2026-04-27 | Chinese | ||
| 39999754 | 中航证券有限公司关于西安三角防务股份有限公司2025年度募集资金存放、管理与使用情况的核查意见 | 2026-04-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Forging, pressing, stamping and roll-forming of metal; powder metallurgy
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AMAERO LTD
Specializes in metal additive manufacturing and powders for…
|
3DA | AU | Manufacturing |
|
Amforge Industries Ltd.
Manufacturer of precision forged components for automotive …
|
513117 | IN | Manufacturing |
|
Amic Forging Limited
Produces open die forged components for heavy engineering, …
|
544037 | IN | Manufacturing |
|
ANHUI YINGLIU ELECTROMECHANICAL CO.,LTD
Manufacturer of high-end precision components for aerospace…
|
603308 | CN | Manufacturing |
|
ASL Industries Limited
Manufactures forged and machined components for automotive,…
|
ASLIND | IN | Manufacturing |
|
BALU FORGE INDUSTRIES LIMITED
Manufactures precision forged components and crankshafts fo…
|
BALUFORGE | IN | Manufacturing |
|
Baoding Technology Co., Ltd.
Manufactures large-scale castings and forgings for marine a…
|
002552 | CN | Manufacturing |
|
Bharat Forge Ltd
Global manufacturer of high-performance forged and machined…
|
BHARATFORG | IN | Manufacturing |
|
BRAIME GROUP PLC
Manufactures metal presswork and distributes bulk material …
|
BMT | GB | Manufacturing |
|
CFM HOLDINGS LIMITED
Customer-focused manufacturer specializing in metal stampin…
|
5EB | SG | Manufacturing |
Xi'an Triangle Defense 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/55746/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55746 | 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=55746 | 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=55746 \ -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": 55746}, 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 Xi'an Triangle Defense Co.,Ltd. (id: 55746)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.