
Beijing Jetsen Technology Co.,Ltd. — Investor Relations & Filings
Beijing Jetsen Technology Co.,Ltd. specializes in digital media technology and content copyright management. The company provides comprehensive technical solutions for media production, focusing on media asset management, digital rights management, and high-definition video processing. Its core offerings include virtual studio systems, automated broadcasting platforms, and intelligent media cloud services. Beyond technical infrastructure, the company acts as a significant aggregator and distributor of digital content, maintaining an extensive library of film and television copyrights. By combining software development with content operations, it supports the digital transformation of broadcasters, telecommunications operators, and internet media platforms through integrated end-to-end audio-visual solutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于控股股东部分股份解除质押的公告 | 2026-05-19 | Chinese | |
| 关于董事离任暨补选第六届董事会非独立董事的公告 | 2026-05-14 | Chinese | |
| 北京捷成世纪科技股份有限公司2026年限制性股票激励计划(草案)摘要 | 2026-05-14 | Chinese | |
| 北京捷成世纪科技股份有限公司2026年限制性股票激励计划实施考核管理办法 | 2026-05-14 | Chinese | |
| 薪酬与考核委员会关于公司2026年限制性股票激励计划相关事项的核查意见 | 2026-05-14 | Chinese | |
| 北京国枫律师事务所关于北京捷成世纪科技股份有限公司2026年限制性股票激励计划的法律意见书 | 2026-05-14 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46526903 | 关于控股股东部分股份解除质押的公告 | 2026-05-19 | Chinese | ||
| 45944072 | 关于董事离任暨补选第六届董事会非独立董事的公告 | 2026-05-14 | Chinese | ||
| 45944069 | 北京捷成世纪科技股份有限公司2026年限制性股票激励计划(草案)摘要 | 2026-05-14 | Chinese | ||
| 45944064 | 北京捷成世纪科技股份有限公司2026年限制性股票激励计划实施考核管理办法 | 2026-05-14 | Chinese | ||
| 45944062 | 薪酬与考核委员会关于公司2026年限制性股票激励计划相关事项的核查意见 | 2026-05-14 | Chinese | ||
| 45944060 | 北京国枫律师事务所关于北京捷成世纪科技股份有限公司2026年限制性股票激励计划的法律意见书 | 2026-05-14 | Chinese | ||
| 45944057 | 第六届董事会第十三次会议决议公告 | 2026-05-14 | Chinese | ||
| 45944085 | 关于北京证监局对公司采取责令改正措施的整改报告 | 2026-05-14 | Chinese | ||
| 45944080 | 创业板上市公司股权激励计划自查表 | 2026-05-14 | Chinese | ||
| 45944093 | 北京捷成世纪科技股份有限公司2026年限制性股票激励计划(草案) | 2026-05-14 | Chinese | ||
| 45944089 | 关于2025年度股东会增加临时提案暨股东会补充通知的公告 | 2026-05-14 | Chinese | ||
| 36182790 | 关于公司向关联方申请借款额度暨关联交易的公告 | 2026-04-24 | Chinese | ||
| 36182780 | 北京捷成世纪科技股份有限公司关于2025年度利润分配预案的公告 | 2026-04-24 | Chinese | ||
| 36182770 | 2026年一季度报告 | 2026-04-24 | Chinese | ||
| 36182761 | 2025年度独立董事述职报告(陈亦昕-届满离任) | 2026-04-24 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Motion picture, video and television programme distribution activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
BFS Entertainment & Multimedia Limited
North American entertainment company specializing in conten…
|
BFS | CA | Publishing, broadcasting, and c… |
|
Can-Chin Entertainment Group Co. Ltd.
Distributes Chinese language media content, acquiring North…
|
— | CA | Publishing, broadcasting, and c… |
|
Getty Images Holdings, Inc.
A global visual content creator and marketplace for photos,…
|
GETY | US | Publishing, broadcasting, and c… |
|
Highlight Communications AG
A holding company in the media and entertainment business w…
|
HLG | CH | Publishing, broadcasting, and c… |
|
Huanxi Media Group Limited
Investing in, producing, and distributing films and TV seri…
|
1003 | HK | Publishing, broadcasting, and c… |
|
IMAX China Holding, Inc.
Exclusive licensee and provider of IMAX cinematic technolog…
|
1970 | KY | Publishing, broadcasting, and c… |
|
Intertainment AG
Acquires, markets, and produces film rights for European th…
|
ITN | DE | Publishing, broadcasting, and c… |
|
Kam and Ronson Media Group Inc.
Specializes in licensing and remastering classic Hong Kong …
|
KME | CA | Publishing, broadcasting, and c… |
|
Kew Media Group Inc.
A content and entertainment company that acquired and distr…
|
KEW | CA | Publishing, broadcasting, and c… |
|
Litian Pictures Holdings Limited
Media enterprise specializing in drama series development, …
|
9958 | HK | Publishing, broadcasting, and c… |
Beijing Jetsen 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/55192/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55192 | 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=55192 | 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=55192 \ -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": 55192}, 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 Beijing Jetsen Technology Co.,Ltd. (id: 55192)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.