Hebei Broadcasting Wireless Media Co., Ltd. — Investor Relations & Filings
Hebei Broadcasting Wireless Media Co., Ltd. is a specialized service provider focused on the operation of Internet Protocol Television (IPTV) integrated broadcast control platforms. The company serves as the primary entity responsible for the construction, management, and operation of the provincial-level IPTV platform. Its core business involves providing high-definition television programming, video-on-demand services, and a variety of interactive value-added applications, including educational content, gaming, and health-related services. By collaborating with major telecommunications operators, the company delivers digital media content to a broad subscriber base. It leverages advanced streaming technology and big data analytics to optimize user experience and advertising delivery. The company plays a central role in the digital transformation of traditional broadcasting by integrating traditional media with modern internet-based distribution networks.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 第二届董事会第二十六次会议决议公告 | 2026-04-16 | Chinese | |
| 关于2025年度利润分配预案及2026年中期现金分红授权安排的公告 | 2026-04-16 | Chinese | |
| 中信建投证券股份有限公司关于河北广电无线传媒股份有限公司2025年度募集资金存放、管理和使用情况的专项核查报告 | 2026-04-16 | Chinese | |
| 河北广电无线传媒股份有限公司募集资金年度存放、管理与使用情况鉴证报告 | 2026-04-16 | Chinese | |
| 河北广电无线传媒股份有限公司2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-16 | Chinese | |
| 董事会关于独立董事独立性自查情况的专项报告 | 2026-04-16 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39411654 | 第二届董事会第二十六次会议决议公告 | 2026-04-16 | Chinese | ||
| 39411653 | 关于2025年度利润分配预案及2026年中期现金分红授权安排的公告 | 2026-04-16 | Chinese | ||
| 39411652 | 中信建投证券股份有限公司关于河北广电无线传媒股份有限公司2025年度募集资金存放、管理和使用情况的专项核查报告 | 2026-04-16 | Chinese | ||
| 39411646 | 河北广电无线传媒股份有限公司募集资金年度存放、管理与使用情况鉴证报告 | 2026-04-16 | Chinese | ||
| 39411643 | 河北广电无线传媒股份有限公司2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-16 | Chinese | ||
| 39411641 | 董事会关于独立董事独立性自查情况的专项报告 | 2026-04-16 | Chinese | ||
| 39411640 | 2025年年度报告摘要 | 2026-04-16 | Chinese | ||
| 39411638 | 关于使用暂时闲置募集资金和自有资金进行现金管理的公告 | 2026-04-16 | Chinese | ||
| 39411636 | 2026年一季度报告 | 2026-04-16 | Chinese | ||
| 39411633 | 河北广电无线传媒股份有限公司非经营性资金占用专项说明报告 | 2026-04-16 | Chinese | ||
| 39411628 | 2025年度企业社会责任报告 | 2026-04-01 | Chinese | ||
| 39411560 | 第二届董事会第二十五次会议决议公告 | 2026-04-01 | Chinese | ||
| 39411559 | 关于选举第二届董事会职工代表董事的公告 | 2026-03-19 | Chinese | ||
| 39411543 | 北京市金杜律师事务所关于河北广电无线传媒股份有限公司2026年第一次临时股东会的法律意见书 | 2026-03-06 | Chinese | ||
| 39411530 | 2026年第一次临时股东会决议公告 | 2026-03-06 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Television programming, broadcasting and video distribution activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
BFC Media
A media and technology company integrating content and AI f…
|
BBFC | IT | Publishing, broadcasting, and c… |
|
Broadmedia Corporation
A diversified company providing content distribution and te…
|
4347 | JP | Publishing, broadcasting, and c… |
|
BSN MEDIA HOLDINGS,INC.
A holding company engaged in radio/TV broadcasting, program…
|
9408 | JP | Publishing, broadcasting, and c… |
|
Cairo Communication
Diversified media group in publishing, TV broadcasting, and…
|
CAI | IT | Publishing, broadcasting, and c… |
|
Canal+ S.A.
Media company with subscription TV, streaming, and content …
|
CAN | FR | Publishing, broadcasting, and c… |
|
Century Sage Scientific Holdings Limited
Leading all-media service provider in the PRC offering comp…
|
1450 | HK | Publishing, broadcasting, and c… |
|
CFCF INC.
A communications corporation specializing in broadcasting, …
|
— | CA | Publishing, broadcasting, and c… |
|
China Television Company, Ltd.
Specializes in television broadcasting, program production,…
|
9928 | TW | Publishing, broadcasting, and c… |
|
CHUBU-NIPPON BROADCASTING Co.,LTD.
Regional media company providing TV and radio broadcasting …
|
9402 | JP | Publishing, broadcasting, and c… |
|
CHUM Limited
A major broadcasting holding corporation operating radio an…
|
— | CA | Publishing, broadcasting, and c… |
Hebei Broadcasting Wireless Media 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/56352/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56352 | 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=56352 | 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=56352 \ -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": 56352}, 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 Hebei Broadcasting Wireless Media Co., Ltd. (id: 56352)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.