
Shenzhen KTC Technology Co., Ltd. — Investor Relations & Filings
Shenzhen KTC Technology Co., Ltd. specializes in the research, development, and manufacturing of flat panel display products. The company provides a diverse portfolio of smart display solutions, including LCD TVs, professional gaming monitors, interactive whiteboards, medical displays, and digital signage. Operating primarily through OEM and ODM business models, it serves a global clientele of major technology brands. KTC focuses on integrating advanced imaging technology with intelligent interactive features to support consumer, commercial, and industrial applications. The organization maintains a strong emphasis on technological innovation and large-scale production capabilities to deliver high-performance display hardware and integrated software solutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于公司及子公司2022年向银行申请授信额度并接受关联方提供担保暨关联交易的公告 | 2022-04-12 | Chinese | |
| 关于2022年度公司及子公司提供担保额度预计的公告 | 2022-04-12 | Chinese | |
| 关于变更公司注册资本、类型、修改公司章程及办理工商变更登记的公告 | 2022-04-12 | Chinese | |
| 华林证券股份有限公司关于深圳市康冠科技股份有限公司及子公司2022年向银行申请授信额度并接受关联方提供担保暨关联交易的核查意见 | 2022-04-12 | Chinese | |
| 独立董事关于第一届董事会第十六次会议相关事项的事前认可意见 | 2022-04-12 | Chinese | |
| 2021年度财务决算报告 | 2022-04-12 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
15 filings
| |||||
| 44503251 | 关于公司及子公司2022年向银行申请授信额度并接受关联方提供担保暨关联交易的公告 | 2022-04-12 | Chinese | ||
| 44503242 | 关于2022年度公司及子公司提供担保额度预计的公告 | 2022-04-12 | Chinese | ||
| 44503230 | 关于变更公司注册资本、类型、修改公司章程及办理工商变更登记的公告 | 2022-04-12 | Chinese | ||
| 44503218 | 华林证券股份有限公司关于深圳市康冠科技股份有限公司及子公司2022年向银行申请授信额度并接受关联方提供担保暨关联交易的核查意见 | 2022-04-12 | Chinese | ||
| 44503191 | 独立董事关于第一届董事会第十六次会议相关事项的事前认可意见 | 2022-04-12 | Chinese | ||
| 44503161 | 2021年度财务决算报告 | 2022-04-12 | Chinese | ||
| 44503155 | 2021年度监事会工作报告 | 2022-04-12 | Chinese | ||
| 44503143 | 2021年度董事会工作报告 | 2022-04-12 | Chinese | ||
| 44503134 | 第一届监事会第十三次会议决议公告 | 2022-04-12 | Chinese | ||
| 44503127 | 关于公司2021年度利润分配及资本公积金转增股本预案的公告 | 2022-04-12 | Chinese | ||
| 44503117 | 关于公司使用闲置自有资金购买理财产品的公告 | 2022-04-12 | Chinese | ||
| 44503110 | 关于续聘2022年审计机构的公告 | 2022-04-12 | Chinese | ||
| 44503101 | 独立董事关于第一届董事会第十六次会议相关事项的独立意见 | 2022-04-12 | Chinese | ||
| 44503085 | 第一届董事会第十六次会议决议公告 | 2022-04-12 | Chinese | ||
| 44503077 | 华林证券股份有限公司关于深圳市康冠科技股份有限公司使用闲置自有资金购买理财产品的核查意见 | 2022-04-12 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of consumer electronics
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Able View Global Inc.
A cross-border brand management firm for beauty and wellnes…
|
ABLV | US | Manufacturing |
|
ACTION
Manufacturer of mobile AV equipment, consumer electronics, …
|
3024 | TW | Manufacturing |
|
Alco Holdings Limited
Designs, manufactures, and sells consumer electronic produc…
|
328 | HK | Manufacturing |
|
AMPACS
Global provider of electroacoustic solutions and smart elec…
|
6743 | TW | Manufacturing |
|
AMTRAN
Developer and manufacturer of advanced display, audio, and …
|
2489 | TW | Manufacturing |
|
ANAM ELECTRONICS CO.,LTD
An ODM/OEM of high-value audio and digital video products f…
|
008700 | KR | Manufacturing |
|
Anker Innovations Technology Co., Ltd
Global leader in charging solutions and smart device ecosys…
|
300866 | CN | Manufacturing |
|
Arham Technologies Limited
Produces consumer electronics and home appliances, offering…
|
ARHAM | IN | Manufacturing |
|
ATOMOS LIMITED
Designs video monitoring and recording equipment for digita…
|
AMS | AU | Manufacturing |
|
Axil Brands, Inc.
Manufactures hearing products for protection, enhancement, …
|
AXIL | US | Manufacturing |
Shenzhen KTC 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/54014/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54014 | 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=54014 | 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=54014 \ -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": 54014}, 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 Shenzhen KTC Technology Co., Ltd. (id: 54014)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.