
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 |
|---|---|---|---|
| 关于公司为下属公司提供担保进展的公告 | 2024-09-23 | Chinese | |
| 关于实丰文化发展股份有限公司2024年第一次临时股东大会的法律意见书 | 2024-09-23 | Chinese | |
| 北京市君合(深圳)律师事务所关于实丰文化发展股份有限公司"永丰者"第二期员工持股计划之法律意见书 | 2024-09-18 | Chinese | |
| 实丰文化发展股份有限公司"永丰者"第二期员工持股计划(草案) | 2024-09-05 | Chinese | |
| 第四届监事会第七次会议决议公告 | 2024-09-05 | Chinese | |
| 实丰文化发展股份有限公司"永丰者"第二期员工持股计划(草案)摘要 | 2024-09-05 | Chinese |
Browse filings by year
10 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 38118881 | 关于公司为下属公司提供担保进展的公告 | 2024-09-23 | Chinese | ||
| 38118874 | 关于实丰文化发展股份有限公司2024年第一次临时股东大会的法律意见书 | 2024-09-23 | Chinese | ||
| 38118865 | 北京市君合(深圳)律师事务所关于实丰文化发展股份有限公司"永丰者"第二期员工持股计划之法律意见书 | 2024-09-18 | Chinese | ||
| 38118853 | 实丰文化发展股份有限公司"永丰者"第二期员工持股计划(草案) | 2024-09-05 | Chinese | ||
| 38118837 | 第四届监事会第七次会议决议公告 | 2024-09-05 | Chinese | ||
| 38118821 | 实丰文化发展股份有限公司"永丰者"第二期员工持股计划(草案)摘要 | 2024-09-05 | Chinese | ||
| 38118802 | 第四届董事会第七次会议决议公告 | 2024-09-05 | Chinese | ||
| 38118795 | 关于召开2024年第一次临时股东大会的通知 | 2024-09-05 | Chinese | ||
| 38118786 | 关于"永丰者"第一期员工持股计划股份锁定期届满的提示性公告 | 2024-09-05 | Chinese | ||
| 38118777 | 监事会关于"永丰者"第二期员工持股计划相关事项的核查意见 | 2024-09-05 | Chinese | ||
| 38118767 | 第四届董事会第三次独立董事专门会议审核意见 | 2024-09-05 | Chinese | ||
| 38118761 | 实丰文化发展股份有限公司"永丰者"第二期员工持股计划管理办法 | 2024-09-05 | Chinese | ||
| 38118750 | 董事会关于"永丰者"第二期员工持股计划(草案)是否符合《关于上市公司实施员工持股计划试点的指导意见》相关规定说明 | 2024-09-05 | Chinese | ||
| 38118739 | 2024年半年度财务报告 | 2024-08-30 | Chinese | ||
| 38118677 | 关于公司为下属公司提供担保进展的公告 | 2024-08-30 | 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.