
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 |
|---|---|---|---|
|
GABIA,Inc.
IT company providing internet infrastructure, domain regist…
|
079940 | KR | Telecommunications, computer pr… |
|
Gamecard-Joyco Holdings, Inc.
Provides prepaid IC card systems and devices for pachinko a…
|
6249 | JP | Telecommunications, computer pr… |
|
GDS Holdings Limited
Leading developer and operator of high-performance data cen…
|
9698 | KY | Telecommunications, computer pr… |
|
GDS Holdings Ltd
Developer and operator of high-performance, carrier-neutral…
|
GDS | US | Telecommunications, computer pr… |
|
Generix Group S.A.
A SaaS company offering AI-powered solutions for supply cha…
|
GENX | FR | Telecommunications, computer pr… |
|
Genius Sports Ltd
Provides data-driven products and services to the sports, b…
|
GENI | US | Telecommunications, computer pr… |
|
GIGAS
Provider of converged cloud, cybersecurity, and telecommuni…
|
GIGA | ES | Telecommunications, computer pr… |
|
Gitlab Inc.
Develops an open-core, AI-powered DevSecOps platform for th…
|
GTLB | US | Telecommunications, computer pr… |
|
Global Communication Planning Co., Ltd.
Develops, operates, and maintains systems and terminals for…
|
4073 | JP | Telecommunications, computer pr… |
|
Global Engine Group Holding Ltd
An integrated solutions provider using ICT for telecom, dat…
|
GLE | US | 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.