Beijing CTJ Information Technology Co., Ltd. — Investor Relations & Filings
Beijing CTJ Information Technology Co., Ltd. specializes in providing financial technology solutions and integrated IT services. The company focuses on the digital transformation of financial institutions, offering a suite of products that includes smart banking systems, mobile finance platforms, and data center infrastructure management. Its core operations involve the application of artificial intelligence, blockchain, and big data to improve operational efficiency and risk management for commercial banks and other financial entities. The firm delivers comprehensive services ranging from strategic consulting and software development to system integration and maintenance. By prioritizing the modernization of financial services, the company facilitates the development of digital ecosystems and the implementation of intelligent financial workflows for its clients.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 第四届董事会第十三次会议决议公告 | 2025-12-26 | Chinese | |
| 北京中科江南信息技术股份有限公司简式权益变动报告书 | 2025-12-26 | Chinese | |
| 华泰联合证券有限责任公司关于北京中科江南信息技术股份有限公司使用自有资金进行现金管理的核查意见 | 2025-12-26 | Chinese | |
| 华泰联合证券有限责任公司关于北京中科江南信息技术股份有限公司2026年度日常关联交易预计的核查意见 | 2025-12-26 | Chinese | |
| 关于拟使用暂时闲置募集资金进行现金管理的公告 | 2025-12-26 | Chinese | |
| 关于持股5%以上股东权益变动触及5%整数倍暨披露简式权益变动报告书的提示性公告 | 2025-12-26 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 38334387 | 第四届董事会第十三次会议决议公告 | 2025-12-26 | Chinese | ||
| 38334375 | 北京中科江南信息技术股份有限公司简式权益变动报告书 | 2025-12-26 | Chinese | ||
| 38334364 | 华泰联合证券有限责任公司关于北京中科江南信息技术股份有限公司使用自有资金进行现金管理的核查意见 | 2025-12-26 | Chinese | ||
| 38334360 | 华泰联合证券有限责任公司关于北京中科江南信息技术股份有限公司2026年度日常关联交易预计的核查意见 | 2025-12-26 | Chinese | ||
| 38334351 | 关于拟使用暂时闲置募集资金进行现金管理的公告 | 2025-12-26 | Chinese | ||
| 38334288 | 关于持股5%以上股东权益变动触及5%整数倍暨披露简式权益变动报告书的提示性公告 | 2025-12-26 | Chinese | ||
| 38334272 | 华泰联合证券有限责任公司关于北京中科江南信息技术股份有限公司使用暂时闲置募集资金进行现金管理的核查意见 | 2025-12-26 | Chinese | ||
| 38334262 | 关于2026年度日常关联交易预计的公告 | 2025-12-26 | Chinese | ||
| 38334255 | 关于持股5%以上股东权益变动触及1%整数倍的公告 | 2025-11-25 | Chinese | ||
| 38334254 | 2025年三季度报告 | 2025-10-29 | Chinese | ||
| 38334244 | 关于持股5%以上股东减持股份的预披露公告 | 2025-09-23 | Chinese | ||
| 38334238 | 华泰联合证券有限责任公司关于北京中科江南信息技术股份有限公司2025年半年度跟踪报告 | 2025-09-12 | Chinese | ||
| 38334230 | 2025年半年度报告摘要 | 2025-08-28 | Chinese | ||
| 38334223 | 董事会秘书工作细则 | 2025-08-28 | Chinese | ||
| 38334217 | 2025年半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2025-08-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Computer consultancy and computer facilities management activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
1000mercis
Marketing technology group for data-driven advertising and …
|
ALMIL | FR | Telecommunications, computer pr… |
|
3C IT Solutions and Telecoms (India) Limited
Provides IT infrastructure, system integration, cloud, and …
|
544190 | IN | Telecommunications, computer pr… |
|
3 E Network Technology Group Ltd
B2B IT solutions provider of software for property, restaur…
|
MASK | US | Telecommunications, computer pr… |
|
3i Infotech limited
Provides digital transformation, cloud services, and specia…
|
3IINFOLTD | IN | Telecommunications, computer pr… |
|
4C Group AB
Provides software and expert services for readiness, traini…
|
4C | SE | Telecommunications, computer pr… |
|
4GLOBAL PLC
A data, services, and software company for the sports and p…
|
4GBL | GB | Telecommunications, computer pr… |
|
4SIGHT HOLDINGS LIMITED
Technology group providing digital transformation solutions…
|
4SIE | ZA | Telecommunications, computer pr… |
|
AAA TECHNOLOGIES LIMITED
Provides IS auditing, cybersecurity consulting, and IT comp…
|
AAATECH | IN | Telecommunications, computer pr… |
|
ABEJA,Inc.
An AI technology company that facilitates the digital trans…
|
5574 | JP | Telecommunications, computer pr… |
|
Abra Information Technologies Ltd.
Develops, implements, and integrates complex software and h…
|
ABRA | IL | Telecommunications, computer pr… |
Beijing CTJ Information 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/56094/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56094 | 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=56094 | 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=56094 \ -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": 56094}, 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 CTJ Information Technology Co., Ltd. (id: 56094)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.