
Shifeng Cultural Development Co., Ltd. — Investor Relations & Filings
Shifeng Cultural Development Co., Ltd. specializes in the research, development, production, and sale of a wide range of toy products and cultural items. The company's portfolio includes electric toys, remote control vehicles, dolls, and educational playthings. It integrates creative animation content with physical toy manufacturing, leveraging intellectual property to enhance product value. The firm operates comprehensive production facilities and maintains a distribution network that serves both domestic and international markets. Its operations focus on technological innovation in toy design and the commercialization of cultural assets through diverse consumer goods.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于2022年年度股东大会增加临时提案暨会议补充通知的公告 | 2023-05-10 | Chinese | |
| 独立董事对第三届董事会第二十一次会议相关事项的独立董事意见 | 2023-05-10 | Chinese | |
| 实丰文化发展股份有限公司永丰者第一期员工持股计划(草案)摘要 | 2023-05-10 | Chinese | |
| 监事会关于永丰者第一期员工持股计划相关事项的核查意见 | 2023-05-10 | Chinese | |
| 实丰文化发展股份有限公司永丰者第一期员工持股计划管理办法 | 2023-05-10 | Chinese | |
| 关于公司持股5%以上股东协议转让部分公司股份暨权益变动的提示性公告 | 2023-05-05 | Chinese |
Browse filings by year
10 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 38115857 | 关于2022年年度股东大会增加临时提案暨会议补充通知的公告 | 2023-05-10 | Chinese | ||
| 38115849 | 独立董事对第三届董事会第二十一次会议相关事项的独立董事意见 | 2023-05-10 | Chinese | ||
| 38115842 | 实丰文化发展股份有限公司永丰者第一期员工持股计划(草案)摘要 | 2023-05-10 | Chinese | ||
| 38115832 | 监事会关于永丰者第一期员工持股计划相关事项的核查意见 | 2023-05-10 | Chinese | ||
| 38115825 | 实丰文化发展股份有限公司永丰者第一期员工持股计划管理办法 | 2023-05-10 | Chinese | ||
| 38115810 | 关于公司持股5%以上股东协议转让部分公司股份暨权益变动的提示性公告 | 2023-05-05 | Chinese | ||
| 38115799 | 关于持股5%以上股东终止协议转让部分公司股份的公告 | 2023-05-05 | Chinese | ||
| 38115775 | 简式权益变动报告书(王盛忠) | 2023-05-05 | Chinese | ||
| 38115766 | 简式权益变动报告书(蔡俊淞) | 2023-05-05 | Chinese | ||
| 38115753 | 2022年度财务决算报告 | 2023-04-28 | Chinese | ||
| 38115737 | 2022年年度报告摘要 | 2023-04-28 | Chinese | ||
| 38115725 | 实丰文化发展股份有限公司关于对泉州众信超纤科技股份有限公司业绩承诺期届满减值测试报告的专项审核报告 | 2023-04-28 | Chinese | ||
| 38115526 | 实丰文化发展股份有限公司关于安徽超隆光电科技有限公司 2022 年度业绩承诺实现情况说明的审核报告 | 2023-04-28 | Chinese | ||
| 38115337 | 关于公司2023年度董事、监事及高级管理人员薪酬方案的公告 | 2023-04-28 | Chinese | ||
| 38115326 | 2022年年度报告 | 2023-04-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of games and toys
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AINSWORTH GAME TECHNOLOGY LIMITED
Designs, develops, and distributes gaming machines, digital…
|
AGI | US | Manufacturing |
|
A.S. Company S.A.
A manufacturing and trading company that imports, produces,…
|
ASCO | GR | Manufacturing |
|
AURORA WORLD Corporation
A global character and content company specializing in plus…
|
039830 | KR | Manufacturing |
|
Bloks Group Limited
Designs, develops, and sells assembly character and brick-b…
|
325 | KY | Manufacturing |
|
Công ty Cổ phần Sản xuất và Thương mại Nam Hoa
Leading producer and exporter of wooden products, including…
|
NHT | VN | Manufacturing |
|
Dream International Limited
World's leading manufacturer of diversified toys, including…
|
1126 | HK | Manufacturing |
|
FUJISHOJI CO.,LTD.
Develops, manufactures, and sells pachinko and pachislot ga…
|
6257 | JP | Manufacturing |
|
Games Workshop Group PLC
Designs, manufactures, and retails fantasy and sci-fi minia…
|
GMWKF | GB | Manufacturing |
|
Goldlok Holdings (GuangDong) Co.,Ltd
Develops electronic interactive playthings and plastic cons…
|
002348 | CN | Manufacturing |
|
Guangdong Qunxing Toys Joint-Stock Co.,LTD
Develops, manufactures, and distributes electronic, plastic…
|
002575 | CN | Manufacturing |
Shifeng Cultural Development 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/54861/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54861 | 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=54861 | 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=54861 \ -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": 54861}, 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 Shifeng Cultural Development Co., Ltd. (id: 54861)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.