HANGZHOU ONECHANCE TECH CORP. — Investor Relations & Filings
Hangzhou Onechance Tech Corp. is a professional e-commerce service provider specializing in brand management and digital retail operations. The company focuses on providing comprehensive online business solutions for international beauty and personal care brands. Its core services encompass online store operations, digital marketing, customer relationship management, and supply chain coordination. By leveraging data-driven insights and platform-specific expertise, the corporation facilitates brand growth across major digital marketplaces. The company serves as a strategic partner for global brands seeking to optimize their digital presence and sales performance through integrated retail strategies and multi-channel distribution networks.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于2025年度计提资产减值准备的公告 | 2026-03-30 | Chinese | |
| 关于公司2026年度担保及关联担保额度预计的公告 | 2026-03-30 | Chinese | |
| 天职业字[2026]13824号_杭州壹网壹创科技股份有限公司-募集资金存放、管理与使用情况鉴证报告 | 2026-03-30 | Chinese | |
| 天职业字[2026]13826号-杭州壹网壹创科技股份有限公司-控股股东及其他关联方资金占用情况的专项说明 | 2026-03-30 | Chinese | |
| 2025年年度报告摘要 | 2026-03-30 | Chinese | |
| 独立董事2025年度述职报告(方刚) | 2026-03-30 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40063455 | 关于2025年度计提资产减值准备的公告 | 2026-03-30 | Chinese | ||
| 40063450 | 关于公司2026年度担保及关联担保额度预计的公告 | 2026-03-30 | Chinese | ||
| 40063443 | 天职业字[2026]13824号_杭州壹网壹创科技股份有限公司-募集资金存放、管理与使用情况鉴证报告 | 2026-03-30 | Chinese | ||
| 40063171 | 天职业字[2026]13826号-杭州壹网壹创科技股份有限公司-控股股东及其他关联方资金占用情况的专项说明 | 2026-03-30 | Chinese | ||
| 40063037 | 2025年年度报告摘要 | 2026-03-30 | Chinese | ||
| 40063025 | 独立董事2025年度述职报告(方刚) | 2026-03-30 | Chinese | ||
| 40063018 | 独立董事2025年度述职报告(胡正广) | 2026-03-30 | Chinese | ||
| 40063013 | 2025年度内部控制自我评价报告 | 2026-03-30 | Chinese | ||
| 40063006 | 2025年年度报告披露提示性公告 | 2026-03-30 | Chinese | ||
| 40062998 | 关于公司及子公司2026年度向银行申请综合授信额度的公告 | 2026-03-30 | Chinese | ||
| 40062990 | 关于公司全资子(孙)公司之间提供担保的公告 | 2026-03-30 | Chinese | ||
| 40062980 | 关于召开2025年年度股东会的通知 | 2026-03-30 | Chinese | ||
| 40062976 | 第四届董事会第十二次会议决议公告 | 2026-03-30 | Chinese | ||
| 40062968 | 关于董事会审计委员会对会计师事务所2025年度履职情况评估及履行监督职责情况的报告 | 2026-03-30 | Chinese | ||
| 40062966 | 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-03-30 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Retail sale of pharmaceutical and medical goods, cosmetic and toilet articles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
DaShenLin Pharmaceutical Group Co., Ltd.
Retail and distribution of pharmaceutical and health-relate…
|
603233 | CN | Wholesale and retail trade |
|
DIS-CHEM PHARMACIES LIMITED
A major retail and wholesale pharmaceutical company and int…
|
DCPE | ZA | Wholesale and retail trade |
|
DOCTORGLASSES CHAIN CO., LTD
Optical retail chain providing eyewear products and profess…
|
300622 | CN | Wholesale and retail trade |
|
Douglas AG
European omnichannel retailer specializing in premium beaut…
|
DOU | DE | Wholesale and retail trade |
|
EMPREENDIMENTOS PAGUE MENOS SA
Retail pharmacy operator providing medications, personal ca…
|
— | BR | Wholesale and retail trade |
|
FARMÁCIA E DROGARIA NISSEI S.A.
Retail pharmacy chain offering pharmaceuticals, personal ca…
|
— | BR | Wholesale and retail trade |
|
Farmacias Benavides, S.A.B. de C.V.
Retail pharmacy chain offering medications, health, wellnes…
|
BEVIDES | MX | Wholesale and retail trade |
|
Farmacosmo
E-commerce platform for health, beauty, and personal care p…
|
ZJ1 | IT | Wholesale and retail trade |
|
Fielmann AG
Designs, manufactures, and distributes visual aids and hear…
|
FIE | DE | Wholesale and retail trade |
|
FLUENT
Specialized retailer and provider of medical cannabis produ…
|
FLNT | VG | Wholesale and retail trade |
HANGZHOU ONECHANCE TECH CORP. 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/55763/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55763 | 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=55763 | 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=55763 \ -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": 55763}, 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 HANGZHOU ONECHANCE TECH CORP. (id: 55763)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.