
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 |
|---|---|---|---|
| 2024年度财务决算报告 | 2025-04-28 | Chinese | |
| 董事会决议公告 | 2025-04-28 | Chinese | |
| 关于2024年度利润分配预案的公告 | 2025-04-28 | Chinese | |
| 2024年年度报告 | 2025-04-28 | Chinese | |
| 关于2024年度计提资产减值准备的公告 | 2025-04-28 | Chinese | |
| 内部控制自我评价报告 | 2025-04-28 | Chinese |
Browse filings by year
27 years- 2026 41 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 | |
|---|---|---|---|---|---|
|
2025
14 filings
| |||||
| 43926056 | 2024年度财务决算报告 | 2025-04-28 | Chinese | ||
| 43926040 | 董事会决议公告 | 2025-04-28 | Chinese | ||
| 43926026 | 关于2024年度利润分配预案的公告 | 2025-04-28 | Chinese | ||
| 43926018 | 2024年年度报告 | 2025-04-28 | Chinese | ||
| 43925850 | 关于2024年度计提资产减值准备的公告 | 2025-04-28 | Chinese | ||
| 43925825 | 内部控制自我评价报告 | 2025-04-28 | Chinese | ||
| 43925814 | 关于公司财务负责人变更的公告 | 2025-04-25 | Chinese | ||
| 43925799 | 第九届董事会第三十四次会议决议公告 | 2025-04-25 | Chinese | ||
| 43925789 | 关于子公司和控股股东一致行动人仲裁裁决的公告 | 2025-04-22 | Chinese | ||
| 43925764 | 2024年度业绩预告 | 2025-01-23 | Chinese | ||
| 43925753 | 关于“质量回报双提升”行动方案的公告 | 2025-01-22 | Chinese | ||
| 43925739 | 2025-003 关于公司对外担保的进展公告 | 2025-01-15 | Chinese | ||
| 43925736 | 关于公司持股5%以上股东部分股份被质押的公告 | 2025-01-08 | Chinese | ||
| 43925727 | 关于控股股东的一致行动人诉讼进展的公告 | 2025-01-01 | Chinese | ||
|
2024
1 filing
| |||||
| 43925717 | 关于董事会、监事会延期换届的公告 | 2024-12-16 | 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.