
Aimer Co.,Ltd. — Investor Relations & Filings
Aimer Co.,Ltd. is a designer and manufacturer of high-end intimate apparel and lifestyle products. Established in 1993, the company focuses on the research, development, and production of a comprehensive range of products, including bras, briefs, shapewear, loungewear, swimwear, and thermal clothing. Operating through a multi-brand strategy, its portfolio includes labels such as Aimer, Aimer Men, Aimer Kids, and La Clover, catering to diverse demographic segments from children to adults. The company emphasizes ergonomic design and material innovation, integrating advanced textile technology with aesthetic appeal. Aimer maintains an extensive retail network and e-commerce presence, positioning itself in the premium market by prioritizing comfort, functionality, and sophisticated craftsmanship in its garment construction.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 上海荣正企业咨询服务(集团)股份有限公司关于爱慕股份有限公司2023年限制性股票激励计划调整回购价格相关事项之独立财务顾问报告 | 2025-04-24 | Chinese | |
| 关于确认公司2024年度日常关联交易及预计公司2025年度日常关联交易的公告 | 2025-04-24 | Chinese | |
| 北京卓纬律师事务所关于爱慕股份有限公司2023年限制性股票激励计划第二个解除限售期解除限售条件未成就、回购价格调整及回购注销部分限制性股票相关事项的法律意见书 | 2025-04-24 | Chinese | |
| 2024年度独立董事述职报告(赵英明) | 2025-04-24 | Chinese | |
| 公司2024年年度报告 | 2025-04-24 | Chinese | |
| 公司2024年度内部控制评价报告 | 2025-04-24 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39657995 | 上海荣正企业咨询服务(集团)股份有限公司关于爱慕股份有限公司2023年限制性股票激励计划调整回购价格相关事项之独立财务顾问报告 | 2025-04-24 | Chinese | ||
| 39657958 | 关于确认公司2024年度日常关联交易及预计公司2025年度日常关联交易的公告 | 2025-04-24 | Chinese | ||
| 39657950 | 北京卓纬律师事务所关于爱慕股份有限公司2023年限制性股票激励计划第二个解除限售期解除限售条件未成就、回购价格调整及回购注销部分限制性股票相关事项的法律意见书 | 2025-04-24 | Chinese | ||
| 39657843 | 2024年度独立董事述职报告(赵英明) | 2025-04-24 | Chinese | ||
| 39657829 | 公司2024年年度报告 | 2025-04-24 | Chinese | ||
| 39657767 | 公司2024年度内部控制评价报告 | 2025-04-24 | Chinese | ||
| 39657756 | 公司2024年度财务决算报告 | 2025-04-24 | Chinese | ||
| 39657749 | 立信会计师事务所关于爱慕股份有限公司2024年度募集资金存放与实际使用情况专项报告的鉴证报告 | 2025-04-24 | Chinese | ||
| 39657692 | 关于2024年度计提资产减值准备的公告 | 2025-04-24 | Chinese | ||
| 39657681 | 公司2024年度董事会审计委员会履职情况报告 | 2025-04-24 | Chinese | ||
| 39657644 | 关于续聘会计师事务所的公告 | 2025-04-24 | Chinese | ||
| 39657638 | 公司2025年第一季度报告 | 2025-04-24 | Chinese | ||
| 39657629 | 关于2024年度主要经营数据的公告 | 2025-04-24 | Chinese | ||
| 39657619 | 关于2024年度募集资金存放与实际使用情况的专项报告 | 2025-04-24 | Chinese | ||
| 39657608 | 第三届监事会第十次会议决议公告 | 2025-04-24 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of wearing apparel, except fur apparel
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
707 Cayman Holdings Ltd.
Provides supply chain management solutions for the apparel …
|
JEM | US | Manufacturing |
|
Active Clothing Co Limited
Apparel manufacturer offering OEM and ODM services for glob…
|
541144 | IN | Manufacturing |
|
ADDENTAX GROUP CORP.
Provider of garment manufacturing, logistics services, and …
|
ATXG | US | Manufacturing |
|
adidas AG
A multinational corporation that designs and markets athlet…
|
ADS | DE | Manufacturing |
|
Adolfo Dominguez S.A.
Designs and retails timeless clothing and accessories using…
|
ADZ | ES | Manufacturing |
|
Aeffe
Creates, produces, and distributes luxury fashion, footwear…
|
AEF | IT | Manufacturing |
|
AGABANG&COMPANY
A manufacturer and distributor of apparel and products for …
|
013990 | KR | Manufacturing |
|
AKIN TEKSTİL A.Ş.
An integrated manufacturer of high-caliber woven fabrics an…
|
ATEKS | TR | Manufacturing |
|
Ameridge Corporation
A diversified company with operations in fashion, wellness,…
|
900100 | US | Manufacturing |
|
ANTA Sports Products Limited
Leading multi-brand sportswear enterprise focused on profes…
|
2020 | KY | Manufacturing |
Aimer 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/57686/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57686 | 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=57686 | 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=57686 \ -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": 57686}, 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 Aimer Co.,Ltd. (id: 57686)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.