
Shenzhen Tellus Holding Co.,Ltd — Investor Relations & Filings
Shenzhen Tellus Holding Co.,Ltd. specializes in the development and operation of industrial infrastructure and supply chain services, with a primary focus on the jewelry sector. The company manages significant commercial real estate assets, notably the Tellus-Goldsun Jewelry Industrial Park, providing specialized facilities for jewelry manufacturing, exhibition, and trading. Its service portfolio includes property leasing, management, and comprehensive supply chain solutions tailored to the jewelry industry. Additionally, the company maintains operations in automobile sales, maintenance, and technical services. By leveraging its strategic property holdings and industry-specific platforms, the company facilitates trade and logistics for high-value goods, positioning itself as a key service provider for specialized industrial clusters.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 十届董事会第二十次临时会议决议公告 | 2026-05-22 | Chinese | |
| 总经理工作细则 | 2026-04-21 | Chinese | |
| 内部审计管理办法 | 2026-04-21 | Chinese | |
| 公司未来三年(2026年-2028年)股东回报规划 | 2026-04-21 | Chinese | |
| 2025年度董事会工作报告 | 2026-04-21 | Chinese | |
| 十届董事会第十八次正式会议决议公告 | 2026-04-21 | Chinese |
Browse filings by year
27 years- 2026 27 filings
- 2025 64 filings
- 2024 59 filings
- 2023 80 filings
- 2022 89 filings
- 2021 76 filings
- 2020 85 filings
- 2019 79 filings
- 2018 122 filings
- 2017 151 filings
- 2016 133 filings
- 2015 156 filings
- 2014 118 filings
- 2013 49 filings
- 2012 88 filings
- 2011 40 filings
- 2010 30 filings
- 2009 52 filings
- 2008 42 filings
- 2007 75 filings
- 2006 56 filings
- 2005 72 filings
- 2004 39 filings
- 2003 56 filings
- 2002 37 filings
- 2001 10 filings
- 1993 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46866954 | 十届董事会第二十次临时会议决议公告 | 2026-05-22 | Chinese | ||
| 41918692 | 总经理工作细则 | 2026-04-21 | Chinese | ||
| 41918689 | 内部审计管理办法 | 2026-04-21 | Chinese | ||
| 41918687 | 公司未来三年(2026年-2028年)股东回报规划 | 2026-04-21 | Chinese | ||
| 41918684 | 2025年度董事会工作报告 | 2026-04-21 | Chinese | ||
| 41918680 | 十届董事会第十八次正式会议决议公告 | 2026-04-21 | Chinese | ||
| 41918677 | 非经营性资金占用及其他关联资金往来的专项说明 | 2026-04-21 | Chinese | ||
| 41918676 | 2025年度独立董事述职报告(江定航) | 2026-04-21 | Chinese | ||
| 41918673 | 关联交易决策制度 | 2026-04-21 | Chinese | ||
| 41918672 | 关于公司2026年度申请银行授信额度的公告 | 2026-04-21 | Chinese | ||
| 41918670 | 2025年度独立董事述职报告(胡玉明) | 2026-04-21 | Chinese | ||
| 41918667 | 2025年度内部控制审计报告 | 2026-04-21 | Chinese | ||
| 41918663 | 董事会授权管理办法 | 2026-04-21 | Chinese | ||
| 41918661 | 关于使用闲置自有资金购买理财产品的公告 | 2026-04-21 | Chinese | ||
| 41918660 | 2025年度内部控制自我评价报告 | 2026-04-21 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Real estate activities with own or leased property
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
16080022 CANADA INC
Wholly-owned subsidiary of Margaux REIT that amalgamated wi…
|
— | CA | Real estate activities |
|
235 Holdings AD
A real estate investment company that acquires, manages, an…
|
235H | BG | Real estate activities |
|
3P LAND HOLDINGS LTD.
Engaged in real estate development, land management, and pr…
|
3PLAND | IN | Real estate activities |
|
a.a.a. AG Allgemeine Anlageverwaltung
A real estate project and property developer of commercial …
|
AAA | DE | Real estate activities |
|
ABACUS GROUP
Asset manager and owner of metropolitan office and retail p…
|
ABG | AU | Real estate activities |
|
ABACUS STORAGE KING
Owns and manages a portfolio of residential and commercial …
|
ASK | AU | Real estate activities |
|
Abbey Woods Developments Limited
Real estate development firm creating residential and comme…
|
— | CA | Real estate activities |
|
Abitare In
A real estate developer specializing in customized resident…
|
ABT | IT | Real estate activities |
|
abrdn European Logistics Income plc
An investment trust investing in a portfolio of European lo…
|
ASLI | GB | Real estate activities |
|
abrdn Property Income Trust Ltd
A closed-ended investment company winding down its UK comme…
|
API | GG | Real estate activities |
Shenzhen Tellus 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/53562/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53562 | 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=53562 | 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=53562 \ -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": 53562}, 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 Shenzhen Tellus Holding Co.,Ltd (id: 53562)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.