
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 |
|---|---|---|---|
|
FELIX GROUP HOLDINGS LTD
Cloud-based SaaS platform streamlining vendor management an…
|
FLX | AU | Telecommunications, computer pr… |
|
Fines inc.
Specializes in marketing-focused Digital Transformation usi…
|
5125 | JP | Telecommunications, computer pr… |
|
FISERV INC
A global provider of payments and financial services techno…
|
FI | US | Telecommunications, computer pr… |
|
Five9, Inc.
Provides an intelligent cloud contact center platform using…
|
FIVN | US | Telecommunications, computer pr… |
|
Flywire Corp
A global payments and software company for complex, high-va…
|
FLYW | US | Telecommunications, computer pr… |
|
FONIX PLC
Provider of mobile payment and messaging solutions for busi…
|
FNX | GB | Telecommunications, computer pr… |
|
Forian Inc.
Provides software, data, and analytics for the healthcare a…
|
FORA | US | Telecommunications, computer pr… |
|
Fortnox
Cloud-based platform for financial and business administrat…
|
FNOX | SE | Telecommunications, computer pr… |
|
FUTR Corporation
AI and Web3 platform that monetizes consumer data to automa…
|
FTRC | CA | Telecommunications, computer pr… |
|
FutureCore Co.,Ltd.
Develops and manufactures optical filters for imaging and H…
|
151910 | KR | 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.