
Tansun Technology Co.,Ltd. — Investor Relations & Filings
Tansun Technology Co.,Ltd. provides specialized software products and technical services designed for financial institutions. The company focuses on the development and implementation of credit management systems, risk management platforms, and data-driven solutions. Its service offerings include system integration, technical consulting, and the deployment of digital banking infrastructure. By utilizing big data analytics and cloud-based architectures, the company supports the digital transformation of banking operations, including credit approval workflows, regulatory reporting, and business intelligence. The company maintains a portfolio of proprietary software assets aimed at improving operational efficiency and risk mitigation for large-scale financial entities.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于控股股东、实际控制人及其一致行动人权益变动触及1%整数倍暨减持计划期限届满的公告 | 2026-05-28 | Chinese | |
| 关于公司控股股东、实际控制人部分股份质押的公告 | 2026-05-26 | Chinese | |
| 关于公司控股股东、实际控制人部分股份解除质押的公告 | 2026-05-25 | Chinese | |
| 关于控股股东、实际控制人及其一致行动人权益变动触及1%及5%整数倍暨披露简式权益变动报告书的提示性公告 | 2026-05-19 | Chinese | |
| 简式权益变动报告书(欧阳建平) | 2026-05-19 | Chinese | |
| 关于签订航空互联网项目建设与运营合同的公告 | 2026-05-19 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47857978 | 关于控股股东、实际控制人及其一致行动人权益变动触及1%整数倍暨减持计划期限届满的公告 | 2026-05-28 | Chinese | ||
| 47058532 | 关于公司控股股东、实际控制人部分股份质押的公告 | 2026-05-26 | Chinese | ||
| 47007443 | 关于公司控股股东、实际控制人部分股份解除质押的公告 | 2026-05-25 | Chinese | ||
| 46534624 | 关于控股股东、实际控制人及其一致行动人权益变动触及1%及5%整数倍暨披露简式权益变动报告书的提示性公告 | 2026-05-19 | Chinese | ||
| 46534628 | 简式权益变动报告书(欧阳建平) | 2026-05-19 | Chinese | ||
| 46531130 | 关于签订航空互联网项目建设与运营合同的公告 | 2026-05-19 | Chinese | ||
| 46365617 | 国海证券股份有限公司关于天阳宏业科技股份有限公司向不特定对象发行可转债募投项目结项并将节余募集资金永久补充流动资金的核查意见 | 2026-05-15 | Chinese | ||
| 46365616 | 关于公司及控股子公司申请增加综合授信额度并接受控股股东、实际控制人及子公司担保暨关联交易的公告 | 2026-05-15 | Chinese | ||
| 45974834 | 天阳宏业科技股份有限公司章程(2026年4月) | 2026-05-14 | Chinese | ||
| 45974830 | 2025年年度股东会决议公告 | 2026-05-14 | Chinese | ||
| 45974997 | 关于举办2025年度业绩说明会的公告 | 2026-05-14 | Chinese | ||
| 45974992 | 上海市锦天城律师事务所关于天阳宏业科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-14 | Chinese | ||
| 45975022 | 关于变更持续督导保荐代表人的公告 | 2026-05-14 | Chinese | ||
| 45552148 | 关于控股股东、实际控制人及其一致行动人权益变动触及1%整数倍的公告 | 2026-05-13 | Chinese | ||
| 44261241 | 关于签订项目合作协议的公告 | 2026-05-08 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Other computer programming activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
DECIDR AI INDUSTRIES LTD
Develops AI systems to automate decision-making and optimiz…
|
DAI | AU | Telecommunications, computer pr… |
|
DECIPHER LABS LIMITED
Provides software development and IT consulting for healthc…
|
524752 | IN | Telecommunications, computer pr… |
|
Deepexi Technology Co., Ltd.
Enterprise provider of large-model AI solutions optimizing …
|
1384 | HK | Telecommunications, computer pr… |
|
Deep Health AI India Limited
Develops AI software for medical imaging to improve diagnos…
|
539559 | IN | Telecommunications, computer pr… |
|
DeepMarkit Corporation
Commercializes green technology by tokenizing verified carb…
|
MKT | CA | Telecommunications, computer pr… |
|
DEEPNOID Inc.
Specializes in AI-based medical image analysis and clinical…
|
315640 | KR | Telecommunications, computer pr… |
|
DeFi Technologies Inc.
Bridges capital markets and DeFi by offering regulated digi…
|
DEFT | CA | Telecommunications, computer pr… |
|
Defrail Technologies Limited
Provides software engineering, digital transformation, and …
|
544677 | IN | Telecommunications, computer pr… |
|
Delano Technology Corporation
Developed interaction-based e-business software automating …
|
DTEC | CA | Telecommunications, computer pr… |
|
Delaplex Limited
Provides custom software engineering, supply chain consulti…
|
DELAPLEX | IN | Telecommunications, computer pr… |
Tansun 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/55840/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55840 | 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=55840 | 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=55840 \ -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": 55840}, 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 Tansun Technology Co.,Ltd. (id: 55840)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.