China Television Media,Ltd. — Investor Relations & Filings
About China Television Media,Ltd.
China Television Media, Ltd. is a comprehensive media enterprise primarily engaged in television program production, advertising agency services, and the management of film and television production bases. The company produces a diverse array of content, including television dramas, documentaries, and specialized feature programs. Its advertising operations involve the agency and distribution of promotional airtime across major broadcast channels. Furthermore, the company operates large-scale cultural tourism sites and filming locations, such as the Wuxi Film and Television Base, which integrate media production with public entertainment. By leveraging its production capabilities and facility management, the company maintains an integrated value chain spanning content creation, commercial advertising, and media-related tourism services.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 中视传媒股份有限公司董事会关于独立董事独立性自查情况的专项报告 | 2026-04-17 | Chinese | |
| 中视传媒股份有限公司2025年度独立董事述职报告(田英辉) | 2026-04-17 | Chinese | |
| 中视传媒股份有限公司2025年12月31日内部控制审计报告 | 2026-04-17 | Chinese | |
| 中视传媒股份有限公司2025年度独立董事述职报告(宗文龙) | 2026-04-17 | Chinese | |
| 中视传媒股份有限公司对会计师事务所2025年度履职情况评估报告 | 2026-04-17 | Chinese | |
| 关于中视传媒股份有限公司2025年度营业收入扣除情况的专项说明 | 2026-04-17 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
10 filings
| |||||
| 40289782 | 中视传媒股份有限公司董事会关于独立董事独立性自查情况的专项报告 | 2026-04-17 | Chinese | ||
| 40289778 | 中视传媒股份有限公司2025年度独立董事述职报告(田英辉) | 2026-04-17 | Chinese | ||
| 34824980 | 中视传媒股份有限公司2025年12月31日内部控制审计报告 | 2026-04-17 | Chinese | ||
| 34824940 | 中视传媒股份有限公司2025年度独立董事述职报告(宗文龙) | 2026-04-17 | Chinese | ||
| 34824937 | 中视传媒股份有限公司对会计师事务所2025年度履职情况评估报告 | 2026-04-17 | Chinese | ||
| 34824913 | 关于中视传媒股份有限公司2025年度营业收入扣除情况的专项说明 | 2026-04-17 | Chinese | ||
| 34824908 | 中视传媒股份有限公司2025年度独立董事述职报告(曾雪云) | 2026-04-17 | Chinese | ||
| 34824906 | 中视传媒股份有限公司2025年年度利润分配方案公告 | 2026-04-17 | Chinese | ||
| 40289776 | 中视传媒股份有限公司2025年年度业绩预亏公告 | 2026-01-22 | Chinese | ||
| 40289762 | 中视传媒股份有限公司关于向控股子公司中视广告提供财务资助的进展公告 | 2026-01-22 | Chinese | ||
|
2025
5 filings
| |||||
| 40289693 | 中视传媒股份有限公司第十届董事会第三次会议决议公告 | 2025-12-15 | Chinese | ||
| 40289688 | 中视传媒股份有限公司关于向控股子公司中视广告提供财务资助的公告 | 2025-12-15 | Chinese | ||
| 40289687 | 中视传媒股份有限公司关于参加2025年上海辖区上市公司三季报集体业绩说明会的预告公告 | 2025-11-05 | Chinese | ||
| 40289684 | 中视传媒股份有限公司2025年第三季度报告 | 2025-10-29 | Chinese | ||
| 40289682 | 中视传媒股份有限公司内部审计制度 | 2025-09-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Motion picture, video and television programme production activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3B FILMS LIMITED
Produces and distributes feature films, managing the entire…
|
544412 | IN | Publishing, broadcasting, and c… |
|
Alpha Group
Diversified entertainment and consumer products firm focuse…
|
002292 | CN | Publishing, broadcasting, and c… |
|
AMUSE INC.
A comprehensive entertainment company for artist management…
|
4301 | JP | Publishing, broadcasting, and c… |
|
Angel Studios, Inc.
A media company with a community-driven, crowdfunded film s…
|
ANGX | US | Publishing, broadcasting, and c… |
|
ANYCOLOR Inc.
An entertainment company managing virtual talents and produ…
|
5032 | JP | Publishing, broadcasting, and c… |
|
Ascendio Co., Ltd.
Entertainment company engaged in content investment, produc…
|
012170 | KR | Publishing, broadcasting, and c… |
|
ASTORY Co., Ltd.
A production studio creating scripted and unscripted media …
|
241840 | KR | Publishing, broadcasting, and c… |
|
Astro Spolka Akcyjna
A media company specializing in television program producti…
|
ASR | PL | Publishing, broadcasting, and c… |
|
ATM Grupa S.A.
Independent producer of TV series and films with comprehens…
|
ATG | PL | Publishing, broadcasting, and c… |
|
Baba Arts Ltd
Integrated media entity producing and distributing films an…
|
532380 | IN | Publishing, broadcasting, and c… |
China Television Media,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/56473/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56473 | 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=56473 | 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=56473 \ -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": 56473}, 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 China Television Media,Ltd. (id: 56473)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.