Shaanxi Fenghuo Electronics Co., Ltd. — Investor Relations & Filings
Shaanxi Fenghuo Electronics Co., Ltd. specializes in the research, development, and manufacturing of advanced communication and electronic equipment. The company’s core portfolio includes tactical communication systems, electro-acoustic products such as high-performance headsets and microphones, and search and rescue (SAR) equipment. It also provides specialized navigation systems and integrated electronic components designed for high-reliability applications. Serving both defense and civil sectors, the company focuses on delivering robust solutions for aviation, maritime, and emergency response environments. Its technical expertise extends to digital signal processing and wireless transmission technologies, ensuring secure and clear communication in challenging operational conditions. The company is recognized for its comprehensive R&D capabilities and its role in providing mission-critical infrastructure for specialized communication networks.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 中审亚太审字(2026)006561号-2025年度业绩承诺完成情况的专项审核报告 | 2026-04-28 | Chinese | |
| 2025年度独立董事履职报告(徐璋勇) | 2026-04-28 | Chinese | |
| 董事会关于2025年度保留意见审计报告涉及事项的专项说明 | 2026-04-28 | Chinese | |
| 西部证券股份有限公司关于陕西烽火电子股份有限公司2025年度募集资金存放、管理与使用情况的专项核查意见(1) | 2026-04-28 | Chinese | |
| 2025年度独立董事述职报告(聂丽洁) | 2026-04-28 | Chinese | |
| 西部证券股份有限公司关于陕西烽火电子股份有限公司2025年度内部控制评价报告的核查意见(1) | 2026-04-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 42426708 | 中审亚太审字(2026)006561号-2025年度业绩承诺完成情况的专项审核报告 | 2026-04-28 | Chinese | ||
| 42426432 | 2025年度独立董事履职报告(徐璋勇) | 2026-04-28 | Chinese | ||
| 42426426 | 董事会关于2025年度保留意见审计报告涉及事项的专项说明 | 2026-04-28 | Chinese | ||
| 42426393 | 西部证券股份有限公司关于陕西烽火电子股份有限公司2025年度募集资金存放、管理与使用情况的专项核查意见(1) | 2026-04-28 | Chinese | ||
| 42426358 | 2025年度独立董事述职报告(聂丽洁) | 2026-04-28 | Chinese | ||
| 42426354 | 西部证券股份有限公司关于陕西烽火电子股份有限公司2025年度内部控制评价报告的核查意见(1) | 2026-04-28 | Chinese | ||
| 42426346 | 关于计提资产减值准备的公告 | 2026-04-28 | Chinese | ||
| 42426340 | 关于2025年度利润分配预案的公告 | 2026-04-28 | Chinese | ||
| 42426301 | 西部证券股份有限公司关于陕西烽火电子股份有限公司2026年日常关联交易实施计划的核查意见(1) | 2026-04-28 | Chinese | ||
| 42426243 | 中审亚太审字(2026)006692号-2025年度财务报表非标准审计意见的专项说明 | 2026-04-28 | Chinese | ||
| 42426222 | 中审亚太审字(2026)006560号-募集资金 | 2026-04-28 | Chinese | ||
| 42425869 | 中审亚太审字(2026)006559号-非经营性资金占用及其他关联资金往来情况汇总表的专项审核报告 | 2026-04-28 | Chinese | ||
| 42425855 | 中审亚太审字(2026)006558号-内控审计报告(1) | 2026-04-28 | Chinese | ||
| 42425841 | 关于控股子公司2025年度业绩承诺未完成及业绩补偿的公告 | 2026-04-28 | Chinese | ||
| 42425833 | 第十届董事会第八次会议决议公告 | 2026-04-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of communication equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Catvision Limited
Designs and manufactures cable TV, satellite, and broadband…
|
531158 | IN | Manufacturing |
|
C-COM Satellite Systems Inc.
Designs and manufactures fully motorized, auto-pointing mob…
|
CMI | CA | Manufacturing |
|
CeoTronics AG
Develops and manufactures professional communication system…
|
CEK | DE | Manufacturing |
|
China Energy Storage Technology Development Limited
Investment holding entity providing EMS, communications pro…
|
1143 | HK | Manufacturing |
|
Cig Shanghai Co., Ltd.
Global provider of high-speed optical transceivers and adva…
|
603083 | CN | Manufacturing |
|
CIG SHANGHAI CO., LTD.
Develops and manufactures advanced communications terminal …
|
6166 | HK | Manufacturing |
|
Clearfield, Inc.
Designs and manufactures fiber optic management and deliver…
|
CLFD | US | Manufacturing |
|
CLEARONE INC
Designs, develops, and sells conferencing, collaboration, a…
|
CLRO | US | Manufacturing |
|
CNSLINK Co., Ltd
Develops automotive electronics, IoT solutions, and wireles…
|
245450 | KR | Manufacturing |
|
CODAN LIMITED
Develops advanced communications and metal detection techno…
|
CDA | AU | Manufacturing |
Shaanxi Fenghuo Electronics 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/53678/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53678 | 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=53678 | 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=53678 \ -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": 53678}, 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 Shaanxi Fenghuo Electronics Co., Ltd. (id: 53678)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.