Annil Co.,Ltd — Investor Relations & Filings
Annil Co., Ltd. specializes in the design, research, development, and retail of high-quality children's apparel. The company focuses on providing comfortable, safe, and stylish clothing for children ranging from infancy to early adolescence. Its product portfolio includes a wide array of garments such as tops, bottoms, outerwear, and accessories, characterized by the use of premium, eco-friendly fabrics and ergonomic designs tailored to the physical development of children. Annil emphasizes a brand philosophy centered on comfort and elegance, often utilizing its signature rabbit motif. The company operates through an integrated business model encompassing supply chain management and a multi-channel distribution network that includes physical boutiques and major e-commerce platforms. By prioritizing product safety and functional innovation, the company maintains a significant presence in the mid-to-high-end children's wear market.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于公司未来三年(2026-2028年)股东回报规划 | 2026-04-28 | Chinese | |
| 关于注销2023年股票期权激励计划部分股票期权的公告 | 2026-04-28 | Chinese | |
| 董事会对独立董事独立性自查情况的专项报告 | 2026-04-28 | Chinese | |
| 关于前期会计差错更正后的财务报表及相关附注 | 2026-04-28 | Chinese | |
| 2025年度董事会工作报告 | 2026-04-28 | Chinese | |
| 关于会计政策变更的公告 | 2026-04-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 38111252 | 关于公司未来三年(2026-2028年)股东回报规划 | 2026-04-28 | Chinese | ||
| 38111241 | 关于注销2023年股票期权激励计划部分股票期权的公告 | 2026-04-28 | Chinese | ||
| 38111228 | 董事会对独立董事独立性自查情况的专项报告 | 2026-04-28 | Chinese | ||
| 38111211 | 关于前期会计差错更正后的财务报表及相关附注 | 2026-04-28 | Chinese | ||
| 38111197 | 2025年度董事会工作报告 | 2026-04-28 | Chinese | ||
| 38111178 | 关于会计政策变更的公告 | 2026-04-28 | Chinese | ||
| 38111163 | 北京市金杜(深圳)律师事务所关于深圳市安奈儿股份有限公司2023年股票期权激励计划注销部分股票期权之法律意见书 | 2026-04-28 | Chinese | ||
| 38111140 | 募集资金2025年度存放、管理与使用情况公告 | 2026-04-28 | Chinese | ||
| 38111122 | 关于召开2025年度股东会的通知 | 2026-04-28 | Chinese | ||
| 38111103 | 中汇会计师事务所关于深圳市安奈儿股份有限公司非经营性资金占用及其他关联资金往来情况的专项审核说明 | 2026-04-28 | Chinese | ||
| 38110978 | 中汇会计师事务所关于深圳市安奈儿股份有限公司2025 年度前期差错更正的鉴证报告 | 2026-04-28 | Chinese | ||
| 38110889 | 中信证券股份有限公司关于深圳市安奈儿股份有限公司使用部分闲置募集资金进行现金管理的核查意见 | 2026-04-28 | Chinese | ||
| 38110873 | 中信证券股份有限公司关于深圳市安奈儿股份有限公司2025年度募集资金存放、管理与使用情况的专项核查报告 | 2026-04-28 | Chinese | ||
| 38110854 | 关于举行2025年度业绩说明会的公告 | 2026-04-28 | Chinese | ||
| 38110845 | 第五届董事会第三次会议决议公告 | 2026-04-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Retail sale of clothing, footwear and leather articles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ANAP HOLDINGS INC.
Operates apparel retail stores and beauty salons, and integ…
|
3189 | JP | Wholesale and retail trade |
|
Answear.com S.A.
A multibrand e-commerce platform for fashion, footwear, and…
|
ANR | PL | Wholesale and retail trade |
|
AOKI Holdings Inc.
A holding company with businesses in fashion, bridal servic…
|
8214 | JP | Wholesale and retail trade |
|
AOYAMA TRADING Co., Ltd.
An apparel retailer specializing in business wear with dive…
|
8219 | JP | Wholesale and retail trade |
|
Apranga Group
A fashion retailer in the Baltic States operating a network…
|
APG1L | LT | Wholesale and retail trade |
|
Arden Holdings Inc.
Prominent value fashion retailer and wholesaler of low-pric…
|
— | CA | Wholesale and retail trade |
|
Aritzia Inc.
A design house and fashion retailer specializing in women's…
|
ATZ | CA | Wholesale and retail trade |
|
Arvind Fashions Limited
Manages and distributes a portfolio of international and ow…
|
ARVINDFASN | IN | Wholesale and retail trade |
|
Asos PLC
An online fashion and cosmetic retailer targeting young adu…
|
ASOMY | GB | Wholesale and retail trade |
|
AZARIA
Acquires, rehabilitates, and leases urban properties for th…
|
YAZR | ES | Wholesale and retail trade |
Annil 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/54873/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54873 | 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=54873 | 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=54873 \ -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": 54873}, 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 Annil Co.,Ltd (id: 54873)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.