HANGZHOU BOOMY INTELLIGENT TECHNOLOGY CO., LTD. — Investor Relations & Filings
About HANGZHOU BOOMY INTELLIGENT TECHNOLOGY CO., LTD.
Hangzhou Boomy Intelligent Technology Co., Ltd. specializes in the research, development, and manufacturing of smart home solutions and Internet of Things (IoT) devices. The company focuses on providing intelligent lighting systems, including smart LED bulbs, strips, and controllers, as well as smart power management tools like plugs and switches. Its products are designed for seamless integration with major smart home ecosystems and voice assistants, emphasizing user-friendly automation and energy efficiency. Boomy Intelligent Technology serves a global market, offering both original equipment manufacturer (OEM) and original design manufacturer (ODM) services to international partners. The company leverages advanced wireless communication protocols such as Wi-Fi, Bluetooth, and Zigbee to deliver reliable and scalable smart hardware solutions for residential and commercial applications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 景业智能关于设立控股子公司暨关联交易、开展新业务的公告 | 2025-12-29 | Chinese | |
| 景业智能关于持股 5%以上股东国有股权无偿划转过户完成的公告 | 2025-12-25 | Chinese | |
| 景业智能关于注销部分募集资金专户的公告 | 2025-12-25 | Chinese | |
| 景业智能关于持股5%以上股东国有股权无偿划转的提示性公告 | 2025-11-24 | Chinese | |
| 杭州景业智能科技股份有限公司简式权益变动报告书(中国宝原) | 2025-11-24 | Chinese | |
| 杭州景业智能科技股份有限公司简式权益变动报告书(中核浦原) | 2025-11-24 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39497204 | 景业智能关于设立控股子公司暨关联交易、开展新业务的公告 | 2025-12-29 | Chinese | ||
| 39497183 | 景业智能关于持股 5%以上股东国有股权无偿划转过户完成的公告 | 2025-12-25 | Chinese | ||
| 39497181 | 景业智能关于注销部分募集资金专户的公告 | 2025-12-25 | Chinese | ||
| 39497179 | 景业智能关于持股5%以上股东国有股权无偿划转的提示性公告 | 2025-11-24 | Chinese | ||
| 39497170 | 杭州景业智能科技股份有限公司简式权益变动报告书(中国宝原) | 2025-11-24 | Chinese | ||
| 39497151 | 杭州景业智能科技股份有限公司简式权益变动报告书(中核浦原) | 2025-11-24 | Chinese | ||
| 39497131 | 景业智能关于2025年半年度权益分派实施公告 | 2025-11-03 | Chinese | ||
| 39497126 | 中信证券股份有限公司关于杭州景业智能科技股份有限公司差异化分红事项的核查意见 | 2025-11-03 | Chinese | ||
| 39497120 | 景业智能关于收到中标通知书的自愿性披露公告 | 2025-11-02 | Chinese | ||
| 39497053 | 景业智能关于召开2025年第三季度业绩说明会的公告 | 2025-10-29 | Chinese | ||
| 39497046 | 景业智能2025年第三季度报告 | 2025-10-29 | Chinese | ||
| 39497043 | 景业智能第二届董事会第十九次会议决议公告 | 2025-09-29 | Chinese | ||
| 39497035 | 中信证券股份有限公司关于杭州景业智能科技股份有限公司现金收购合肥市盛文信息技术有限公司51%股权暨关联交易的核查意见 | 2025-09-29 | Chinese | ||
| 39497022 | 合肥市盛文信息技术有限公司审计报告 | 2025-09-29 | Chinese | ||
| 39496941 | 景业智能关于现金收购合肥市盛文信息技术有限公司51%股权暨关联交易的公告 | 2025-09-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of lighting equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ACUITY INC. (DE)
Industrial technology company providing solutions for light…
|
AYI | US | Manufacturing |
|
AG VENTURES LIMITED
Produces LED lighting and electronic components with invest…
|
506579 | IN | Manufacturing |
|
APEX INTEC Co.,LTD.
Manufacturer specializing in LED lighting and renewable ene…
|
207490 | KR | Manufacturing |
|
Artemis Electricals and Projects Limited
Manufactures LED lighting and provides electrical project d…
|
AEPL | IN | Manufacturing |
|
Beghelli
Manufactures lighting equipment and electronic systems for …
|
BGQ | IT | Manufacturing |
|
Bortex Global Limited
Designs, manufactures, and distributes LED lighting product…
|
8118 | HK | Manufacturing |
|
Brilliant AG
European supplier of a wide range of indoor and outdoor lig…
|
BAG | DE | Manufacturing |
|
Calcom Vision Ltd.
ODM and OEM for energy-efficient LED lighting products and …
|
517236 | IN | Manufacturing |
|
Changzhou Xingyu Automotive Lighting Systems Co., Ltd.
Designs and manufactures automotive lighting and LED system…
|
601799 | CN | Manufacturing |
|
China Electric Manufacturing Corporation
Manufacturer of lighting solutions, electrical components, …
|
1611 | TW | Manufacturing |
HANGZHOU BOOMY INTELLIGENT 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/58307/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58307 | 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=58307 | 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=58307 \ -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": 58307}, 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 HANGZHOU BOOMY INTELLIGENT TECHNOLOGY CO., LTD. (id: 58307)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.