Hisense Visual Technology Co.,Ltd. — Investor Relations & Filings
About Hisense Visual Technology Co.,Ltd.
Hisense Visual Technology Co., Ltd. specializes in the research, development, manufacture, and global distribution of advanced display solutions and multimedia systems. The company focuses on high-definition television technology, including ULED, Mini-LED, and OLED displays, and is a global leader in the innovation of Laser TV systems. Its product portfolio extends beyond consumer electronics to include professional medical displays, smart interactive boards for education and business, and specialized broadcasting monitors. A key competitive advantage lies in its vertical integration, specifically the development of proprietary image processing chips and smart operating systems. The company emphasizes high-performance visual experiences, energy efficiency, and smart home connectivity, positioning itself as a primary innovator in the global visual technology landscape.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于召开2022年年度股东大会的通知 | 2023-06-07 | Chinese | |
| 关于独立董事公开征集委托投票权的公告 | 2023-06-07 | Chinese | |
| 2021年限制性股票激励计划(草案修订稿) | 2023-06-07 | Chinese | |
| 2022年年度股东大会会议资料 | 2023-06-07 | Chinese | |
| 关于参加沪市智能家居行业上市公司2022年度集体业绩说明会暨召开2023年第一季度业绩说明会的公告 | 2023-05-24 | Chinese | |
| 海信视像第九届董事会第二十八次会议决议公告 | 2023-04-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 40255095 | 关于召开2022年年度股东大会的通知 | 2023-06-07 | Chinese | ||
| 40255080 | 关于独立董事公开征集委托投票权的公告 | 2023-06-07 | Chinese | ||
| 40255066 | 2021年限制性股票激励计划(草案修订稿) | 2023-06-07 | Chinese | ||
| 40255054 | 2022年年度股东大会会议资料 | 2023-06-07 | Chinese | ||
| 40255041 | 关于参加沪市智能家居行业上市公司2022年度集体业绩说明会暨召开2023年第一季度业绩说明会的公告 | 2023-05-24 | Chinese | ||
| 40255032 | 海信视像第九届董事会第二十八次会议决议公告 | 2023-04-28 | Chinese | ||
| 40255022 | 海信视像2023年第一季度报告 | 2023-04-28 | Chinese | ||
| 40255009 | 海信视像第九届监事会第十八次会议决议公告 | 2023-04-28 | Chinese | ||
| 40254993 | 海信视像2023年第一次临时股东大会决议公告 | 2023-04-20 | Chinese | ||
| 40254979 | 海信视像2023年第一次临时股东大会法律意见书 | 2023-04-20 | Chinese | ||
| 40254953 | 海信视像科技股份有限公司关于分拆所属子公司上市事宜相关内幕信息知情人买卖公司股票情况的自查报告 | 2023-04-19 | Chinese | ||
| 40254940 | 中信证券股份有限公司关于海信视像科技股份有限公司分拆所属子公司青岛信芯微电子科技股份有限公司至科创板上市事宜相关内幕信息知情人买卖股票情况的核查意见 | 2023-04-19 | Chinese | ||
| 40254922 | 北京市君合(青岛)律师事务所关于海信视像科技股份有限公司分拆所属子公司青岛信芯微电子科技股份有限公司至上海证券交易所科创板上市股票交易自查期间内相关机构或人员买卖股票行为的专项法律意见书 | 2023-04-19 | Chinese | ||
| 40254910 | 海信视像科技股份有限公司2023年第一次临时股东大会会议资料(补充更新) | 2023-04-17 | Chinese | ||
| 40254871 | 关于公司董事长及法定代表人变更的公告 | 2023-04-10 | 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 Electronics Co., Ltd.
Manufacturer of mobile AV equipment, consumer electronics, …
|
3024 | TW | Manufacturing |
|
Alco Holdings Limited
Designs, manufactures, and sells consumer electronic produc…
|
328 | HK | Manufacturing |
|
AMPACS Corporation
Global provider of electroacoustic solutions and smart elec…
|
6743 | TW | Manufacturing |
|
AmTRAN Technology Co., Ltd.
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 |
Hisense Visual 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/56455/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56455 | 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=56455 | 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=56455 \ -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": 56455}, 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 Hisense Visual Technology Co.,Ltd. (id: 56455)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.