
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 |
|---|---|---|---|
|
Global-E Online Ltd.
A platform that enables and accelerates global, cross-borde…
|
GLBE | US | Telecommunications, computer pr… |
|
Gloster Digital Group Nyilvánosan Működő Részvénytársaság
IT services provider for international software development…
|
GLOSTER | HU | Telecommunications, computer pr… |
|
GMO GlobalSign Holdings K.K.
A global Certificate Authority providing PKI and identity m…
|
3788 | JP | Telecommunications, computer pr… |
|
GMO internet group, Inc.
Provider of internet infrastructure, security, online finan…
|
9449 | JP | Telecommunications, computer pr… |
|
GMO Internet Inc.
Offers internet infrastructure, security, online media, fin…
|
4784 | JP | Telecommunications, computer pr… |
|
GMO Pepabo, Inc.
An internet services company for e-commerce, web hosting, a…
|
3633 | JP | Telecommunications, computer pr… |
|
GoDaddy Inc.
An internet domain registrar and web hosting company for en…
|
GDDY | US | Telecommunications, computer pr… |
|
Greater Than AB
A data analytics company using AI to analyze GPS driving da…
|
GREAT | SE | Telecommunications, computer pr… |
|
Green Block Mining Corp.
Key provider of robust infrastructure and power solutions f…
|
LGLOF | CA | Telecommunications, computer pr… |
|
Greenidge Generation Holdings Inc.
A vertically integrated power generation and cryptocurrency…
|
GREE | 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.