Keeson Technology Corporation Limited — Investor Relations & Filings
About Keeson Technology Corporation Limited
Keeson Technology Corporation Limited specializes in the research, development, and manufacturing of intelligent sleep solutions and adjustable bed systems. The company focuses on integrating advanced sensor technology and IoT capabilities into bedding products to monitor sleep quality and provide health data analytics. Its primary product line includes adjustable bed bases, smart mattresses, and ergonomic furniture designed to enhance user comfort and wellness. By leveraging automated production processes and a global supply chain, the company serves international markets through partnerships with major mattress brands and retailers. Key innovations include non-contact sleep monitoring systems and motorized adjustment mechanisms that cater to diverse consumer needs for improved sleep hygiene and physical recovery.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于麒盛科技非经营性资金占用及其他关联资金往来情况专项说明 | 2026-04-17 | Chinese | |
| 麒盛科技董事会关于独立董事独立性情况的专项意见 | 2026-04-17 | Chinese | |
| 麒盛科技关于会计师事务所履职情况评估报告 | 2026-04-17 | Chinese | |
| 广发证券股份有限公司关于麒盛科技股份有限公司使用闲置募集资金进行现金管理的核查意见 | 2026-04-17 | Chinese | |
| 麒盛科技关于召开2025年年度股东会的通知 | 2026-04-17 | Chinese | |
| 麒盛科技2025年度环境、社会和公司治理(ESG)报告摘要 | 2026-04-17 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 38980048 | 关于麒盛科技非经营性资金占用及其他关联资金往来情况专项说明 | 2026-04-17 | Chinese | ||
| 38980046 | 麒盛科技董事会关于独立董事独立性情况的专项意见 | 2026-04-17 | Chinese | ||
| 38980044 | 麒盛科技关于会计师事务所履职情况评估报告 | 2026-04-17 | Chinese | ||
| 38980041 | 广发证券股份有限公司关于麒盛科技股份有限公司使用闲置募集资金进行现金管理的核查意见 | 2026-04-17 | Chinese | ||
| 38980039 | 麒盛科技关于召开2025年年度股东会的通知 | 2026-04-17 | Chinese | ||
| 38980038 | 麒盛科技2025年度环境、社会和公司治理(ESG)报告摘要 | 2026-04-17 | Chinese | ||
| 38980037 | 麒盛科技关于使用闲置自有资金进行现金管理的公告 | 2026-04-17 | Chinese | ||
| 38980036 | 麒盛科技关于2025年度日常关联交易执行情况及2026年度日常关联交易预计的公告 | 2026-04-17 | Chinese | ||
| 38980034 | 麒盛科技2025年度独立董事述职报告(张诚) | 2026-04-17 | Chinese | ||
| 38980031 | 麒盛科技关于召开2025年年度暨2026年第一季度业绩说明会的公告 | 2026-04-17 | Chinese | ||
| 34825909 | 麒盛科技第四届董事会独立董事专门会议第二次会议决议 | 2026-04-17 | Chinese | ||
| 34825388 | 麒盛科技2025年度独立董事述职报告(于团叶) | 2026-04-17 | Chinese | ||
| 34825338 | 麒盛科技关于公司2026年度开展远期结售汇业务的公告 | 2026-04-17 | Chinese | ||
| 34820951 | 麒盛科技关于使用闲置募集资金进行现金管理的公告 | 2026-04-17 | Chinese | ||
| 34820940 | 麒盛科技2025年度董事会审计委员会履职情况报告 | 2026-04-17 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other furniture
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AceBed
Manufacturer of scientifically engineered mattresses and be…
|
003800 | KR | Manufacturing |
|
Amisco Industries
Designs and manufactures customizable, durable residential …
|
— | CA | Manufacturing |
|
Avro India Limited
Manufactures and distributes a diverse range of plastic mol…
|
AVROIND | IN | Manufacturing |
|
CDA International Inc.
Designs, manufactures, and installs custom display products…
|
TIXT | CA | Manufacturing |
|
Chengdu Qushui Science and Technology Co., Ltd.
Develops and distributes sleep technology and ergonomic hom…
|
301336 | CN | Manufacturing |
|
DERUCCI HEALTHY SLEEP CO.,LTD.
Develops integrated sleep systems, smart mattresses, and er…
|
001323 | CN | Manufacturing |
|
Dexelance S.p.A.
Industrial group holding high-end furniture, design, and li…
|
DEX | IT | Manufacturing |
|
DIRTT Environmental Solutions Ltd.
Technology-driven manufacturer of customized, industrialize…
|
DRT | CA | Manufacturing |
|
DOĞANLAR MOBİLYA GRUBU İMALAT SANAYİ VE TİCARET A.Ş.
Manufactures and sells a wide array of home furnishings thr…
|
DGNMO | TR | Manufacturing |
|
Dorel Industries Inc.
Multinational consumer products company specializing in hom…
|
DII-B | CA | Manufacturing |
Keeson Technology Corporation Limited 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/57734/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57734 | 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=57734 | 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=57734 \ -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": 57734}, 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 Keeson Technology Corporation Limited (id: 57734)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.