TOPBI International Holdings Limited — Investor Relations & Filings
Topbi International Holdings Limited is a specialized provider of children's apparel and accessories, operating primarily under its proprietary brand, TOPBI. The company focuses on the research, development, design, and distribution of high-quality clothing tailored for children aged 1 to 16, covering a height range of 73 to 170 cm. Its core business model integrates product innovation with an extensive sales network, primarily targeting middle-income and affluent families. Topbi positions itself as a premium brand, emphasizing fashionable and functional designs. The company distributes its products through a network of authorized agents and maintains a distinctive retail presence, often characterized by ocean-themed store aesthetics. By focusing on the "top child" concept, the group aims to deliver stylish and comfortable wardrobe solutions that meet the evolving demands of the modern children's wear market.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 114年02月內部人持股異動(事後) | 2025-03-10 | Chinese | |
| 114年02月董事會成員及持股 | 2025-03-10 | Chinese | |
| 公告本公司113年度合併財務報告董事會預計 召開日期為114年3月13日 | 2025-03-04 | Chinese | |
| 董事會通過本公司集團架構調整 | 2025-02-25 | Chinese | |
| 公告本公司配合會計師事務所內部輪調更換簽證會計師 | 2025-02-25 | Chinese | |
| 代重要子公司淘帝(中國)服飾有限公司公告資金貸與 達「公開發行公司資金貸與及背書保證處理準則」第二 十二條第一項第一款 | 2025-02-25 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 34207154 | 114年02月內部人持股異動(事後) | 2025-03-10 | Chinese | ||
| 34207147 | 114年02月董事會成員及持股 | 2025-03-10 | Chinese | ||
| 34207159 | 公告本公司113年度合併財務報告董事會預計 召開日期為114年3月13日 | 2025-03-04 | Chinese | ||
| 34207164 | 董事會通過本公司集團架構調整 | 2025-02-25 | Chinese | ||
| 34207169 | 公告本公司配合會計師事務所內部輪調更換簽證會計師 | 2025-02-25 | Chinese | ||
| 34207174 | 代重要子公司淘帝(中國)服飾有限公司公告資金貸與 達「公開發行公司資金貸與及背書保證處理準則」第二 十二條第一項第一款 | 2025-02-25 | Chinese | ||
| 34207178 | 代重要子公司淘帝(中國)服飾有限公司公告資金貸與 達「公開發行公司資金貸與及背書保證處理準則」第二 十二條第一項第一款 | 2025-02-25 | Chinese | ||
| 34207184 | 代重要子公司淘帝兒童服飾有限公司公告資金貸與 達「公開發行公司資金貸與及背書保證處理準則」 第二十二條第一項第一款 | 2025-02-25 | Chinese | ||
| 34207196 | 114年1月背書保證與資金貸與 | 2025-02-10 | Chinese | ||
| 34207190 | 114年1月營業收入 | 2025-02-10 | Chinese | ||
| 34207207 | 114年01月內部人持股異動(事後) | 2025-02-07 | Chinese | ||
| 34207201 | 114年01月董事會成員及持股 | 2025-02-07 | Chinese | ||
| 34207216 | 113年12月背書保證與資金貸與 | 2025-01-09 | Chinese | ||
| 34207212 | 113年12月營業收入 | 2025-01-09 | Chinese | ||
| 34207230 | 113年12月內部人持股異動(事後) | 2025-01-08 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Wholesale of textiles, clothing and footwear
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Anand Rayons Limited
Trades and distributes synthetic yarns and threads for text…
|
542721 | IN | Wholesale and retail trade |
|
Callista Industries Limited
Procures, trades, and distributes textile products, includi…
|
539335 | IN | Wholesale and retail trade |
|
Checkpoint Trends Limited
Distributes grey cloth and finished textiles to manufacture…
|
531099 | IN | Wholesale and retail trade |
|
China Dongxiang (Group) Co., Ltd.
Leading branded sportswear enterprise in China, exclusively…
|
3818 | KY | Wholesale and retail trade |
|
COLEFAX GROUP PLC
International designer and distributor of luxury furnishing…
|
CFX | GB | Wholesale and retail trade |
|
Elve S.A.
Designs and produces uniforms, workwear, and PPE for public…
|
ELBE | GR | Wholesale and retail trade |
|
Enterprise International Limited
Trades and exports silk fabrics, yarn, and agricultural com…
|
526574 | IN | Wholesale and retail trade |
|
EPS Creative Health Technology Group Limited
Specialized trading of healthcare products and comprehensiv…
|
3860 | HK | Wholesale and retail trade |
|
Fenix Outdoor International AG
Global group that develops, markets, and retails outdoor pr…
|
FOI | CH | Wholesale and retail trade |
|
i.century Holding Limited
Provides apparel supply chain management services and suppl…
|
8507 | HK | Wholesale and retail trade |
TOPBI International Holdings Limited 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/52236/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52236 | 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=52236 | 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=52236 \ -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": 52236}, 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 TOPBI International Holdings Limited (id: 52236)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.