
Teemsun Technology Co.,Ltd — Investor Relations & Filings
Teemsun Technology Co., Ltd. provides comprehensive IT infrastructure services and digital transformation solutions. The company specializes in the design, implementation, and maintenance of enterprise-level data centers, cloud computing platforms, and big data architectures. Its core offerings include system integration, IT lifecycle management, and specialized software development tailored for high-demand sectors such as banking, telecommunications, and energy. Teemsun focuses on delivering high-availability computing environments and optimizing IT resource utilization through advanced virtualization and storage technologies. By leveraging strategic partnerships with global technology providers, the company assists organizations in modernizing their legacy systems and migrating to hybrid cloud environments. Its service portfolio encompasses technical consulting, emergency support, and managed services designed to ensure business continuity and operational efficiency.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 国泰海通证券股份有限公司关于国科天成科技股份有限公司延长向不特定对象发行可转换公司债券决议有效期及授权有效期的核查意见 | 2026-05-20 | Chinese | |
| 金杜关于国科天成延长向不特定对象发行可转债决议有效期及授权有效期的法律意见书 | 2026-05-20 | Chinese | |
| 北京市金杜律师事务所关于国科天成科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-19 | Chinese | |
| 国科天成科技股份有限公司2025年年度股东会决议公告 | 2026-05-19 | Chinese | |
| 关于延长公司向不特定对象发行可转换公司债券股东会决议有效期及授权有效期的公告 | 2026-05-19 | Chinese | |
| 第二届董事会第十八次会议决议公告 | 2026-05-11 | Chinese |
Browse filings by year
3 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46630695 | 国泰海通证券股份有限公司关于国科天成科技股份有限公司延长向不特定对象发行可转换公司债券决议有效期及授权有效期的核查意见 | 2026-05-20 | Chinese | ||
| 46630689 | 金杜关于国科天成延长向不特定对象发行可转债决议有效期及授权有效期的法律意见书 | 2026-05-20 | Chinese | ||
| 46533300 | 北京市金杜律师事务所关于国科天成科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-19 | Chinese | ||
| 46533298 | 国科天成科技股份有限公司2025年年度股东会决议公告 | 2026-05-19 | Chinese | ||
| 46533296 | 关于延长公司向不特定对象发行可转换公司债券股东会决议有效期及授权有效期的公告 | 2026-05-19 | Chinese | ||
| 44912295 | 第二届董事会第十八次会议决议公告 | 2026-05-11 | Chinese | ||
| 44912281 | 关于延期召开2025年年度股东会并增加临时提案暨股东会补充通知的公告 | 2026-05-11 | Chinese | ||
| 39487788 | 关于2025年计提资产减值准备的公告 | 2026-04-27 | Chinese | ||
| 39487780 | 关于2025年度利润分配方案的公告 | 2026-04-27 | Chinese | ||
| 39487772 | 2026年一季度报告 | 2026-04-27 | Chinese | ||
| 39487765 | 非经营性资金占用及其他关联资金往来的专项说明 | 2026-04-27 | Chinese | ||
| 39487755 | 2025年年度报告摘要 | 2026-04-27 | Chinese | ||
| 39487735 | 关于续聘会计师事务所的相关公告 | 2026-04-27 | Chinese | ||
| 39487732 | 内部控制评价报告 | 2026-04-27 | Chinese | ||
| 39487723 | 关于2026年度日常关联交易预计的公告 | 2026-04-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Computing infrastructure, data processing, hosting and related activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
DR.PENG HOLDING HONGKONG LIMITED
Specializes in smart cloud networks, home broadband, data c…
|
72DB | SG | Telecommunications, computer pr… |
|
DTC Co., Ltd.
Develops, manufactures, and sells Liquid Crystal Display (L…
|
066670 | KR | Telecommunications, computer pr… |
|
DUBBER CORPORATION LIMITED
Provides a cloud-based unified conversational recording and…
|
DUB | AU | Telecommunications, computer pr… |
|
DUG TECHNOLOGY LTD
Provides HPC as a service, seismic processing, and scientif…
|
DUG | AU | Telecommunications, computer pr… |
|
DUOS TECHNOLOGIES GROUP, INC.
Develops AI and machine vision for automated inspection of …
|
DUOT | US | Telecommunications, computer pr… |
|
D-Wave Quantum Inc.
Provides annealing and gate-model quantum computers, softwa…
|
QBTS | US | Telecommunications, computer pr… |
|
DXN LIMITED
Designs, builds, and operates modular data centers and secu…
|
DXN | AU | Telecommunications, computer pr… |
|
Dynamite Blockchain Corp.
Developing the Kaspa blockchain ecosystem, providing mining…
|
KAS | CA | Telecommunications, computer pr… |
|
Dynamix Corp
A special purpose acquisition company targeting energy, pow…
|
ETHM | US | Telecommunications, computer pr… |
|
E2E Networks Limited
Specialized cloud platform for high-performance artificial …
|
E2E | IN | Telecommunications, computer pr… |
Teemsun 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/56365/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56365 | 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=56365 | 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=56365 \ -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": 56365}, 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 Teemsun Technology Co.,Ltd (id: 56365)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.