
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 |
|---|---|---|---|
| 2019年度非经营性资金占用及其他关联资金往来的专项说明 | 2020-04-28 | Chinese | |
| 招商证券股份有限公司关于公司2016年度发行股份及支付现金购买资产并募集配套资金暨关联交易之2019年度募集资金存放与使用情况的核查意见 | 2020-04-28 | Chinese | |
| 关于董事、监事和高级管理人员2020年度薪酬的公告 | 2020-04-28 | Chinese | |
| 大数据应用云平台及新一代智能网络通讯的研发和应用实践项目可行性研究报告 | 2020-04-28 | Chinese | |
| 2020年度创业板非公开发行A股股票预案 | 2020-04-28 | Chinese | |
| 截至2019年12月31日止前次募集资金使用情况报告 | 2020-04-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2020
15 filings
| |||||
| 36287780 | 2019年度非经营性资金占用及其他关联资金往来的专项说明 | 2020-04-28 | Chinese | ||
| 36287765 | 招商证券股份有限公司关于公司2016年度发行股份及支付现金购买资产并募集配套资金暨关联交易之2019年度募集资金存放与使用情况的核查意见 | 2020-04-28 | Chinese | ||
| 36287747 | 关于董事、监事和高级管理人员2020年度薪酬的公告 | 2020-04-28 | Chinese | ||
| 36287730 | 大数据应用云平台及新一代智能网络通讯的研发和应用实践项目可行性研究报告 | 2020-04-28 | Chinese | ||
| 36287670 | 2020年度创业板非公开发行A股股票预案 | 2020-04-28 | Chinese | ||
| 36287642 | 截至2019年12月31日止前次募集资金使用情况报告 | 2020-04-28 | Chinese | ||
| 36287629 | 控股股东、实际控制人及董事、高级管理人员关于2020年度创业板非公开发行A股股票摊薄即期回报采取填补措施承诺的公告 | 2020-04-28 | Chinese | ||
| 36287617 | 招商证券股份有限公司关于公司变更部分募集资金投资项目之独立财务顾问核查意见 | 2020-04-28 | Chinese | ||
| 36287605 | 2019年度内部控制自我评价报告 | 2020-04-28 | Chinese | ||
| 36287597 | 关于第四届董事会第六次会议相关议案的事前认可意见 | 2020-04-28 | Chinese | ||
| 36287586 | 关于举行2019年度业绩说明会的公告 | 2020-04-28 | Chinese | ||
| 36287574 | 关于会计政策变更的公告 | 2020-04-28 | Chinese | ||
| 36287559 | 关于召开2019年度股东大会的通知 | 2020-04-28 | Chinese | ||
| 36287540 | 第四届董事会第六次会议决议公告 | 2020-04-28 | Chinese | ||
| 36287530 | 2019年度报告披露提示性公告 | 2020-04-28 | 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.