
Telling Telecommunication Holding Co.,Ltd. — Investor Relations & Filings
Telling Telecommunication Holding Co., Ltd. specializes in the distribution and retail management of mobile telecommunication products. The company operates an extensive supply chain network, facilitating the distribution of smartphones, tablets, and accessories from prominent global brands. Its core operations encompass wholesale distribution, retail management, and the provision of mobile virtual network operator services. The company utilizes a comprehensive logistics infrastructure and digital platforms to optimize supply chain efficiency and market reach. Additionally, it provides value-added services including after-sales support and e-commerce solutions, catering to a broad network of retail partners and end consumers. By integrating physical distribution with digital service platforms, the company focuses on delivering integrated supply chain solutions and enhancing the accessibility of mobile technology.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 董事会关于独立董事独立性自查情况的专项报告 | 2026-04-28 | Chinese | |
| 2025年年度审计报告 | 2026-04-28 | Chinese | |
| 2025年年度报告摘要 | 2026-04-28 | Chinese | |
| 关于会计师事务所2025年度履职情况评估报告 | 2026-04-28 | Chinese | |
| 董事会审计委员会对2025年度会计师事务所履行监督职责情况报告 | 2026-04-28 | Chinese | |
| 2025年度财务决算报告 | 2026-04-28 | Chinese |
Browse filings by year
27 years- 2026 38 filings
- 2025 123 filings
- 2024 136 filings
- 2023 126 filings
- 2022 115 filings
- 2021 176 filings
- 2020 116 filings
- 2019 137 filings
- 2018 168 filings
- 2017 231 filings
- 2016 231 filings
- 2015 129 filings
- 2014 112 filings
- 2013 86 filings
- 2012 66 filings
- 2011 63 filings
- 2010 36 filings
- 2009 36 filings
- 2008 53 filings
- 2007 66 filings
- 2006 72 filings
- 2005 45 filings
- 2004 37 filings
- 2003 40 filings
- 2002 23 filings
- 2001 3 filings
- 1997 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 43932265 | 董事会关于独立董事独立性自查情况的专项报告 | 2026-04-28 | Chinese | ||
| 43932258 | 2025年年度审计报告 | 2026-04-28 | Chinese | ||
| 43931571 | 2025年年度报告摘要 | 2026-04-28 | Chinese | ||
| 43931560 | 关于会计师事务所2025年度履职情况评估报告 | 2026-04-28 | Chinese | ||
| 43931552 | 董事会审计委员会对2025年度会计师事务所履行监督职责情况报告 | 2026-04-28 | Chinese | ||
| 43931539 | 2025年度财务决算报告 | 2026-04-28 | Chinese | ||
| 43931534 | 2025年度独立董事述职报告(熊明华) | 2026-04-28 | Chinese | ||
| 43931509 | 内部控制审计报告 | 2026-04-28 | Chinese | ||
| 43931483 | 关于2025年度计提资产减值准备的公告 | 2026-04-28 | Chinese | ||
| 43931473 | 关于召开2025年度股东会的通知 | 2026-04-28 | Chinese | ||
| 43931463 | 2025年年度报告 | 2026-04-28 | Chinese | ||
| 43931452 | 2025年度独立董事述职报告(陈玉明) | 2026-04-28 | Chinese | ||
| 43931446 | 关于2025年度拟不进行利润分配的公告 | 2026-04-28 | Chinese | ||
| 43931427 | 年度关联方资金占用专项审计报告 | 2026-04-28 | Chinese | ||
| 43931404 | 关于变更投资者热线的公告 | 2026-04-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Wholesale of electronic and telecommunications equipment and parts
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ACO GROUP BERHAD
Distributor of electrical products and accessories for indu…
|
— | MY | Wholesale and retail trade |
|
AGIS Tbk
Engaged in general and electronic trading, consumer electro…
|
TMPI | ID | Wholesale and retail trade |
|
Alcadon Group AB
Developer and distributor of products for network infrastru…
|
ALCA | SE | Wholesale and retail trade |
|
ALLIED TECNOLOGIA S.A.
Multichannel distributor and retailer of consumer electroni…
|
— | BR | Wholesale and retail trade |
|
ALLTEK
Communication component distributor and solution provider f…
|
3209 | TW | Wholesale and retail trade |
|
AMBERTECH LIMITED
Distributor of professional audio, video, and broadcast equ…
|
AMO | AU | Wholesale and retail trade |
|
ANSTEK
Distributor of electronic components and provider of integr…
|
3528 | TW | Wholesale and retail trade |
|
Apex Ace Holding Limited
Distribution and supply of electronic components, digital s…
|
6036 | HK | Wholesale and retail trade |
|
ARROW ELECTRONICS, INC.
Global provider of electronic components and enterprise com…
|
ARW | US | Wholesale and retail trade |
|
ATRenew Inc.
A technology-driven platform for pre-owned consumer electro…
|
RERE | US | Wholesale and retail trade |
Telling Telecommunication Holding 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/53847/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53847 | 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=53847 | 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=53847 \ -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": 53847}, 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 Telling Telecommunication Holding Co.,Ltd. (id: 53847)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.