
Troy Information Technology Co.,Ltd. — Investor Relations & Filings
Troy Information Technology Co.,Ltd. specializes in providing telecommunications network optimization and maintenance solutions. The company develops software and provides technical services focused on network planning, performance monitoring, and big data analytics for mobile communication networks. Its product portfolio includes Operations Support Systems (OSS) and automated optimization tools designed to enhance network efficiency and quality of service across various generations of mobile technology, including 4G and 5G. Troy Information serves major telecommunications operators and equipment manufacturers, offering integrated solutions for complex, multi-vendor environments. The company leverages advanced data processing and artificial intelligence to support network management and digital transformation initiatives within the telecommunications sector.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于召开2024年第三次临时股东大会的通知 | 2024-09-12 | Chinese | |
| 关于2021年员工持股计划第二次持有人会议决议公告 | 2024-09-12 | Chinese | |
| 中信证券股份有限公司关于创意信息技术股份有限公司募集资金投资项目延期、建设内容及投资金额调整并将剩余募集资金永久补充流动资金的核查意见 | 2024-09-12 | Chinese | |
| 监事会关于调整公司2021年员工持股计划相关内容的审核意见 | 2024-09-12 | Chinese | |
| 关于控股子公司增资扩股暨引入投资人的公告 | 2024-09-12 | Chinese | |
| 2021年员工持股计划(草案修订稿) | 2024-09-12 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 36299172 | 关于召开2024年第三次临时股东大会的通知 | 2024-09-12 | Chinese | ||
| 36299157 | 关于2021年员工持股计划第二次持有人会议决议公告 | 2024-09-12 | Chinese | ||
| 36299148 | 中信证券股份有限公司关于创意信息技术股份有限公司募集资金投资项目延期、建设内容及投资金额调整并将剩余募集资金永久补充流动资金的核查意见 | 2024-09-12 | Chinese | ||
| 36299132 | 监事会关于调整公司2021年员工持股计划相关内容的审核意见 | 2024-09-12 | Chinese | ||
| 36299120 | 关于控股子公司增资扩股暨引入投资人的公告 | 2024-09-12 | Chinese | ||
| 36299106 | 2021年员工持股计划(草案修订稿) | 2024-09-12 | Chinese | ||
| 36299097 | 第六届监事会2024年第三次临时会议决议公告 | 2024-09-12 | Chinese | ||
| 36299089 | 北京中伦(成都)律师事务所关于创意信息技术股份有限公司调整2021年员工持股计划的法律意见书 | 2024-09-12 | Chinese | ||
| 36299079 | 2021年员工持股计划管理办法(修订稿) | 2024-09-12 | Chinese | ||
| 36299069 | 关于因子公司股权变动被动形成对参股公司的财务资助和担保的公告 | 2024-09-12 | Chinese | ||
| 36299058 | 第六届董事会2024年第四次临时会议决议公告 | 2024-09-12 | Chinese | ||
| 36299047 | 上海荣正企业咨询服务(集团)股份有限公司关于创意信息技术股份有限公司2021年员工持股计划调整相关事项之独立财务顾问报告 | 2024-09-12 | Chinese | ||
| 36299037 | 关于调整公司2021年员工持股计划相关内容的公告 | 2024-09-12 | Chinese | ||
| 36299012 | 2021年员工持股计划(草案修订稿)摘要 | 2024-09-12 | Chinese | ||
| 36298996 | 关于募集资金投资项目延期、建设内容及投资金额调整并将剩余募集资金永久补充流动资金的公告 | 2024-09-12 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Other telecommunication activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
8X8 INC /DE/
Provides an AI-powered, integrated platform for CX and unif…
|
EGHT | US | Telecommunications, computer pr… |
|
Accel Solutions Group Ltd.
Importer and integrator of telecommunications equipment and…
|
ACCL.TA | IL | Telecommunications, computer pr… |
|
Accord Synergy Limited
Provides technical support and infrastructure services for …
|
ACCORD | IN | Telecommunications, computer pr… |
|
Adeunis
Designs and manufactures IoT devices for Smart Building and…
|
ALARF | FR | Telecommunications, computer pr… |
|
AIRGAIN INC
Provider of wireless connectivity solutions and antenna sys…
|
AIRG | US | Telecommunications, computer pr… |
|
Alert B&C Corporation
Publicly listed entity; core business operations are not pu…
|
ACB.H | CA | Telecommunications, computer pr… |
|
AMTEL HOLDINGS BERHAD
Investment holding, ICT solutions, telecom infrastructure, …
|
— | MY | Telecommunications, computer pr… |
|
Ascom Holding AG
Global provider of healthcare ICT and mobile workflow solut…
|
ASCN | CH | Telecommunications, computer pr… |
|
Beijing Quanshi World Online Network Information Co., Ltd.
Provides cloud-based collaboration and unified communicatio…
|
002995 | CN | Telecommunications, computer pr… |
|
BizConf Technology Co., Ltd.
Provides integrated cloud video communication and unified c…
|
300578 | CN | Telecommunications, computer pr… |
Troy 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/55359/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55359 | 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=55359 | 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=55359 \ -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": 55359}, 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 Troy Information Technology Co.,Ltd. (id: 55359)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.