
FIYTA Precision Technology Co., Ltd. — Investor Relations & Filings
FIYTA Precision Technology Co., Ltd. specializes in the design, manufacturing, and distribution of high-precision timepieces and mechanical components. The company is recognized for its expertise in horological engineering, producing a wide range of products including professional-grade mechanical watches, quartz timepieces, and smart wearables. A significant aspect of its operations involves the development of specialized aerospace watches, having served as a long-term partner for manned spaceflight missions, where its instruments are utilized for extravehicular activities. Beyond finished watches, the firm leverages its precision manufacturing capabilities to produce high-end movements and intricate mechanical parts. Its portfolio emphasizes technical innovation, utilizing advanced materials such as aerospace-grade titanium and ceramics. The company serves both domestic and international markets, positioning itself through a blend of traditional craftsmanship and modern technological integration.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 半年报监事会决议公告 | 2025-08-22 | Chinese | |
| 股东会议事规则(2025年8月) | 2025-08-22 | Chinese | |
| 公司章程(2025年8月) | 2025-08-22 | Chinese | |
| 2025年半年度报告 | 2025-08-22 | Chinese | |
| 关于召开2025年第一次临时股东会的通知 | 2025-08-22 | Chinese | |
| 关于拟收购陕西长空齿轮有限责任公司股权暨关联交易的进展公告 | 2025-07-11 | Chinese |
Browse filings by year
28 years- 2026 36 filings
- 2025 75 filings
- 2024 80 filings
- 2023 105 filings
- 2022 88 filings
- 2021 168 filings
- 2020 133 filings
- 2019 112 filings
- 2018 93 filings
- 2017 110 filings
- 2016 89 filings
- 2015 90 filings
- 2014 86 filings
- 2013 63 filings
- 2012 68 filings
- 2011 62 filings
- 2010 76 filings
- 2009 46 filings
- 2008 55 filings
- 2007 105 filings
- 2006 68 filings
- 2005 27 filings
- 2004 28 filings
- 2003 27 filings
- 2002 24 filings
- 2001 2 filings
- 1996 1 filing
- 1993 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 41926657 | 半年报监事会决议公告 | 2025-08-22 | Chinese | ||
| 41926651 | 股东会议事规则(2025年8月) | 2025-08-22 | Chinese | ||
| 41926644 | 公司章程(2025年8月) | 2025-08-22 | Chinese | ||
| 41926629 | 2025年半年度报告 | 2025-08-22 | Chinese | ||
| 41926603 | 关于召开2025年第一次临时股东会的通知 | 2025-08-22 | Chinese | ||
| 41926593 | 关于拟收购陕西长空齿轮有限责任公司股权暨关联交易的进展公告 | 2025-07-11 | Chinese | ||
| 41926583 | 股票交易异常波动公告 | 2025-07-02 | Chinese | ||
| 41926574 | 股票交易异常波动公告 | 2025-06-29 | Chinese | ||
| 41926566 | 关于控股股东变更名称并完成工商变更登记的公告 | 2025-06-13 | Chinese | ||
| 41926557 | 关于签署股权收购意向协议暨关联交易的公告 | 2025-06-04 | Chinese | ||
| 41926545 | 第十一届董事会第七次会议决议公告 | 2025-06-04 | Chinese | ||
| 41926534 | 2024年度权益分派实施公告 | 2025-05-20 | Chinese | ||
| 41926522 | 2025年一季度报告 | 2025-04-24 | Chinese | ||
| 41926511 | 2024年度股东会法律意见书 | 2025-04-10 | Chinese | ||
| 41926500 | 2024年度股东会决议公告 | 2025-04-10 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of watches and clocks
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
CASIO COMPUTER CO.,LTD.
Multinational manufacturer of consumer electronics, timepie…
|
6952 | JP | Manufacturing |
|
Citychamp Watch & Jewellery Group Limited
Investment holding company focused on designing, manufactur…
|
256 | HK | Manufacturing |
|
Hanvey Group Holdings Limited
Investment holding company operating in the ODM watch desig…
|
8219 | HK | Manufacturing |
|
Herald Holdings Limited
Global diversified industrial group principally engaged in …
|
114 | HK | Manufacturing |
|
KDDL Ltd
Manufactures high-precision watch components and retails lu…
|
KDDL | IN | Manufacturing |
|
MOVADO GROUP INC
A global watchmaker that designs, manufactures, and distrib…
|
MOV | US | Manufacturing |
|
SEIKO CORPORATION
A fully integrated watch manufacturer also offering devices…
|
6286 | JP | Manufacturing |
|
Shenzhen Hipine Precision Technology Co., Ltd.
Designer and manufacturer of patented hard pure gold watche…
|
2583 | HK | Manufacturing |
|
SONAM LIMITED
Designs and manufactures diverse timekeeping instruments an…
|
SONAMLTD | IN | Manufacturing |
|
TECHNOS SA
Designs, manufactures, and distributes wristwatches for mid…
|
— | BR | Manufacturing |
FIYTA Precision 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/53563/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53563 | 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=53563 | 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=53563 \ -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": 53563}, 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 FIYTA Precision Technology Co., Ltd. (id: 53563)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.