Ganso Co., Ltd. — Investor Relations & Filings
About Ganso Co., Ltd.
Ganso Co., Ltd. specializes in the production and retail of premium bakery products and traditional pastries. The company is widely recognized for its seasonal gift offerings, particularly its signature Snowy Mooncakes and other festival-related delicacies. Its product portfolio includes a diverse range of cakes, traditional snacks, and customized gift boxes designed for various celebratory occasions. Ganso operates an extensive network of retail outlets and emphasizes high standards in food safety and quality control. The company targets the mid-to-high-end consumer market, positioning itself as a leader in the gift-giving segment by combining traditional craftsmanship with contemporary aesthetic appeal and innovative flavors.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 元祖股份2025年第二次临时股东大会法律意见书 | 2025-11-12 | Chinese | |
| 元祖股份关于选举职工代表董事的公告 | 2025-11-12 | Chinese | |
| 《上海元祖梦果子股份有限公司董事会秘书工作规则(2025年10月修订)》 | 2025-10-24 | Chinese | |
| 元祖股份2025年前三季度经营数据公告 | 2025-10-24 | Chinese | |
| 元祖股份2025年第三季度报告 | 2025-10-24 | Chinese | |
| 《上海元祖梦果子股份有限公司董事会审计委员会议事规则(2025年10月修订)》 | 2025-10-24 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 37802031 | 元祖股份2025年第二次临时股东大会法律意见书 | 2025-11-12 | Chinese | ||
| 37802018 | 元祖股份关于选举职工代表董事的公告 | 2025-11-12 | Chinese | ||
| 37802000 | 《上海元祖梦果子股份有限公司董事会秘书工作规则(2025年10月修订)》 | 2025-10-24 | Chinese | ||
| 37801983 | 元祖股份2025年前三季度经营数据公告 | 2025-10-24 | Chinese | ||
| 37801972 | 元祖股份2025年第三季度报告 | 2025-10-24 | Chinese | ||
| 37801957 | 《上海元祖梦果子股份有限公司董事会审计委员会议事规则(2025年10月修订)》 | 2025-10-24 | Chinese | ||
| 37801943 | 《上海元祖梦果子股份有限公司防止控股股东及关联方占用公司资金的制度(2025年10月修订)》 | 2025-10-24 | Chinese | ||
| 37801917 | 《上海元祖梦果子股份有限公司信息披露暂缓与豁免制度(2025年10月制定)》 | 2025-10-24 | Chinese | ||
| 37801898 | 《上海元祖梦果子股份有限董事、高级管理人员薪酬管理制度(2025年10月制定)》 | 2025-10-24 | Chinese | ||
| 37801878 | 《上海元祖梦果子股份有限公司信息披露管理办法(2025年10月修订)》 | 2025-10-24 | Chinese | ||
| 37801855 | 《上海元祖梦果子股份有限公司投资者关系管理办法(2025年10月修订)》 | 2025-10-24 | Chinese | ||
| 37801842 | 《上海元祖梦果子股份有限公司独立董事制度(2025年10月修订)》 | 2025-10-24 | Chinese | ||
| 37801825 | 《上海元祖梦果子股份有限公司对外投资管理办法(2025年10月修订)》 | 2025-10-24 | Chinese | ||
| 37801808 | 《上海元祖梦果子股份有限公司股东会议事规则(2025年10月修订)》 | 2025-10-24 | Chinese | ||
| 37801789 | 《上海元祖梦果子股份有限公司董事、高级管理人员所持股份及其变动管理制度(2025年10月制定)》 | 2025-10-24 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of bakery products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Alkis H. Hadjikyriacos Public LTD
Manufactures and distributes food products like biscuits, s…
|
FBI | CY | Manufacturing |
|
Anjani Foods Limited
Produces and distributes bakery products for retail and ins…
|
511153 | IN | Manufacturing |
|
Aryzta AG
International manufacturer and distributor of frozen specia…
|
ARYN | CH | Manufacturing |
|
BOURBON CORPORATION
Manufacturer and distributor of snacks, confectionery, and …
|
2208 | JP | Manufacturing |
|
BRIDGFORD FOODS CORP
Manufacturer and distributor of frozen bakery goods and mea…
|
BRID | US | Manufacturing |
|
Brionka d.d.
Producer of bakery, confectionery, pasta, and frozen food p…
|
BRNK | HR | Manufacturing |
|
Britannia Industries Ltd.
Manufactures and distributes a diverse range of bakery and …
|
BRITANNIA | IN | Manufacturing |
|
COMO CO.,LTD.
Manufacturer of long-life bread using Panettone yeast; also…
|
2224 | JP | Manufacturing |
|
Dangee Dums Limited
Produces and retails premium bakery products, artisanal cho…
|
DANGEE | IN | Manufacturing |
|
Delsole Corporation
Manufactures specialty breads and operates Japanese restaur…
|
2876 | JP | Manufacturing |
Ganso 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/57880/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57880 | 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=57880 | 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=57880 \ -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": 57880}, 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 Ganso Co., Ltd. (id: 57880)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.