
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 |
|---|---|---|---|
| 关于控股股东、实际控制人增加一致行动人及持股在一致行动人之间内部转让计划的提示性公告 | 2021-06-10 | Chinese | |
| 2020年度股东大会决议公告 | 2021-05-11 | Chinese | |
| 北京国枫律师事务所关于创意信息技术股份有限公司2020年年度股东大会的法律意见书 | 2021-05-11 | Chinese | |
| 北京中企华资产评估有限责任公司关于深圳证券交易所对创意信息年报问询函相关问题的回复-邦讯信息 | 2021-05-07 | Chinese | |
| 信永中和会计师事务所(特殊普通合伙)关于创意信息技术股份有限公司2020年度年报问询函的专项意见 | 2021-05-07 | Chinese | |
| 北京中企华资产评估有限责任公司关于深圳证券交易所对创意信息年报问询函相关问题的回复-格蒂电力 | 2021-05-07 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2021
15 filings
| |||||
| 36292379 | 关于控股股东、实际控制人增加一致行动人及持股在一致行动人之间内部转让计划的提示性公告 | 2021-06-10 | Chinese | ||
| 36292368 | 2020年度股东大会决议公告 | 2021-05-11 | Chinese | ||
| 36292358 | 北京国枫律师事务所关于创意信息技术股份有限公司2020年年度股东大会的法律意见书 | 2021-05-11 | Chinese | ||
| 36292346 | 北京中企华资产评估有限责任公司关于深圳证券交易所对创意信息年报问询函相关问题的回复-邦讯信息 | 2021-05-07 | Chinese | ||
| 36292329 | 信永中和会计师事务所(特殊普通合伙)关于创意信息技术股份有限公司2020年度年报问询函的专项意见 | 2021-05-07 | Chinese | ||
| 36292284 | 北京中企华资产评估有限责任公司关于深圳证券交易所对创意信息年报问询函相关问题的回复-格蒂电力 | 2021-05-07 | Chinese | ||
| 36292272 | 关于深圳证券交易所年报问询函的回复公告 | 2021-05-07 | Chinese | ||
| 36292214 | 一季报披露提示性公告 | 2021-04-26 | Chinese | ||
| 36292205 | 2021年第一季度报告全文 | 2021-04-26 | Chinese | ||
| 36292169 | 关于召开2020年年度股东大会通知的更正公告 | 2021-04-20 | Chinese | ||
| 36292153 | 2020年度独立董事述职报告(张小松) | 2021-04-19 | Chinese | ||
| 36292139 | 董事会决议公告 | 2021-04-19 | Chinese | ||
| 36292124 | 2020年年度报告摘要 | 2021-04-19 | Chinese | ||
| 36292114 | 创意信息技术股份有限公司公司募集资金2020年度存放与使用情况鉴证报告 | 2021-04-19 | Chinese | ||
| 36292090 | 创意信息技术股份有限公司资产重组业绩承诺实现情况的专项审核报告 | 2021-04-19 | 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.