Anhui Tatfook Technology Co.,Ltd — Investor Relations & Filings
Anhui Tatfook Technology Co.,Ltd. focuses on the research, development, and production of radio frequency (RF) devices and precision components. The company provides essential hardware for mobile communication base stations, including filters, duplexers, and combiners. Its technical portfolio encompasses dielectric resonators and structural components designed for 4G and 5G network infrastructure. Tatfook utilizes a vertically integrated manufacturing model, incorporating mold design, die-casting, and CNC machining to produce high-precision parts. The company partners with global equipment providers to deliver RF front-end solutions that emphasize miniaturization and high performance. Its operations support the deployment and optimization of wireless communication networks through advanced engineering and large-scale manufacturing capabilities.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于变更公司注册地址、经营范围暨修订《公司章程》的公告 | 2026-01-25 | Chinese | |
| 关于拟申请注册发行科技创新公司债券的公告 | 2026-01-25 | Chinese | |
| 公司章程(2026年1月修订) | 2026-01-25 | Chinese | |
| 关于间接控股股东为公司提供担保并由控股股东提供反担保暨关联交易的公告 | 2026-01-25 | Chinese | |
| 关于召开2026年第一次临时股东会的通知 | 2026-01-25 | Chinese | |
| 第六届董事会第七次会议决议公告 | 2026-01-25 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
7 filings
| |||||
| 35961682 | 关于变更公司注册地址、经营范围暨修订《公司章程》的公告 | 2026-01-25 | Chinese | ||
| 35961674 | 关于拟申请注册发行科技创新公司债券的公告 | 2026-01-25 | Chinese | ||
| 35961664 | 公司章程(2026年1月修订) | 2026-01-25 | Chinese | ||
| 35961658 | 关于间接控股股东为公司提供担保并由控股股东提供反担保暨关联交易的公告 | 2026-01-25 | Chinese | ||
| 35961651 | 关于召开2026年第一次临时股东会的通知 | 2026-01-25 | Chinese | ||
| 35961643 | 第六届董事会第七次会议决议公告 | 2026-01-25 | Chinese | ||
| 35961637 | 关于持股5%以上股东部分股份被司法裁定变价的提示性公告 | 2026-01-12 | Chinese | ||
|
2025
8 filings
| |||||
| 35961636 | 关于持股5%以上股东因司法强制执行导致权益变动触及1%整数倍的提示性公告 | 2025-12-25 | Chinese | ||
| 35961627 | 关于持股5%以上股东所持股份被司法强制执行、解除质押、解除司法冻结暨权益变动触及1%整数倍的提示性公告 | 2025-12-25 | Chinese | ||
| 35961618 | 大富科技(安徽)股份有限公司拟转让股权涉及的乌兰察布市大盛石墨新材料股份有限公司股东全部权益价值资产评估报告 | 2025-12-18 | Chinese | ||
| 35961599 | 关于确认乌兰察布市大盛石墨新材料股份有限公司49%股权评估结果并正式挂牌转让的公告 | 2025-12-18 | Chinese | ||
| 35961582 | 乌兰察布市大盛石墨新材料股份有限公司审计报告 | 2025-12-18 | Chinese | ||
| 35961115 | 大富科技(安徽)股份有限公司拟转让股权涉及的乌兰察布市大盛石墨新材料股份有限公司股东全部权益价值资产评估说明 | 2025-12-18 | Chinese | ||
| 35961112 | 第六届董事会第六次会议决议公告 | 2025-12-18 | Chinese | ||
| 35961105 | 关于为全资子公司申请银行贷款提供担保的公告 | 2025-12-15 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of communication equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3onedata Co., Ltd.
Specializes in industrial communication solutions and netwo…
|
688618 | CN | Manufacturing |
|
AboCom Systems, Inc.
Specializes in network communications, memory solutions, Io…
|
2444 | TW | Manufacturing |
|
Accton Technology Corporation
Provider of networking and computing infrastructure for hig…
|
2345 | TW | Manufacturing |
|
Ace Technologies Corp.
Designs and manufactures RF solutions for mobile, defense, …
|
088800 | KR | Manufacturing |
|
ADC India Communications Limited
Provides copper and fiber optic connectivity for telecom an…
|
523411 | IN | Manufacturing |
|
Aditya Infotech Limited
Distributes and manufactures electronic security and survei…
|
CPPLUS | IN | Manufacturing |
|
ADTRAN Holdings, Inc.
Global provider of open, disaggregated networking and commu…
|
ADTN | US | Manufacturing |
|
AIPHONE CO.,LTD
Manufacturer of communication and security systems speciali…
|
6718 | JP | Manufacturing |
|
ALOYS Inc.
Develops and supplies Android-based OTT and 4k UHD satellit…
|
297570 | KR | Manufacturing |
|
Alpha Networks Inc.
Provides networking equipment design, manufacturing, and se…
|
3380 | TW | Manufacturing |
Anhui Tatfook 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/55146/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55146 | 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=55146 | 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=55146 \ -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": 55146}, 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 Anhui Tatfook Technology Co.,Ltd (id: 55146)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.