
Anhui Korrun Co.,Ltd — Investor Relations & Filings
Anhui Korrun Co., Ltd. specializes in the research, development, design, and manufacturing of high-quality luggage, backpacks, and travel accessories. The company focuses on integrating innovative materials and smart technology into its product lines, which include suitcases, business bags, and outdoor gear designed for durability and functionality. Korrun is recognized for its strategic partnerships with major technology ecosystems and its commitment to a minimalist, user-centric design philosophy. The company manages a diverse brand portfolio, most notably the 90GO brand, which targets modern travelers seeking efficient and stylish solutions. By leveraging advanced manufacturing processes and a robust supply chain, Korrun provides comprehensive OEM and ODM services to international brands while expanding its own retail presence globally.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于第三届董事会第四十四次会议相关事项的事前认可意见 | 2022-12-29 | Chinese | |
| 招商证券股份有限公司关于安徽开润股份有限公司对外担保额度预计的核查意见 | 2022-12-29 | Chinese | |
| 关于调整2022年限制性股票激励计划授予数量的公告 | 2022-12-29 | Chinese | |
| 关于公司及子公司开展远期结售汇及外汇期权业务的可行性分析报告 | 2022-12-29 | Chinese | |
| 关于公司及子公司开展远期结售汇及外汇期权业务的公告 | 2022-12-29 | Chinese | |
| 国浩律师(上海)事务所关于安徽开润股份有限公司调整2022年限制性股票激励计划之法律意见书 | 2022-12-29 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
15 filings
| |||||
| 38094353 | 关于第三届董事会第四十四次会议相关事项的事前认可意见 | 2022-12-29 | Chinese | ||
| 38094330 | 招商证券股份有限公司关于安徽开润股份有限公司对外担保额度预计的核查意见 | 2022-12-29 | Chinese | ||
| 38094311 | 关于调整2022年限制性股票激励计划授予数量的公告 | 2022-12-29 | Chinese | ||
| 38094288 | 关于公司及子公司开展远期结售汇及外汇期权业务的可行性分析报告 | 2022-12-29 | Chinese | ||
| 38094271 | 关于公司及子公司开展远期结售汇及外汇期权业务的公告 | 2022-12-29 | Chinese | ||
| 38094263 | 国浩律师(上海)事务所关于安徽开润股份有限公司调整2022年限制性股票激励计划之法律意见书 | 2022-12-29 | Chinese | ||
| 38094245 | 关于对外担保额度预计的公告 | 2022-12-29 | Chinese | ||
| 38094224 | 关于召开2023年第一次临时股东大会的通知 | 2022-12-29 | Chinese | ||
| 38094199 | 关于可转换公司债券2022年付息的公告 | 2022-12-19 | Chinese | ||
| 38094197 | 关于控股股东、实际控制人进行股票质押延期购回及补充质押的公告 | 2022-12-16 | Chinese | ||
| 38094181 | 招商证券股份有限公司关于安徽开润股份有限公司全资子公司使用闲置募集资金进行现金管理的核查意见 | 2022-12-15 | Chinese | ||
| 38094165 | 关于全资子公司使用闲置募集资金进行现金管理的公告 | 2022-12-15 | Chinese | ||
| 38094144 | 关于设立募集资金专户及签署募集资金三方监管协议的公告 | 2022-12-15 | Chinese | ||
| 38094127 | 第三届监事会第三十三次会议决议公告 | 2022-12-15 | Chinese | ||
| 38094103 | 关于第三届董事会第四十三次会议相关事项的独立意见 | 2022-12-15 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of luggage, handbags and the like, saddlery and harness of any material
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
BARCOS Co., Ltd.
Designs, manufactures, and sells handbags, wallets, and oth…
|
7790 | JP | Manufacturing |
|
BONIA CORPORATION BERHAD
An international luxury fashion retailer specializing in hi…
|
— | MY | Manufacturing |
|
DK LEATHER CORPORATION BERHAD
Manufactures and provides custom-designed, premium leather …
|
— | MY | Manufacturing |
|
DONG IN ENTECH Co., Ltd.
Original Design Manufacturer of outdoor gear, travel bags, …
|
111380 | KR | Manufacturing |
|
Dos Banderas S.A.
Designs and manufactures high-quality, performance-focused …
|
— | AR | Manufacturing |
|
GOBLIN INDIA LIMITED
Designs and manufactures travel gear, luggage, and corporat…
|
542850 | IN | Manufacturing |
|
Grown Up Group Investment Holdings Limited
Design, manufacture, and sale of bags, luggage, and accesso…
|
1842 | HK | Manufacturing |
|
Guangdong Wanlima Industry Co., Ltd.
Manufactures leather goods, footwear, and equipment for ret…
|
300591 | CN | Manufacturing |
|
Hermès International
A designer, manufacturer, and retailer of luxury goods with…
|
RMS | FR | Manufacturing |
|
Kandal M Venture Ltd
Contract manufacturer of affordable luxury leather goods fo…
|
FMFC | US | Manufacturing |
Anhui Korrun 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/55559/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55559 | 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=55559 | 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=55559 \ -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": 55559}, 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 Anhui Korrun Co.,Ltd (id: 55559)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.