
37 INTERACTIVE ENTERTAINMENT NETWORK TECHNOLOGY GROUP CO.,LTD. — Investor Relations & Filings
37 Interactive Entertainment Network Technology Group Co., Ltd. is a global developer and publisher specializing in mobile and web-based interactive entertainment. The company operates through core brands such as 37Games, 37Mobile, and 37Online, emphasizing a "boutique" strategy for game development and long-term operations. Its portfolio spans diverse genres including MMORPGs, strategy, card games, and simulation titles, featuring global successes like "Puzzles & Survival." The organization leverages data-driven publishing systems and advanced R&D capabilities to maintain a competitive edge in international markets. By integrating high-quality content creation with efficient distribution networks, the company provides immersive digital experiences to a global user base across Asia, North America, and Europe.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 第四届监事会第十一次会议决议公告 | 2018-04-27 | Chinese | |
| 独立董事关于第四届董事会第十五次会议相关事项的独立意见 | 2018-04-27 | Chinese | |
| 2018年第一季度报告全文 | 2018-04-27 | Chinese | |
| 关于举行2017年年度报告网上说明会的公告 | 2018-04-26 | Chinese | |
| 2017年年度报告摘要 | 2018-04-23 | Chinese | |
| 广发证券股份有限公司关于公司发行股份及支付现金购买资产并募集配套资金之2017年业绩承诺实现情况及募集资金使用情况的专项核查意见 | 2018-04-23 | Chinese |
Browse filings by year
16 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2018
15 filings
| |||||
| 36258756 | 第四届监事会第十一次会议决议公告 | 2018-04-27 | Chinese | ||
| 36258743 | 独立董事关于第四届董事会第十五次会议相关事项的独立意见 | 2018-04-27 | Chinese | ||
| 36258733 | 2018年第一季度报告全文 | 2018-04-27 | Chinese | ||
| 36258718 | 关于举行2017年年度报告网上说明会的公告 | 2018-04-26 | Chinese | ||
| 36258710 | 2017年年度报告摘要 | 2018-04-23 | Chinese | ||
| 36258687 | 广发证券股份有限公司关于公司发行股份及支付现金购买资产并募集配套资金之2017年业绩承诺实现情况及募集资金使用情况的专项核查意见 | 2018-04-23 | Chinese | ||
| 36258673 | 第四届董事会第十四次会议决议公告 | 2018-04-23 | Chinese | ||
| 36258658 | 关于三七互娱(上海)科技有限公司、上海墨鹍数码科技有限公司、江苏智铭网络技术有限公司、江苏极光网络技术有限公司2017年度业绩承诺实现情况的说明 | 2018-04-23 | Chinese | ||
| 36258646 | 实际盈利数与承诺盈利数差异鉴证报告 | 2018-04-23 | Chinese | ||
| 36258645 | 独立董事2017年度述职报告(陈建林) | 2018-04-23 | Chinese | ||
| 36258632 | 关于变更会计政策的公告 | 2018-04-23 | Chinese | ||
| 36258620 | 外汇套期保值业务管理制度(2018年4月) | 2018-04-23 | Chinese | ||
| 36258606 | 北京中企华资产评估有限责任公司关于公司发行股份及支付现金购买资产并募集配套资金之2017年业绩承诺实现情况的的核查意见及致歉函 | 2018-04-23 | Chinese | ||
| 36258593 | 2017年年度报告 | 2018-04-23 | Chinese | ||
| 36258451 | 关于2018年度日常关联交易预计的公告 | 2018-04-23 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Publishing of video games
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
11 BIT Studios S.A.
A video game developer and publisher of meaningful, thought…
|
11B | PL | Publishing, broadcasting, and c… |
|
3R Games
Develops immersive virtual reality games for high-end VR pl…
|
3RG | PL | Publishing, broadcasting, and c… |
|
5th Planet Games A/S
A global video game publisher and financier for PC, console…
|
FHPGF | DK | Publishing, broadcasting, and c… |
|
7Road Holdings Limited
Develops and distributes interactive web and mobile games g…
|
797 | HK | Publishing, broadcasting, and c… |
|
7SEAS ENTERTAINMENT LIMITED
Develops and publishes casual and mid-core games for mobile…
|
540874 | IN | Publishing, broadcasting, and c… |
|
ACTOZ SOFT CO., LTD.
A game developer and publisher specializing in PC online an…
|
052790 | KR | Publishing, broadcasting, and c… |
|
Aeria Inc.
A diversified firm operating in mobile games, IT services, …
|
3758 | JP | Publishing, broadcasting, and c… |
|
Aiming Inc.
Develops and operates online games and creates game art ass…
|
3911 | JP | Publishing, broadcasting, and c… |
|
Akatsuki Inc.
An entertainment company that develops games, digital comic…
|
3932 | JP | Publishing, broadcasting, and c… |
|
ALL IN! Games S.A.
A video game publisher and developer that creates and suppo…
|
ALG | PL | Publishing, broadcasting, and c… |
37 INTERACTIVE ENTERTAINMENT NETWORK TECHNOLOGY GROUP 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/54581/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54581 | 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=54581 | 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=54581 \ -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": 54581}, 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 37 INTERACTIVE ENTERTAINMENT NETWORK TECHNOLOGY GROUP CO.,LTD. (id: 54581)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.