
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 |
|---|---|---|---|
| 东海证券股份有限公司关于公司调整及变更部分募集资金项目投向的核查意见 | 2020-04-28 | Chinese | |
| 东海证券股份有限公司关于公司2019年度募集资金存放与使用情况的核查意见 | 2020-04-28 | Chinese | |
| 东海证券股份有限公司关于公司2019年度《内部控制规则落实自查表》的核查意见 | 2020-04-28 | Chinese | |
| 东海证券股份有限公司关于公司控股股东为公司及子公司申请授信融资提供担保暨关联交易的核查意见 | 2020-04-28 | Chinese | |
| 关于使用部分闲置募集资金购买金融机构理财产品的公告 | 2020-04-28 | Chinese | |
| 独立董事关于对第二届董事会第二十一次会议相关事项的事前认可意见 | 2020-04-28 | Chinese |
Browse filings by year
10 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2020
15 filings
| |||||
| 38108082 | 东海证券股份有限公司关于公司调整及变更部分募集资金项目投向的核查意见 | 2020-04-28 | Chinese | ||
| 38108064 | 东海证券股份有限公司关于公司2019年度募集资金存放与使用情况的核查意见 | 2020-04-28 | Chinese | ||
| 38108048 | 东海证券股份有限公司关于公司2019年度《内部控制规则落实自查表》的核查意见 | 2020-04-28 | Chinese | ||
| 38108039 | 东海证券股份有限公司关于公司控股股东为公司及子公司申请授信融资提供担保暨关联交易的核查意见 | 2020-04-28 | Chinese | ||
| 38108026 | 关于使用部分闲置募集资金购买金融机构理财产品的公告 | 2020-04-28 | Chinese | ||
| 38108014 | 独立董事关于对第二届董事会第二十一次会议相关事项的事前认可意见 | 2020-04-28 | Chinese | ||
| 38108001 | 关于调整及变更部分募集资金项目投向的公告 | 2020-04-28 | Chinese | ||
| 38107978 | 关于2020年度公司使用自有闲置资金开展委托理财的公告 | 2020-04-28 | Chinese | ||
| 38107964 | 2019年年度审计报告 | 2020-04-28 | Chinese | ||
| 38107242 | 东海证券股份有限公司关于公司2019年度保荐工作报告 | 2020-04-28 | Chinese | ||
| 38107231 | 东海证券股份有限公司关于公司首次公开发行股票之保荐总结报告书 | 2020-04-28 | Chinese | ||
| 38107222 | 东海证券股份有限公司关于公司使用部分暂时闲置募集资金用于购买金融机构理财产品的核查意见 | 2020-04-28 | Chinese | ||
| 38107212 | 2020年第一季度报告正文 | 2020-04-28 | Chinese | ||
| 38107196 | 关于公司2020年董事、监事及高级管理人员薪酬方案的公告 | 2020-04-28 | Chinese | ||
| 38107179 | 第二届监事会第十八次会议决议公告 | 2020-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.