
Hisense Visual Technology Co.,Ltd. — Investor Relations & Filings
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 |
|---|---|---|---|
| 2014年半年度报告摘要 | 2014-08-21 | Chinese | |
| 独立董事辞职公告 | 2014-06-13 | Chinese | |
| 利润分配实施公告 | 2014-06-08 | Chinese | |
| 2013年度股东大会的法律意见书 | 2014-05-16 | Chinese | |
| 股东大会决议公告 | 2014-05-16 | Chinese | |
| 关于控股股东的一致行动人增持公司股份完毕的公告 | 2014-05-12 | Chinese |
Browse filings by year
26 years- 2026 15 filings
- 2025 114 filings
- 2024 152 filings
- 2023 128 filings
- 2022 86 filings
- 2021 112 filings
- 2020 59 filings
- 2019 91 filings
- 2018 85 filings
- 2017 74 filings
- 2016 46 filings
- 2015 64 filings
- 2014 53 filings
- 2013 44 filings
- 2012 63 filings
- 2011 61 filings
- 2010 31 filings
- 2009 55 filings
- 2008 41 filings
- 2007 48 filings
- 2006 44 filings
- 2005 24 filings
- 2004 18 filings
- 2003 22 filings
- 2002 20 filings
- 2001 7 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2014
15 filings
| |||||
| 40234343 | 2014年半年度报告摘要 | 2014-08-21 | Chinese | ||
| 40234327 | 独立董事辞职公告 | 2014-06-13 | Chinese | ||
| 40234315 | 利润分配实施公告 | 2014-06-08 | Chinese | ||
| 40234306 | 2013年度股东大会的法律意见书 | 2014-05-16 | Chinese | ||
| 40234293 | 股东大会决议公告 | 2014-05-16 | Chinese | ||
| 40234217 | 关于控股股东的一致行动人增持公司股份完毕的公告 | 2014-05-12 | Chinese | ||
| 40234203 | 北京市金杜律师事务所关于青岛海信电子产业控股股份有限公司增持青岛海信电器股份有限公司股份之法律意见书 | 2014-05-12 | Chinese | ||
| 40234193 | 股东大会资料 | 2014-05-09 | Chinese | ||
| 40234179 | 平安证券有限责任公司关于青岛海信电器股份有限公司2013年度募集资金年度存放与使用情况的核查意见 | 2014-04-24 | Chinese | ||
| 40234164 | 关于修订公司章程的公告 | 2014-04-24 | Chinese | ||
| 40234147 | 2013年度社会责任报告 | 2014-04-24 | Chinese | ||
| 40234125 | 公司章程(2014年4月) | 2014-04-24 | Chinese | ||
| 40234106 | 2013年度募集资金存放与实际使用情况的专项报告 | 2014-04-24 | Chinese | ||
| 40234085 | 关于青岛海信电器股份有限公司募集资金年度存放与实际使用情况的鉴证报告 | 2014-04-24 | Chinese | ||
| 40234073 | 2013年度内部控制评价报告 | 2014-04-24 | 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 |
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.