
TKD Science and Technology Co., Ltd. — Investor Relations & Filings
TKD Science and Technology Co., Ltd. specializes in the research, development, and manufacturing of frequency control components. The company's primary product portfolio includes quartz crystal resonators, oscillators, and filters, which are essential for timing and frequency synchronization in electronic circuits. TKD focuses on the miniaturization and high-precision engineering of surface-mount device (SMD) components to meet the evolving demands of the telecommunications, consumer electronics, and automotive sectors. By leveraging advanced production technologies and rigorous quality control systems, the company provides solutions for diverse applications ranging from mobile devices and IoT hardware to industrial automation systems. TKD emphasizes continuous innovation in piezoelectric materials and manufacturing processes to enhance the stability and performance of its frequency control solutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 广东华商律师事务所关于泰晶科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-15 | Chinese | |
| 泰晶科技股份有限公司2025年年度股东会决议公告 | 2026-05-15 | Chinese | |
| 泰晶科技股份有限公司股票交易风险提示公告 | 2026-05-11 | Chinese | |
| 泰晶科技股份有限公司2025年年度股东会会议资料 | 2026-05-07 | Chinese | |
| 泰晶科技股份有限公司董事、高级管理人员薪酬管理制度 | 2026-04-22 | Chinese | |
| 泰晶科技股份有限公司2025年度独立董事述职报告-苏灵 | 2026-04-22 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46364520 | 广东华商律师事务所关于泰晶科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-15 | Chinese | ||
| 46364423 | 泰晶科技股份有限公司2025年年度股东会决议公告 | 2026-05-15 | Chinese | ||
| 45017486 | 泰晶科技股份有限公司股票交易风险提示公告 | 2026-05-11 | Chinese | ||
| 44269183 | 泰晶科技股份有限公司2025年年度股东会会议资料 | 2026-05-07 | Chinese | ||
| 37669019 | 泰晶科技股份有限公司董事、高级管理人员薪酬管理制度 | 2026-04-22 | Chinese | ||
| 37669015 | 泰晶科技股份有限公司2025年度独立董事述职报告-苏灵 | 2026-04-22 | Chinese | ||
| 37669012 | 泰晶科技股份有限公司发展战略规划(2026年-2030年) | 2026-04-22 | Chinese | ||
| 37669008 | 泰晶科技股份有限公司关于公司董事、高级管理人员2025年度薪酬发放情况及2026年薪酬方案的公告 | 2026-04-22 | Chinese | ||
| 37669004 | 泰晶科技股份有限公司董事会关于独立董事独立性自查情况的专项报告 | 2026-04-22 | Chinese | ||
| 37669001 | 中审众环会计师事务所(特殊普通合伙)关于泰晶科技股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审核报告 | 2026-04-22 | Chinese | ||
| 37668998 | 泰晶科技股份有限公司股票交易异常波动公告 | 2026-04-21 | Chinese | ||
| 37668994 | 泰晶科技股份有限公司关于诉讼进展的公告 | 2026-04-16 | Chinese | ||
| 37668991 | 泰晶科技股份有限公司股票交易风险提示公告 | 2026-03-02 | Chinese | ||
| 37668985 | 泰晶科技股份有限公司控股股东、实际控制人关于对泰晶科技股份有限公司股票交易异常波动问询函的回复 | 2026-02-27 | Chinese | ||
| 37668980 | 泰晶科技股份有限公司股票交易异常波动公告 | 2026-02-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
CNERGENZ BERHAD
Electronics manufacturing solutions provider specializing i…
|
— | MY | Manufacturing |
|
Cofidur SA
An Electronic Manufacturing Services (EMS) provider for hig…
|
ALCOF | FR | Manufacturing |
|
Colorlight Cloud Tech Ltd
Develops video processing hardware and cloud-based control …
|
301391 | CN | Manufacturing |
|
CompAS Electronics Inc.
Specialized services and products for electronic manufactur…
|
— | CA | Manufacturing |
|
COMPEQ
Specializes in advanced HDI, Rigid-Flex, and multi-layer PC…
|
2313 | TW | Manufacturing |
|
CONCRAFT
Precision manufacturer for automotive, acoustics, optics, m…
|
4943 | TW | Manufacturing |
|
Confidence Intelligence Holdings Limited
Electronic Manufacturing Service provider specializing in c…
|
1967 | HK | Manufacturing |
|
Contel Technology Company Limited
Fabless provider of analogue IC solutions, reference design…
|
1912 | HK | Manufacturing |
|
CORNING INC /NY
A materials science innovator specializing in glass, cerami…
|
GLW | US | Manufacturing |
|
COSEL CO.,LTD.
Designs and manufactures power conversion and noise filteri…
|
6905 | JP | Manufacturing |
TKD Science and 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/57811/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57811 | 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=57811 | 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=57811 \ -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": 57811}, 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 TKD Science and Technology Co., Ltd. (id: 57811)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.