
Profit Cultural & Creative Group Corporation — Investor Relations & Filings
Profit Cultural & Creative Group Corporation specializes in the design, development, and distribution of cultural and creative products. The company focuses on the integration of traditional cultural elements with modern industrial design to create high-value consumer goods, corporate gifts, and museum-grade souvenirs. Its core business activities encompass intellectual property (IP) management, product innovation, and supply chain optimization. The group collaborates with major cultural institutions and global brands to develop licensed merchandise and bespoke branding solutions. By leveraging advanced manufacturing processes and a comprehensive retail network, the corporation provides end-to-end services from conceptual design to market distribution. Its portfolio includes a wide range of lifestyle products, stationery, and decorative items, emphasizing cultural heritage preservation through contemporary commercial applications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于特定股东减持股份预披露公告 | 2026-06-03 | Chinese | |
| 2025年度分红派息实施公告 | 2026-06-03 | Chinese | |
| 福建天衡联合(福州)律师事务所关于德艺文化创意集团股份有限公司2025年年度股东会的法律意见书 | 2026-05-29 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-29 | Chinese | |
| 关于特定股东股份减持计划期限届满未减持公司股份的公告 | 2026-05-25 | Chinese | |
| 关于召开2025年度网上业绩说明会的公告 | 2026-05-08 | Chinese |
Browse filings by year
10 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47947527 | 关于特定股东减持股份预披露公告 | 2026-06-03 | Chinese | ||
| 47946672 | 2025年度分红派息实施公告 | 2026-06-03 | Chinese | ||
| 47882859 | 福建天衡联合(福州)律师事务所关于德艺文化创意集团股份有限公司2025年年度股东会的法律意见书 | 2026-05-29 | Chinese | ||
| 47882857 | 2025年年度股东会决议公告 | 2026-05-29 | Chinese | ||
| 47011895 | 关于特定股东股份减持计划期限届满未减持公司股份的公告 | 2026-05-25 | Chinese | ||
| 44493622 | 关于召开2025年度网上业绩说明会的公告 | 2026-05-08 | Chinese | ||
| 44493613 | 公司2026年度以简易程序向特定对象发行股票方案的论证分析报告 | 2026-05-08 | Chinese | ||
| 44489839 | 董事会审计委员会关于公司2026年度以简易程序向特定对象发行股票事项的书面审核意见 | 2026-05-08 | Chinese | ||
| 44489838 | 前次募集资金使用情况鉴证报告 | 2026-05-08 | Chinese | ||
| 44488602 | 公司前次募集资金使用情况的专项报告 | 2026-05-08 | Chinese | ||
| 44488012 | 公司2026年度以简易程序向特定对象发行股票募集资金使用可行性分析报告 | 2026-05-08 | Chinese | ||
| 44487714 | 第五届董事会第二十六次会议决议公告 | 2026-05-08 | Chinese | ||
| 44487713 | 关于2026年度以简易程序向特定对象发行股票不存在直接或通过利益相关方向参与认购的投资者提供财务资助或补偿的公告 | 2026-05-08 | Chinese | ||
| 44487709 | 关于2026年度以简易程序向特定对象发行股票摊薄即期回报的风险提示及填补措施和相关主体承诺的公告 | 2026-05-08 | Chinese | ||
| 38442328 | 兴业证券股份有限公司关于德艺文化创意集团股份有限公司募投项目结项并将节余募集资金永久补充流动资金的核查意见 | 2026-04-26 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Other publishing activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ACROUD
Operates comparison websites for iGaming and provides B2B S…
|
ACROUD | SE | Publishing, broadcasting, and c… |
|
All About,Inc.
Internet media company operating an information website wit…
|
2454 | JP | Publishing, broadcasting, and c… |
|
Alma Media Oyj
A media company focused on digital services, publishing, an…
|
ALMA | FI | Publishing, broadcasting, and c… |
|
Asmodee Group
A leading publisher and distributor of tabletop games, boar…
|
ASMDEE | SE | Publishing, broadcasting, and c… |
|
B.Duck Semk Holdings International Limited
Character IP company specializing in the creation, licensin…
|
2250 | HK | Publishing, broadcasting, and c… |
|
Beijing Hanyi Innovation Technology Co., Ltd.
Provides digital typeface design, font licensing, and AI-dr…
|
301270 | CN | Publishing, broadcasting, and c… |
|
Beijing Media Corporation Limited
Comprehensive media and advertising services, printing, and…
|
1000 | HK | Publishing, broadcasting, and c… |
|
Better Collective A/S
A digital sports media group specializing in affiliate mark…
|
BETCO | DK | Publishing, broadcasting, and c… |
|
BuzzFeed, Inc.
A digital media company that creates and distributes news a…
|
BZFD | US | Publishing, broadcasting, and c… |
|
CHINA REFORM CULTURE HOLDINGS CO.,LTD.
Manages cultural assets and digital media through technolog…
|
600636 | CN | Publishing, broadcasting, and c… |
Profit Cultural & Creative Group Corporation 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/55620/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55620 | 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=55620 | 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=55620 \ -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": 55620}, 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 Profit Cultural & Creative Group Corporation (id: 55620)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.