
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 |
|---|---|---|---|
| 关于提请股东大会授权董事会办理以简易程序向特定对象发行股票相关事宜的公告 | 2023-04-24 | Chinese | |
| 2023年第二次临时股东大会决议公告 | 2023-04-06 | Chinese | |
| 关于创意信息技术股份有限公司2023年第二次临时股东大会的法律意见书 | 2023-04-06 | Chinese | |
| 关于深圳证券交易所关注函的回复公告 | 2023-03-28 | Chinese | |
| 中信证券股份有限公司关于创意信息技术股份有限公司关注函相关问题回复的核查意见 | 2023-03-28 | Chinese | |
| 关于公司及相关责任人收到《行政监管措施决定书》的公告 | 2023-03-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 36295182 | 关于提请股东大会授权董事会办理以简易程序向特定对象发行股票相关事宜的公告 | 2023-04-24 | Chinese | ||
| 36295173 | 2023年第二次临时股东大会决议公告 | 2023-04-06 | Chinese | ||
| 36295161 | 关于创意信息技术股份有限公司2023年第二次临时股东大会的法律意见书 | 2023-04-06 | Chinese | ||
| 36295150 | 关于深圳证券交易所关注函的回复公告 | 2023-03-28 | Chinese | ||
| 36295137 | 中信证券股份有限公司关于创意信息技术股份有限公司关注函相关问题回复的核查意见 | 2023-03-28 | Chinese | ||
| 36295127 | 关于公司及相关责任人收到《行政监管措施决定书》的公告 | 2023-03-28 | Chinese | ||
| 36295114 | 第五届监事会2023年第一次临时会议决议公告 | 2023-03-21 | Chinese | ||
| 36295104 | 中信证券股份有限公司关于创意信息技术股份有限公司终止部分募投项目并将该部分募集资金永久补充流动资金的核查意见 | 2023-03-21 | Chinese | ||
| 36295094 | 独立董事关于第五届董事会2023年第一次临时会议相关事项的独立意见 | 2023-03-21 | Chinese | ||
| 36295085 | 第五届董事会2023年第一次临时会议决议公告 | 2023-03-21 | Chinese | ||
| 36295073 | 关于召开2023年第二次临时股东大会的通知 | 2023-03-21 | Chinese | ||
| 36295058 | 关于终止部分募投项目并将该部分募集资金永久补充流动资金的公告 | 2023-03-21 | Chinese | ||
| 36295046 | 关于2021年员工持股计划锁定期届满的提示性公告 | 2023-03-17 | Chinese | ||
| 36295038 | 2023-08 关于董事减持计划实施完毕的公告 | 2023-03-17 | Chinese | ||
| 36295023 | 关于与一致行动人合计持股5%以上股东持股比例变动达到1%的公告 | 2023-02-08 | 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.